Skip to contents

Fit AFT Model with Spline Treatment Effect

Usage

fit_aft_model_spline(
  df_work,
  covariate_cols,
  interaction_term,
  k_treat,
  k_inter,
  spline_spec,
  verbose,
  set_var = NULL,
  beta_var = NULL
)