Learn R Programming

lmhelprs (version 0.4.0)

print.lm_list_lmhelprs: Print an lm_list_lmhelprs-Class Object

Description

Print the content of the output of many_lm().

Usage

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

Value

x is returned invisibly. Called for its side effect.

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.

Examples

Run this code

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

Run the code above in your browser using DataLab