linreg_coef_table: Linear regression coefficient table
Description
Gets a data.frame with the coefficient values.
Usage
linreg_coef_table(linreg.results, write.file = FALSE,
file.out = "linreg-coefs.csv")
Arguments
linreg.results
Linear regression results from linreg.all.vars function.
write.file
boolean value to indicate if a file should be written with the results.
Value
Returns a data.frame with the coefficient values.