Displaying 1 result from an estimated 1 matches for "tp4680104".
Did you mean:
tp4630104
2013 Nov 09
0
Standard errors in regression models with interactions terms
...isLow <- trees$Height <= 76
trees$isThick <- trees$Girth > 13
m <- lm(trees$Volume ~ trees$isLow + trees$isThick +
trees$isLow:trees$isThick)
summary(m)
--
View this message in context: http://r.789695.n4.nabble.com/Standard-errors-in-regression-models-with-interactions-terms-tp4680104.html
Sent from the R help mailing list archive at Nabble.com.