Skip to content
Prev 78118 / 398502 Next

Binary Logit Regression with R

Hi to all, 

I am a PH.D Student doing statistical analysis.
I am totally new to R. I previously use Stata and am changing into R. I 
ususally do with logit regression with binary dependent variable (war 
occurence:1 or 0). 

I just want to know command to do that. More sepcifically, 

Let say, my Y is war occurence (occur=1, otherwise 0). And my independent 
variables (Xs) are trade, democracy, military power....etc. 

In Stata, I do like what follows: 

logit war trade democracy militarypower... 

Then I will get results. 

What are the equivalent command in R? 

Many thanks, 

JP