Description Usage Arguments Value Examples
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.
1 2 | ## S3 method for class 'CEout'
summary(x)
|
x |
is the output from a standardization using either StandLM. It must be of class: CEout - 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 tabulated 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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.