Displaying 1 result from an estimated 1 matches for "yourglmmodel".
2008 Aug 27
1
standard errors for glm
Hi,
I'm currently using biglm package to compute GLM outputs on a very large
dataset. But no function computes standard erros of predictions. I look in
what is done in R, namely in the function predict.glm.R in stats package.
In this function, we call predict.lm to compute the standard errors (line
51). The code of predict.lm (in lm.R) is very hard to understand.
I wonder if there is any