Skip to content
Prev 5941 / 63462 Next

xtabs, drop.unused.levels (PR#1041)

On Sun, 5 Aug 2001 martin.lenze@to.com wrote:

            
The line

    x <- if (is.null(y))
        do.call("table", mf)

should be

    x <- if (is.null(y))
        do.call("table", by)

Currently drop.unused.levels=TRUE is ignored unless there is a response.