Why is LM not being coerced?

Viewed 25
MyThird <- lm(PRICE ~ SPEC.FEATS, data = HOUSEDATA)

Error in as.data.frame.default(data) : cannot coerce class ‘"lm"’ to a data.frame

enter image description here

0 Answers
Related