powered by
lm_list_lmhelprs
The summary of content of the output of many_lm().
many_lm()
# S3 method for lm_list_lmhelprs summary(object, ...)# S3 method for summary_lm_list_lmhelprs print(x, digits = 3, ...)
# S3 method for summary_lm_list_lmhelprs print(x, digits = 3, ...)
summary.lm_list_lmhelprs() returns a summary_lm_list_lmhelprs-class object, which is a list of the summary() outputs of the lm() outputs stored.
summary.lm_list_lmhelprs()
summary_lm_list_lmhelprs
summary()
lm()
print.summary_lm_list_lmhelprs() returns x
print.summary_lm_list_lmhelprs()
x
invisibly. Called for its side effect.
Adapted from the package manymome
manymome
such that many_lm() can be used without manymome.
The output of many_lm().
Other arguments. Not used.
An object of class summary_lm_list_lmhelprs.
The number of significant digits in printing numerical results.
print(summary_lm_list_lmhelprs): Print method for output of summary for lm_list_lmhelprs.
print(summary_lm_list_lmhelprs)
data(data_test1) mod <- "x3 ~ x2 + x1 x4 ~ x3 x5 ~ x4*x1" out <- many_lm(mod, data_test1) summary(out)
Run the code above in your browser using DataLab