Learn R Programming

linear.tools (version 1.3.0)

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

Description

a warp up function of get_model_pair

Usage

get_model_with_raw(model, data = NULL)

Arguments

model,
data,

Value

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

Details

See get_model_pair

Examples

Run this code

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

Run the code above in your browser using DataLab