print.lm_list_lmhelprs: Print an 'lm_list_lmhelprs'-Class Object

View source: R/print_lm_list_helprs.R

print.lm_list_lmhelprsR 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


lmhelprs documentation built on June 8, 2025, 1:48 p.m.