Displaying 4 results from an estimated 4 matches for "rwanuza".
Did you mean:
rwanda
2010 Aug 07
2
R: Confidence Intervals for logistic regression
...predict(y.glm, newdata= something, se.fit=TRUE)
> ci <- matrix( c(pred$fit + 1.96 * pred$se.fit, pred$fit - 1.96 *
> pred$se.fit), ncol=2 )
>
> lines( something, plogis( ci[,1] ) )
> lines( something, plogis( ci[,2] ) )
>
>
>
> On 6 August 2010 18:39, aline uwimana <rwanuza at gmail.com> wrote:
> > Dear Troy,
> > use this commend, your will get IC95% and OR.
> >
> > logistic.model <- glm(formula =y~ x1+x2, family = binomial)
> > summary(logistic.model)
> >
> > sum.coef<-summary(logistic.model)$coef
> >
> >...
2010 Aug 03
1
R: classification tree model!
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100803/9fb28807/attachment.pl>
2010 Jul 28
1
Model fit
Does anyone know how to calculated a AIC, BIC, score when using svyglm for
logistic regressions?
Thanks
Rwanuza
--
View this message in context: http://r.789695.n4.nabble.com/Model-fit-tp2305668p2305668.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]
2010 Jul 30
2
svydesign syntax and deviance!
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100731/ac3b9e43/attachment.pl>