Dear all, I have to use "Zelig" package for doing logistic regression.
How can I use Zelig package for logistic regression?

I did this code by glm function:

glm1 = glm(kod~Curv+Elev+Out.c+Slope+Aspect,data=data,
           family=binomial)
summary(glm1)

But the results were not appropriate for my data.

Many thanks for your helps.







-- 
Best Regards
Javad Bayat
M.Sc. Environment Engineering
Shahid Beheshti (National) University (SBU)
Alternative Mail: bayat...@yahoo.com

        [[alternative HTML version deleted]]

______________________________________________
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