| extractors {Infusion} | R 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 |
... |
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
[Package Infusion version 2.1.0 Index]