
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
summary
prints information about the fit.
print
is an alias for summary
.
logLik
extracts the log-likelihood (exact or approximated).
# 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
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.
An object of class SLik
or SLik_j
;
further arguments passed to or from other methods (currently without any specific effect).
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.