View source: R/model_s3_functions.R
summary.Model | R Documentation |
Summarizes 'Model' object.
## S3 method for class 'Model'
summary(object, max_n = 10, ...)
object |
An 'Model' object. |
max_n |
Integer. The maximum number of rows to print. |
... |
Further arguments passed from other methods |
An object of class 'logLik'. If both 'fixed' and 'covariance' are FALSE then it returns NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.