summary.LEGIT: Summarizing LEGIT fits

Description Usage Arguments Value Examples

View source: R/LEGIT.R

Description

Shows the summary for all parts (main, genetic, environmental) of the LEGIT model.

Usage

1
2
## S3 method for class 'LEGIT'
summary(object, ...)

Arguments

object

An object of class "LEGIT", usually, a result of a call to LEGIT.

...

Further arguments passed to or from other methods.

Value

Returns a list of objects of class "summary.glm" containing the summary of each parts (main, genetic, environmental) of the model.

Examples

1
2
3
	train = example_2way(250, 1, seed=777)
fit_default = LEGIT(train$data, train$G, train$E, y ~ G*E)
summary(fit_default)

LEGIT documentation built on Jan. 12, 2022, 1:08 a.m.