Learn R Programming

AUtests (version 0.97)

au.firth: Firth AU testing

Description

Calculates approximate unconditional Firth test p-value for testing independence in 2x2 case-control tables. The Firth test requires more computational resources than the tests computed in the au.tests function.

Usage

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

Arguments

Value

  • A single AU p-value, computed under the Firth test.

Examples

Run this code
au.firth(15000, 5000, 1, 0)

Run the code above in your browser using DataLab