[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: McNemar
From: |
John Darrington |
Subject: |
Re: McNemar |
Date: |
Sun, 15 Jul 2012 05:21:14 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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
- McNemar, nigelscott, 2012/07/14
- Re: McNemar,
John Darrington <=