McCullagh_logits: Computed cumulative logits.
Description
Computed cumulative logits.
Usage
McCullagh_logits(cumulative, use_half = TRUE)
Arguments
- cumulative
vector of cumulative counts
- use_half
logical indicting whether or not to add 0.5 to numerator and denominator
counts before computing logits, Default value is TRUE, add 0.5.