Skip to content
Back to formatted view

Raw Message

Message-ID: <E1EL6Zt-0000Oh-UV@sys34.mail.msu.edu>
Date: 2005-09-29T22:08:33Z
From: Johann Park
Subject: 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