我的数据集就是这样
blood pressure : 127 127 127-146 127-146
serum :200-219 2 11 3 12
220-259 3 88 23 100
>259 7 56 11 11
如何在测试中创建for循环
prop.test(2,11,p=p0,correct = FALSE)
prop.test(3,88,p=p0,correct = FALSE)
prop.test(7,56,p=p0,correct = FALSE)
prop.test(3,12,p=p0,correct = FALSE)