Yule's Y (coefficient of colligation) | R Documentation |
Yule's Y (coefficient of colligation).
yule(x)
x |
A 2 x 2 matrix or a vector with 4 elements. In the case of the vector make sure it corresponds to the correct table. |
Yule's coefficient of colligation is calculated.
Yule's Y is returned.
Michail Tsagris
R implementation and documentation: Michail Tsagris <mtsagris@uoc.gr>
Yule G. Udny (1912). On the Methods of Measuring Association Between Two Attributes. Journal of the Royal Statistical Society, 75(6):579-652.
col.yule, odds.ratio
x <- rpois(4, 30) + 2
res<-yule(x)
res<-yule( matrix(x, ncol = 2) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.