| te_data_ex | R Documentation |
A small example object from data_preparation used in examples. It is created with the following code:
te_data_ex
An object of class TE_data_prep_dt (inherits from TE_data_prep) of length 6.
dat <- trial_example[trial_example$id < 200, ]
te_data_ex <- data_preparation(
data = dat,
outcome_cov = c("nvarA", "catvarA"),
first_period = 260,
last_period = 280
)
te_model_ex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.