summary.l1ou: Prints out a summary of the model

View source: R/tools.R

summary.l1ouR Documentation

Prints out a summary of the model

Description

prints out a summary of the model

Usage

## S3 method for class 'l1ou'
summary(model, nTop.scores = 5, ...)

Arguments

model

object of class l1ou returned by estimate_shift_configuration.

nTop.scores

number of top scores and shift configuration to print out.

...

further arguments.

Value

none.

Examples


data(lizard.traits, lizard.tree)
Y <- lizard.traits[,1]
eModel <- estimate_shift_configuration(lizard.tree, Y)
summary(eModel)


khabbazian/l1ou documentation built on Aug. 10, 2022, 7:41 p.m.