50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

radiant.model (version 0.8.0)

write.coeff: Write coefficient table for linear and logistic regression

Description

Write coefficient table for linear and logistic regression

Usage

write.coeff(object, file = "", sort = FALSE)

Arguments

object

A fitted model object of class regress or logistic

file

A character string naming a file. "" indicates output to the console

sort

Sort table by variable importance

Details

Write coefficients and importance scores to csv

Examples

Run this code
# NOT RUN {
regress(diamonds, rvar = "price", evar = "carat:x", check = "standardize") %>%
  write.coeff(sort = TRUE) %>%
  formatdf(dec = 3)

# }

Run the code above in your browser using DataLab