te_model_ex | R Documentation |
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_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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.