summary.CEout: summary.CEout - S3 function to print standardization results

Description Usage Arguments Value Examples

View source: R/cpuefuncs.r

Description

summary.CEout An S3 function to print out the primary results from a standardization. It includes the structure of the output soother things can be obtained if wished.

Usage

1
2
## S3 method for class 'CEout'
summary(x)

Arguments

x

is the output from a standardization using either StandLM. It must be of class: CEout - an S3 class

Value

Summarizes the contents of the output from standardization, this includes

Structure

this lists the top-level structure of the object output from the standardizations from standLM

Parameters by Model

This tabulated the yearly parameters for each of the models tested - the 'mods' input to standLM

Std Errors by Model

The matching standard errors for each of the models, one column for each column of paramters; large sample sizes mean these are usually an significant under-estimate of the true variaiton

Model Diagnostic Properties

A table of the statistical performance of each model, allowing the identification of the optimum model

Optimum model

identifies which column relates to the optimum statistical model

All parameters

The un-back-transformed parameters for the complete optimum model

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(sps)
splabel = "Blue-Eye"
labelM <- c("Year","Vessel","Month")
sps1 <- makecategorical(labelM,sps)
mods <- makemodels(labelM)
out <- standLM(mods,sps1,splabel)
summary(out)

## End(Not run)

haddonm/r4cpue documentation built on May 11, 2020, 1:31 a.m.