trial_sequence {TrialEmulation}R Documentation

Create a sequence of emulated target trials object

Description

[Experimental]

Usage

trial_sequence(estimand, ...)

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

Value

An estimand specific trial sequence object

Examples

trial_sequence("ITT")


[Package TrialEmulation version 0.0.4.0 Index]