This takes an SLik
object (as produced by MSL
) and deduces confidence bounds for each parameter, using a (profile, if relevant) likelihood ratio method.
# S3 method for SLik
confint(object, parm,
level=0.95, verbose=interactive(),
fixed=NULL,which=c(TRUE,TRUE),...)
A list with sublists for each parameter, each sublist containing of three vectors: the bounds of the one-dimensional confidence interval; the “full”
(only parameters variable in the SLik
object are considered) parameter point for the lower bound, and the full parameter point for the upper bound
an SLik
or SLik_j
object
The parameter which confidence bounds are to be computed
The desired coverage of the interval
Whether to print some information or not
When this is NULL
the computed interval is a profile confidence interval over all parameters excluding parm
.
fixed
allows one to set fixed values to some of these parameters.
A pair of booleans, controlling whether to compute respectively the lower and the upper CI bounds.
further arguments passed to or from other methods (currently not used).
## see main documentation page for the package
Run the code above in your browser using DataLab