powered by
Summarize multiple regression results in a data.table
multiple_regression( data = NULL, formula = NULL, sigfigs = NULL, round_digits_after_decimal = NULL )
the output will be a data.table showing multiple regression results.
a data object (a data frame or a data.table)
a formula object for the regression equation
number of significant digits to round to
round to nth digit after decimal (alternative to sigfigs)
sigfigs
multiple_regression(data = mtcars, formula = mpg ~ gear * cyl)
Run the code above in your browser using DataLab