summary.IMLEGIT: Summarizing IMLEGIT fits

Description Usage Arguments Format Value Examples

View source: R/LEGIT.R

Description

Shows the summary for all parts (main and latent variables) of the LEGIT model.

Usage

1

Arguments

object

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

...

Further arguments passed to or from other methods.

Format

An object of class function of length 1.

Value

Returns a list of objects of class "summary.glm" containing the summary of each parts (main and latent variables) of the model.

Examples

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

AlexiaJM/LEGIT documentation built on Feb. 14, 2021, 8:24 p.m.