Test for homogeneity on 2 x 2 x k tables over strata (i.e., whether the log odds ratios are the same in all strata).
试验同质性2 x 2 x k桌子阶层(即,log是否比值比是相同的,在所有阶层)。
用法----------Usage----------
woolf_test(x)
参数----------Arguments----------
参数:x
A 2 x 2 x k table.
A2 x 2 x k表。
值----------Value----------
A list of class "htest" containing the following components:
列表类"htest"包含以下组件:
参数:statistic
the chi-squared test statistic.
卡方检验统计量。
参数:parameter
degrees of freedom of the approximate chi-squared distribution of the test statistic.
自由程度的近似卡方检验统计量的分布。
参数:p.value
p-value for the test.
p值的测试。
参数:method
a character string indicating the type of test performed.
一个字符串表示的测试类型进行。
参数:data.name
a character string giving the name(s) of the data.
给予(s)的数据的名称的字符串。
参数:observed
the observed counts.
所观察到的计数。
参数:expected
the expected counts under the null hypothesis.
计数的零假设下的预期。