Dear, I did a logistic regression and a Hosmer-Lemeshow Test. In order to verify residuals, I used this code:
plot(rstudent(reglog),type="p",cex=0.5,ylab="Résidus studentisés par VC") abline(h=c(-2,2)) I want to verify if it is an adequate code to analyze residuals for a logistic regression? Thanks for your advices Komine -- View this message in context: http://r-sig-geo.2731867.n2.nabble.com/Analyse-residuals-for-logistic-regression-tp6270042p6270042.html Sent from the R-sig-geo mailing list archive at Nabble.com. _______________________________________________ R-sig-Geo mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-geo
