Skip to content
Prev 305325 / 398506 Next

boot() with glm/gnm on a contingency table

Le mercredi 12 septembre 2012 ? 07:08 -0700, Tim Hesterberg a ?crit :
Indeed, that's another solution I considered, but I wanted to be sure
nothing more reasonable exists. You're right that it's more efficient
than replicating the whole data set. But still, with a typical table of
less than 100 cells and several thousands of observations, this means
creating a potentially long vector, much larger than the original data;
nothing really hard with common machines, to be sure.

If no other way exists, I'll use this. Thanks.