View source: R/cor.tetrachoric.R
cor.tetrachoric | R Documentation |
Calculate Tetrachoric Correlation Coefficient on a 2x2 contingency table.
cor.tetrachoric(
x,
alternative = c("two.sided", "less", "greater"),
conf.level = 0.95,
method = c("cosine", "sine")
)
x |
Matrix - 2x2 contingency table |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
method |
Method to use for calculation |
Hypothesis test result showing results of test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.