Ey R-people

Trying to do a binary logistic regression with only categorical(age,ballot) and binary predictors for a binary response variable. I can model them at least at least i treat the binary predictors as categorical with the use of as.factor(etc) and use glm with binomial distribution and logit as link function. The problem is with interpretation of results and the use of the Wald-test to see if certain predictors are significant. When i do the wald test with standard code i see in help i can only use my whole model as input and terms 0,1 but then i take it all terms 0,1 are taken. Is there a better method for this or maybe a package or maybe an other approach?
Any help would be welcomed.

Frank

______________________________________________
R-help@r-project.org 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.

Reply via email to