On Sat, Jul 14, 2012 at 08:27:09PM -0700, nigelscott wrote:
Can somebody provide with the correct syntax for running a McNemar test on
2
columns of data. I tried
GET FILE = ".....".
CROSSTABS
/TABLES= ColA BY ColB
/CELLS=COUNT ROW COLUMN TOTAL
/MCNEMAR ColA WITH ColB.
but I keep getting a syntax error at MCNEMAR: expecting end of command
Probably something simple but I don't see it!The CROSSTABS procedure doesn't provide the McNemar test. If it did, it would be under the /STATISTICS= subcommand. However you can perform a McNemar test using the NPAR TESTS procedure. See the manual for details. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ Pspp-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-users
