Skip to contents

Table T1 is a customized table to store the regression summarized by model and landed weight categories: Fresh, Frozen-thawed (Frozen) and Total. The 95 percent confidence interval parameter is in parentheses. Residual standard error (RSS) and Degrees of Freedom (DF) are also reported

Usage

fn_summary(List_Tables, modelos, catego, eq, R2, i, j)

Arguments

List_Tables

A list to store summary regression results

modelos

A character vector containing the variables of a function

catego

A character vector containing the landed weight categories

eq

Summary of the equation fitted

R2

A numeric value of the adjusted robust version of the coefficient of determination.

i

An integer value indicating the ith regression analyzed

j

An integer value indicating the jth categorie analyzed

Value

T1 a custom table to store the summary results of the fitted model

Details

List_Tables contains an empty T1 for each element (model)

See also

: lmrob() from robust (version 0.7-2) and nlrob() from robustbase (version 0.99-0)

Examples

   if (FALSE) {
     T1 <- fn_summary(List_Tables, modelos, catego, eq, R2, i, j)
    }