Skip to content
Prev 59564 / 398502 Next

Left justification af dimnames in tables.

"Ladelund, Steen" <STELAD01 at glostruphosp.kbhamt.dk> writes:
This was actually an inadvertent change in R 1.7.0. It is fixed in the
development version of R but it was decided to keep the fix out of the
patch versions because it would change a lot of printed output (and
some people run automatic checks for that). For a twoway table,
there's a simple workaround:
b
a        first second
  first     21      0
  second     0      9

Unfortunately, it doesn't seem to work for multiway tables....