linreg_coef_table: Linear regression coefficient table

Description Usage Arguments Value

View source: R/regression.R

Description

Gets a data.frame with the coefficient values.

Usage

1
2
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.

file.out

name of the file.

Value

Returns a data.frame with the coefficient values.


specmine documentation built on Sept. 21, 2021, 5:06 p.m.