powered by
lm_list_lmhelprs
Print the content of the output of many_lm().
many_lm()
# S3 method for lm_list_lmhelprs print(x, ...)
x is returned invisibly. Called for its side effect.
x
The output of many_lm().
Other arguments. Not used.
Adapted from the package manymome such that many_lm() can be used with manymome.
manymome
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