extractors: 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 SLik
summary(object, ...)
# S3 method for SLik
print(x, ...)
# S3 method for SLik
logLik(object, ...)
# and identical usage for 'SLik_j' objects
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.
Arguments
object, x
An object of class SLik or SLik_j;
...
further arguments passed to or from other methods (currently without any specific effect).
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.