
Posterior summaries of STAGE transition points (m50)
Source:R/transition_point.R
transition_point.stage_fit.RdReturns posterior summaries of \(m_{50}\), the value of \(x\) where \(P(y=1 | x) = 0.5\). Under equal class priors, \(m_{50}\) is the direct sampling parameter of the STAGE model.
Usage
# S3 method for class 'stage_fit'
transition_point(object, population = NULL, ...)Arguments
- object
A
stage_fitobject as returned byfit_stage().- population
Optional population index (integer) or label (character). If
NULL, return global and all populations.- ...
Currently ignored. Included for method compatibility.