aconfinit
constructs confidence intervals of
arbitrary level using asymptotic standard error estimates.
aconfint(
object,
parm,
level = 0.95,
control,
overrideNoRegularization = FALSE,
...
)
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%)
A fitted Cyclops model object
A specification of which parameters require confidence intervals, either a vector of numbers of covariateId names
Numeric: confidence level required
A "cyclopsControl"
object constructed by createControl
Logical: Enable confidence interval estimation for regularized parameters
Additional argument(s) for methods