Learn R Programming

Infusion (version 1.0.0)

MSL: Maximum likelihood from an inferred likelihood surface

Description

This computes the maximum of an object of class SLik representing an inferred (summary) likelihood surface

Usage

MSL(object,CIs=TRUE,level=0.95, verbose=interactive(),...)

Arguments

object
an object of class SLik as produced by infer_surface.logLs
CIs
If TRUE, construct one-dimensional confidence intervals for all parameters.
level
Intended coverage probability of the confidence intervals.
verbose
Whether to display some information about progress and results.
...
Further arguments passed from or to other methods.

Value

The object is returned invisibly, with added members

Details

RMSEs are computed using approximate formulas for prediction (co-)variances in linear mixed midels (see Details in predict). par_RMSEs are computed from RMSEs and from the numerical gradient of profile log-likelihood at each CI bound.

Examples

Run this code
## see main documentation page for the package

Run the code above in your browser using DataLab