bgreenwell / investr

Inverse estimation in R
22 stars 6 forks source link

Fixes issue#48 added check for possible use of poly() #49

Open Taxecron opened 1 year ago

Taxecron commented 1 year ago

simplified extraction of vars and model. Now stops if poly(x,1) is used, although this is linear, but this should be negligible.