McCullagh_compute_lambda: Computes lambda, log of cumulative odds.
Description
Computes lambda, log of cumulative odds.
Usage
McCullagh_compute_lambda(n, use_half = TRUE)
Arguments
- n
matrix of observed counts
- use_half
logical whether of not to add half to the cell count before taking
the logit. Default value is TRUE.