[R] Missing values in glm

Martyn Plummer plummer at iarc.fr
Tue Aug 28 12:40:24 CEST 2001


On 25-Aug-2001 Becki Deacon wrote:
> Dear r-help
> 
> I am trying to fit a logistic regression with a dataset that has some 
> missing values in the categorical response (sjukdom). These are generated 
> 'false' values that I want predicited values for.

To predict new response values from a fitted model, use predict() function.
This is a generic function that has a method for glm. See the help
pages for "predict" and "predict.glm".

Martyn
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list