getStand | R Documentation |
getStand extracts major results from an outce object. which is generated using standLM. The main results include the year, the geometric mean (the first column of the standardization), the optimum model, the standard error of the optimum, and the lower and upper confidence intervals
getStand(x, P = 0.95)
x |
the outce object derived from standLM |
P |
the probability interval for the confidence intervals |
matrix containing the primary results
## Not run:
data(sps)
sps$LnCE <- log(sps$catch_kg/sps$Effort)
splabel = "test"
labelM <- c("Year","Vessel","Month","Zone")
sps1 <- makecategorical(labelM,sps)
mods <- makemodels(labelM)
out <- standLM(mods,sps1,splabel)
round(out$Results,4)
round(out$WhichM,4)
getStand(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.