summary.outce | R Documentation |
summary.outce an S3 function to summarize out the primary results from a standardization. It includes the structure of the output so other things can be obtained if wished.
## S3 method for class 'outce'
summary(x)
x |
is the output from a standardization perhaps using standLM. It must be of class outce an S3 class |
Summarizes the contents of the output from standardization, this includes
this lists the top-level structure of the object output from the standardizations from standLM
This tabulates the yearly parameters for each of the models tested, the 'mods' input to standLM
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
A table of the statistical performance of each model, allowing the identification of the optimum model
identifies which column relates to the optimum statistical model
The un-back-transformed parameters for the complete optimum model
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.