aconfint | R Documentation |
aconfinit
constructs confidence intervals of
arbitrary level using asymptotic standard error estimates.
aconfint(
object,
parm,
level = 0.95,
control,
overrideNoRegularization = FALSE,
...
)
object |
A fitted Cyclops model object |
parm |
A specification of which parameters require confidence intervals, either a vector of numbers of covariateId names |
level |
Numeric: confidence level required |
control |
A |
overrideNoRegularization |
Logical: Enable confidence interval estimation for regularized parameters |
... |
Additional argument(s) for methods |
A matrix with columns reporting lower and upper confidence limits for each parameter. These columns are labelled as (1-level) / 2 and 1 - (1 - level) / 2 in % (by default 2.5% and 97.5%)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.