大家好,我是新人。
我在使用R时用到了prop.test.trend. 具体是这样的:
>prop.trend.test(caesar.shoe.yes,caesar.shoe.total)
Chi-squared Test for Trend in Proportions
data: caesar.shoe.yes out of caesar.shoe.total ,
using scores: 1 2 3 4 5 6 X-squared = 8.0237, df = 1, p-value = 0.004617
请问我这里的原假设(null hypothesis) 是什么?我应该接受还是拒绝我的原假设呢?
谢谢!