get_model_with_coeff: get a list of model variables with their corresponding coeff...

Description Usage Arguments Details Value Examples

View source: R/linear.tools.R

Description

a wrap 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 corresponding coeff

Examples

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

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