Learn R Programming

AUtests (version 0.97)

au.tests: AU testing

Description

Calculates approximate unconditional p-values for testing independence in 2x2 case-control tables.

Usage

au.tests(m0, m1, r0, r1, lowthresh = 1e-12)

Arguments

Value

  • A vector of AU p-values, computed under score, likelihood ratio, and Wald tests.

Examples

Run this code
au.tests(15000, 5000, 30, 25)
au.tests(10000, 10000, 30, 25)

Run the code above in your browser using DataLab