R/data.R
te_model_ex.Rd
A small example object from trial_msm used in examples. It is created with the following code:
te_model_ex
An object of class TE_msm of length 3.
TE_msm
te_model_ex <- trial_msm( data = data_subset, outcome_cov = c("catvarA", "nvarA"), last_followup = 40, model_var = "assigned_treatment", include_followup_time = ~followup_time, include_trial_period = ~trial_period, use_sample_weights = FALSE, quiet = TRUE, glm_function = "glm" )
te_data_ex