getStand: getStand - extracts major results from an CEout object

Description Usage Arguments Value Examples

View source: R/cpuefuncs.r

Description

getStand - extracts major results from an CEout object. which is generated using standLM. The main resutls 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

Usage

1
getStand(x, P = 0.95)

Arguments

x

the CEout object derived from standLM

P

the probability interval for the confidence intervals

Value

matrix containing the primary results

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(ab)
splabel = "Mollusc"
labelM <- c("year","diverID","month","block","boatID")
ab1 <- makecategorical(labelM,ab)
mods <- makemodels(labelM)
out <- standLM(mods,ab1,splabel)
round(out$Results,4)
round(out$WhichM,4)
getStand(out)

## End(Not run)

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