confint.SLik {Infusion} | R Documentation |
Compute confidence intervals by (profile) summary likelihood
Description
This takes an SLik
object (as produced by MSL
) and deduces confidence bounds for each parameter, using a (profile, if relevant) likelihood ratio method.
Usage
## S3 method for class 'SLik'
confint(object, parm,
level=0.95, verbose=interactive(),
fixed=NULL,which=c(TRUE,TRUE),...)
Arguments
object |
an |
parm |
The parameter which confidence bounds are to be computed |
level |
The desired coverage of the interval |
verbose |
Whether to print some information or not |
fixed |
When this is |
which |
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). |
Value
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
Examples
## see main documentation page for the package