View source: R/print_lm_list_helprs.R
print.lm_list_lmhelprs | R Documentation |
lm_list_lmhelprs
-Class
ObjectPrint the content of the
output of many_lm()
.
## S3 method for class 'lm_list_lmhelprs'
print(x, ...)
x |
The output of |
... |
Other arguments. Not used. |
Adapted from the package manymome
such that many_lm()
can be used
with manymome
.
x
is returned invisibly.
Called for its side effect.
data(data_test1)
mod <- "x3 ~ x2 + x1
x4 ~ x3
x5 ~ x4*x1"
out <- many_lm(mod, data_test1)
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.