Hello R users,

I would like to perform a mc nemar test.
There is my data :
__________________________________
x <- matrix(4:1,2,2)

x

     [,1] [,2]
[1,]    4    2
[2,]    3    1
__________________________________

My population is too small for normal approximation.
__________________________________
library(concord)

mcnemar.mh(x)

$statistic
[1] 0.2

$p
[1] 0.6547208

Warning message:
low cell counts - consider binomial test in: mcnemar.mh(x)

___________________________________

Do you have an advice to perform this test ? Is there a non-parametric one ?
Thank you very much.

-- 
David

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to