Learn R Programming

TrialEmulation (version 0.0.4.2)

te_data_ex: Example of a prepared data object

Description

A small example object from data_preparation used in examples. It is created with the following code:

Usage

te_data_ex

Arguments

Format

An object of class TE_data_prep_dt (inherits from TE_data_prep) of length 6.

Details

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 )

See Also

te_model_ex