Message-ID: <20011023121856.A11149@chanane.ucsf.edu>
Date: 2001-10-23T19:18:56Z
From: Stephen Shiboski
Subject: zeros in table() output in version 1.3.1
Are the following differences in table() output
between versions 1.3.0 and 1.3.1 a feature, a bug
or a problem with my implementation?
(I am running under Solaris 2.7 SPARC, built using the
Sun C and FORTRAN compilers.)
Version 1.3.1:
> table(c(0,1),c(0,1))
1
1 1
Version 1.3.0:
> table(c(0,1),c(0,1))
0 1
0 1 0
1 0 1
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._