summary.Model: Summarizes a 'Model' object

View source: R/model_s3_functions.R

summary.ModelR Documentation

Summarizes a 'Model' object

Description

Summarizes 'Model' object.

Usage

## S3 method for class 'Model'
summary(object, max_n = 10, ...)

Arguments

object

An 'Model' object.

max_n

Integer. The maximum number of rows to print.

...

Further arguments passed from other methods

Value

An object of class 'logLik'. If both 'fixed' and 'covariance' are FALSE then it returns NA.


glmmrBase documentation built on April 3, 2025, 10:44 p.m.