cor.j.index.twosample: Two-Sample J Index of Predictive Efficiency

View source: R/cor.j.index.twosample.R

cor.j.index.twosampleR Documentation

Two-Sample J Index of Predictive Efficiency

Description

Calculate test for differences between two samples' J Index of Predictive Efficiency calculations.

Usage

cor.j.index.twosample(
  x1,
  x2,
  alternative = c("two.sided", "less", "greater"),
  conf.level = 0.95
)

Arguments

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.

Value

Hypothesis test result showing results of test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.