summary.Model {glmmrBase}R 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.


[Package glmmrBase version 0.9.2 Index]