Hello,

I'm brand new to using R.  (I've been using Rapid Miner, but would like 
to move over to R since it gives me much more functionality.)

I'm trying to learn how to do a conditional logit model.

My data has one dependent variable, 2 independent variables and a 
"group" variable.

example:

class    v1    v2    group
"sick"    .3    .7    1
"well"    .2    .9    1
"sick"    .25   .4    1
"sick"    .32   .6    2
"well"    .21  .81    2
"sick"    .5    .3     2

Can someone help me formulate the proper command for the clogit() function?

Thanks!

        [[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