Fits right-censoring models for each stage or a single model across all stages.
fit_c_functions(policy_data, c_models, full_history = FALSE)List of fitted censoring functions with class "c_functions"
Policy data object created by policy_data()
Single c_model or list of K+1 c_models
Logical; use full history (TRUE) or Markov-type history (FALSE)
The function handles two scenarios:
Multiple models: One model per stage (length K+1)
Single model: Same model applied across all stages