View source: R/cor.j.index.onesample.R
cor.j.index.onesample | R Documentation |
Calculate J Index of Predictive Efficiency for a contingency table.
cor.j.index.onesample(
x,
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
x |
A 2x2 matrix |
conf.level |
The confidence level for this test, between 0 and 1. |
alternative |
The alternative hypothesis to use for the test computation. |
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.