View source: R/multiple_regression.R
multiple_regression | R Documentation |
Summarize multiple regression results in a data.table
multiple_regression(
data = NULL,
formula = NULL,
sigfigs = NULL,
round_digits_after_decimal = NULL
)
data |
a data object (a data frame or a data.table) |
formula |
a formula object for the regression equation |
sigfigs |
number of significant digits to round to |
round_digits_after_decimal |
round to nth digit after decimal
(alternative to |
the output will be a data.table showing multiple regression results.
multiple_regression(data = mtcars, formula = mpg ~ gear * cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.