markov_two_states: Markov two-state missingness model (missingness_model)
Description
Constructs a missingness_model representing a two-state Markov process
for missing/observed indicators. The process takes values in {0, 1},
where 1 indicates observed and 0 indicates missing.
Usage
markov_two_states(p1 = NULL, p2 = NULL)
Value
A missingness_model object.
Arguments
p1
Transition probability from observed (1) to missing (0).
p2
Transition probability from missing (0) to observed (1).