powered by
Gets a data.frame with the coefficient values.
linreg_coef_table(linreg.results, write.file = F, file.out = "linreg-coefs.csv")
Linear regression results from linreg.all.vars function.
boolean value to indicate if a file should be written with the results.
name of the file.
Returns a data.frame with the coefficient values.
# NOT RUN { ## Example of linear regression coefficient table linreg.coef.tab = linreg_coef_table(linreg.results) # }
Run the code above in your browser using DataLab