[R] logistic regression
Kjetil Brinchmann Halvorsen
kjetilbrinchmannhalvorsen at gmail.com
Thu Feb 16 18:09:45 CET 2006
Taka Matzmoto wrote:
> Hi R users
>
> I have two bianry variables (X and Y) and one continuous variable (Z).
>
> I like to know, after controlling for the continuous variable, where one
> of the binary is significantly related to the other binary variable
> using logistic regression
>
>
> model <- glm(Y ~ X + Z, family=binomial)
>
> Is checking the significance of the coefficient of X a proper way for
> doing that ?
>
> Any suggestion for this problem ?
You could try a bivariate logistic regression. That is implemented in
package VGAM (not on CRAN,but google will find it!).
Kjetil
>
> Thanks
>
> _________________________________________________________________
> Don’t just search. Find. Check out the new MSN Search!
>
>
> ------------------------------------------------------------------------
>
> ______________________________________________
> 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
More information about the R-help
mailing list