Learn R Programming

TrialEmulation (version 0.0.4.2)

trial_sequence: Create a sequence of emulated target trials object

Description

[Experimental]

Usage

trial_sequence(estimand, ...)

Value

An estimand specific trial sequence object

Arguments

estimand

The name of the estimand for this analysis, either one of "ITT", "PP", "AT" for intention-to-treat, per-protocol, as-treated estimands respectively, or the name of a class extending trial_sequence

...

Other parameters used when creating object

Examples

Run this code
trial_sequence("ITT")

Run the code above in your browser using DataLab