extractors: Summary, print and logLik methods for Infusion results.

extractorsR Documentation

Summary, print and logLik methods for Infusion results.

Description

summary prints information about the fit. print is an alias for summary. logLik extracts the log-likelihood (exact or approximated).

Usage

## S3 method for class 'SLik'
summary(object, ...)
## S3 method for class 'SLik'
print(x, ...)
## S3 method for class 'SLik'
logLik(object, ...)
# and identical usage for 'SLik_j' objects

Arguments

object, x

An object of class SLik or SLik_j;

...

further arguments passed to or from other methods (currently without any specific effect).

Value

logLik returns the inferred likelihood maximum, with attribute RMSE giving its root means square error of estimation. summary and summary return the object invisibly. They print details of the fits in a convenient form.

Note

See workflow example in example_reftable.

See Also

See get_from for a more general interface for extracting elements from Infusion results, and summLik for using a fit object to evaluate the likelihood function for distinct parameter values and even distinct data.

Examples

# See Note

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