Description Usage Arguments Value See Also Examples
Computes confidence intervals for one or more parameters in a fitted GPPM.
1 2 |
object |
object of class GPPM. Must be fitted, that is, a result from |
parm |
vector of strings. The parameters for which confidence intervals are desired. If missing, confidence intervals for all parameters are returned. |
level |
scalar from 0 to 1. The confidence level required. |
... |
additional arguments (currently not used). |
A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labeled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
Other functions to extract from a GPPM: SE
,
coef.GPPM
, covf
,
datas
, fitted.GPPM
,
getIntern
, logLik.GPPM
,
maxnObs
, meanf
,
nObs
, nPars
,
nPers
, nPreds
,
parEsts
, pars
,
preds
, vcov.GPPM
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.