Displaying 1 result from an estimated 1 matches for "calculatet".
Did you mean:
calculate
2005 Jul 19
3
Predict
...get
the parameter of the model according to the interval level.
On the other hand, I can compute the prediction-values for my model as well
with predict(object, type=c("response") etc.). Here I have also the
possibility to chose a level for the confidential intervals. the output are
the calculatet values for the fit, the lower and upper level.
the problem now is, that when I calculate the values through the linear
model function with the parameter values I get from confint() an I compare
them with the values I get from predict() these values differ extremely. Why
is that so? Does the comma...