How can I get the the  standard error and confidence interval for the
prediction in a multiple regression model using the R command?

for a simple regression I used

*predict(xc, newdata=data.frame(var1=10.),se=T)
where xc is the glm model using binomial and var1 is teh variable.
 *
I can get the upper and lower intervals of the prediction

Any help is welcome

.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to