openCRlist | R Documentation |
Fitted models are bundled together for convenience.
openCRlist (...)
## S3 method for class 'openCRlist'
x[i]
... |
openCR objects |
x |
openCRlist |
i |
indices |
openCRlist
forms a special list (class ‘openCRlist’) of fitted model (openCR) objects.
This may be used as an argument of AIC
, predict
, make.table
etc.
Methods are provided for the generic function c
and list extraction ‘[’.
openCRlist object
AIC.openCR
predict.openCR
make.table
## Not run:
fit0 <- openCR.fit (dipperCH)
fitt <- openCR.fit (dipperCH, model=phi~t)
fits <- openCRlist(fit0,fitt)
AIC(fits)
make.table(fits, 'phi')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.