Skip to contents

[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")
#> Trial Sequence Object 
#> Estimand: Intention-to-treat 
#>  
#> Observational Data: 
#>  - No observational data has been set. Use set_data() 
#>  
#> IPW for informative censoring: 
#>  - No weight model specified 
#>  
#> Outcome model: 
#>  - Outcome model not specified. Use set_outcome_model()