Learn R Programming

glmmrBase (version 0.10.5)

summary.Model: Summarizes a `Model` object

Description

Summarizes `Model` object.

Usage

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

Value

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

Arguments

object

An `Model` object.

max_n

Integer. The maximum number of rows to print.

...

Further arguments passed from other methods