powered by
Create Analyse function for the modestly weighted logrank test
analyse_modelstly_weighted(t_star)
an analyse function that can be used in runSimulation
parameter t* of the modestly weighted logrank test
condition <- merge( assumptions_delayed_effect(), design_fixed_followup(), by=NULL ) |> head(1) dat <- generate_delayed_effect(condition) analyse_modelstly_weighted(20)(condition, dat)
Run the code above in your browser using DataLab