Learn R Programming

specmine (version 1.0)

linreg_pvalue_table: Linear regression p-values table

Description

Gets the p-values table from the linear regression analysis.

Usage

linreg_pvalue_table(linreg.results, write.file = F, file.out = "linreg-pvalues.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.
file.out
name of the file.

Value

Returns a data.frame with the p-values.

Examples

Run this code
## Not run: 
#   ## Example of linear regression p-values table
#   linreg.pvalue.tab = linreg_pvalue_table(linreg.results)
# ## End(Not run)

Run the code above in your browser using DataLab