profile.SLik: Compute profile summary likelihood

View source: R/confintLR.SLik.R

profile.SLikR Documentation

Compute profile summary likelihood

Description

Predicts the profile likelihood for a given parameter value (or vector of such values) using predictions from an SLik object (as produced by MSL).

Usage

## S3 method for class 'SLik'
profile(fitted, value, fixed=NULL, return.optim=FALSE, 
                       init = "default", which="safe", ...)
## S3 method for class 'SLik_j'
profile(fitted, ...)

Arguments

fitted

an SLik object.

value

The parameter value (as a vector of named values) for which the profile is to be computed

fixed

When this is NULL the computed interval is a profile confidence interval over all parameters excluding value. fixed allows one to set fixed values to some of these parameters.

return.optim

If this is TRUE, and if maximization of likelihood given value and fixed is indeed required, then the full result of the optimization call is returned.

...

For SLik_j method, arguments passed to SLik method. For SLik_j method, currently not used.

init

Better ignored. Either a named vector of parameter values (initial value for some optimizations) or a character string. The default is to call a procedure to find a good initial point from a set of candidates. The source code should be consulted for further details and is subject to change without notice.

which

Better ignored (for development purpose).

Value

The predicted summary profile log-likelihood; or possibly the result of an optimization call if return.optim is TRUE.

Examples

## see main documentation page for the package

Infusion documentation built on May 3, 2023, 5:10 p.m.