Displaying 1 result from an estimated 1 matches for "logln".
Did you mean:
login
2002 Jan 30
1
mosaicplot(formula, data)--- bugged?
I have been tinkering with mosaicplot() and friends as a way
of learning R. As part of this, I've written a pair.table()
method for mosaic matrices, and would like to extend mosaicplot
to work with loglin and logln (MASS) objects. I'm using
R 1.4.0 on Win 98.
I've been trying to figure out the formula interface, and think
there's a bug, but not sure how to find it, yet alone fix it.
It seems to only work with independence models:
> data(HairEyeColor)
> mosaicplot(~ Hair + Eye + Sex, data...