How to keep a variable in fit$model for lm() in R that I'm *not* using within the lm call itself?

后端 未结 0 826
误落风尘
误落风尘 2021-01-16 04:36

I want to be able to index my model after having fit the model. Say I have

df <- data.frame(a = c(1,2,3), 
                 b = c(2,3,1000), 
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题