Displaying 1 result from an estimated 1 matches for "gaiter".
Did you mean:
gaier
2012 Sep 20
3
Applying glm coefficients (Beginner Question)
Hello,
I am working with a dataset with three variables and one binomial parameter.
The glm function provides coefficients for these three variables, e.g.
-1.5 | 27.2 | -2.9
If I'm not mistaken, $fitted.values gives me an estimate of how likely my
parameter is to be true/1 . I would like to apply these coefficients on
other variables to predict the binomial parameter but I'm not sure how