print.lm_list_lmhelprs {lmhelprs}R Documentation

Print an lm_list_lmhelprs-Class Object

Description

Print the content of the output of many_lm().

Usage

## S3 method for class 'lm_list_lmhelprs'
print(x, ...)

Arguments

x

The output of many_lm().

...

Other arguments. Not used.

Details

Adapted from the package manymome such that many_lm() can be used with manymome.

Value

x is returned invisibly. Called for its side effect.

Examples


data(data_test1)
mod <- "x3 ~ x2 + x1
        x4 ~ x3
        x5 ~ x4*x1"
out <- many_lm(mod, data_test1)
out


[Package lmhelprs version 0.3.0 Index]