powered by
Gets the p-values table from the linear regression analysis.
linreg_pvalue_table(linreg.results, write.file = F, file.out = "linreg-pvalues.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 p-values.
# NOT RUN { ## Example of linear regression p-values table linreg.pvalue.tab = linreg_pvalue_table(linreg.results) # }
Run the code above in your browser using DataLab