Skip to content
Prev 307546 / 398506 Next

se's and CI's for fitted lines in multivariate regression analysis

Hello,

Your model is equivalent to the model below. As for standard errors, try 
predict.lm with the appropriate argument.

?predict.lm
model <- lm(decrease ~ rowpos + colpos*treatment, data = OrchardSprays)
predict(model, se.fit = TRUE, interval = "confidence")

Hope this helps,

Rui Barradas
Em 10-10-2012 14:49, Sigrid escreveu: