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