or.table | R Documentation |
Computes the odds ratio for every cells of the cross-tabulation between two categorical variables
or.table(x, y, weights = NULL, na.rm = FALSE, na.value = "NA", digits = 3)
x |
the first categorical variable |
y |
the second categorical variable |
weights |
numeric vector of weights. If NULL (default), uniform weights (i.e. all equal to 1) are used. |
na.rm |
logical, indicating whether NA values should be silently removed before the computation proceeds. If FALSE (default), an additional level is added to the variables (see na.value argument). |
na.value |
character. Name of the level for NA category. Default is "NA". Only used if na.rm = FALSE. |
digits |
integer. The number of digits (default is 3). If NULL, the results are not rounded. |
A table with the odds ratios
Nicolas Robette
assoc.twocat
,assoc.catcont
, condesc
, catdesc
data(Movies)
or.table(Movies$Country, Movies$ArtHouse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.