get_model_with_raw: get a list of model vars with their corresponding raw vars.

Description Usage Arguments Details Value Examples

View source: R/linear.tools.R

Description

a warp up function of get_model_pair

Usage

1

Arguments

model,

See get_model_pair

data,

See get_model_pair

Details

See get_model_pair

Value

a list with names as model vars and elements as their raw coeff

Examples

1
get_model_with_raw(price~  I(carat^   2) + cut  + carat*table, data= ggplot2::diamonds)

linear.tools documentation built on May 2, 2019, 3:17 a.m.