Learn R Programming

CooccurrenceAffinity (version 1.0)

MaxX.Int: MaxX.Int computation

Description

Helper function

Usage

MaxX.Int(marg, scal = log(2 * marg[3]^2), lev = 0.95)

Value

helper function

Arguments

marg

a 3-entry integer vector (mA,mB,N) consisting of the first row and column totals and the table total for a 2x2 contingency table

scal

an integer parameter (default 2*N^2, capped at 10 within the function) that should be 2 or greater

lev

a confidence level, generally somewhere from 0.8 to 0.95 (default 0.95)

Author

Eric Slud

Details

This is a helper function.