powered by
Gets the linear regression r-squared values.
linreg_rsquared(linreg.results, write.file = F, file.out = "linreg-rsquared.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 r-squared values.
# NOT RUN { ## Example of linear regression rsquared values and the adjusted ## rsquared values linreg.rsquared.tab = linreg_rsquared(linreg.results) # }
Run the code above in your browser using DataLab