hi, in using glm function is it possible to extract residuals and predict values ? ___________________________________________________________________________ [[alternative HTML version deleted]]
Hi, try assign the output of glm to a object. g <- glm(model) names(g) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O<http://maps.google.com/maps?f=q&hl=en&q=Curitiba,+Brazil&layer=&ie=UTF8&z=18&ll=-25.448315,-49.276916&spn=0.002054,0.005407&t=k&om=1> On 4/23/07, elyakhlifi mustapha <elyakhlifi_mustapha@yahoo.fr> wrote:> > hi, > in using glm function is it possible to extract residuals and predict > values ? > > > > > ___________________________________________________________________________ > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@stat.math.ethz.ch 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. >[[alternative HTML version deleted]]
?fitted ?residuals ?glm section 'value' Please be so kind and read the available documentation before posting... Petr elyakhlifi mustapha napsal(a):> hi, > in using glm function is it possible to extract residuals and predict values ? > > > > ___________________________________________________________________________ > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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. >-- Petr Klasterecky Dept. of Probability and Statistics Charles University in Prague Czech Republic