| extractors | R Documentation |
summary prints information about the fit.
print is an alias for summary.
logLik extracts the log-likelihood (exact or approximated).
## 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
object, x |
An object of class |
... |
further arguments passed to or from other methods (currently without any specific effect). |
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.
See workflow example in example_reftable.
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.
# See Note
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.