Skip to content
Prev 32028 / 398506 Next

mcl models, percentages

On Wed, 14 May 2003, John Hendrickx wrote:

            
Two possibilities

1/ not having converged far enough: the convergence tolerance for coxph is
by default only 1e-4 (yes, I should change it)

2/ Weights. In one of your examples you have frequency weights passed to
clogit.  This doesn't work (at least, it isn't equivalent to passing in
the expanded data) because weighting doesn't make coxph compute the full
set of permutations that you need for the likelihood in a large stratum.


	-thomas