Skip to content
Prev 324985 / 398503 Next

Clogit R and Stata

The "n = 1404"  vs. "Number of obs   =        468" looks like the giveaway.

You are passing the subset selection logic as the 3rd positional argument, but according to the documentation, that is the weights argument.

So,  clogit(..., data = dframe, subset = sample==1 & glb_ind=="Y")
On Jun 7, 2013, at 18:51 , Richard Beckett wrote: