Learn R Programming

specmine (version 2.0.3)

linreg_coef_table: Linear regression coefficient table

Description

Gets a data.frame with the coefficient values.

Usage

linreg_coef_table(linreg.results, write.file = F, 
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.

Examples

Run this code
# 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