View source: R/ifr-cochran-q-test.R
ifr_cochran_qtest | R Documentation |
Test if the proportions of 3 or more dichotomous variables are equal in the same population.
ifr_cochran_qtest(data, ...)
data |
a |
... |
columns in |
ifr_cochran_qtest
returns an object of class
"ifr_cochran_qtest"
. An object of class "ifr_cochran_qtest"
is a list containing the following components:
df |
degrees of freedom |
n |
number of observations |
pvalue |
p value |
q |
cochran's q statistic |
infer_cochran_test()
has been deprecated. Instead use
ifr_cochran_qtest()
.
Sheskin, D. J. 2007. Handbook of Parametric and Nonparametric Statistical Procedures, 4th edition. : Chapman & Hall/CRC.
ifr_cochran_qtest(exam, exam1, exam2, exam3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.