Displaying 1 result from an estimated 1 matches for "tvshsc".
Did you mean:
testsc
2010 Dec 28
1
Problem applying McNemar's - Different values in SPSS and R
...COL%
21.6%
70.0%
29.5%
Total
Count
51
10
61
Row %
83.6%
16.4%
100.0%
COL%
100.0%
100.0%
100.0%
* Chi-Square Tests*
Value
Exact Sig. (2-sided)
McNemar Test
.057(a)
N of Valid Cases
61
a Binomial distribution used.
Output from R is as follows....
> tvshsc<-
+ matrix(c(40,11,3,7),
+ nrow=2,
+ dimnames=list("TVS"=c("ABN","NE"),
+ "HSC"=c("ABN","NE")))
> tvshsc
HSC
TVS ABN NE
ABN 40 3
NE 11 7
> mcnemar.test(tvshsc)
McNemar's Chi-squared test with contin...