View source: R/analyse_modestly_weighted.R
analyse_modelstly_weighted | R Documentation |
Create Analyse function for the modestly weighted logrank test
analyse_modelstly_weighted(t_star)
t_star |
parameter t* of the modestly weighted logrank test |
an analyse function that can be used in runSimulation
condition <- merge(
assumptions_delayed_effect(),
design_fixed_followup(),
by=NULL
) |>
head(1)
dat <- generate_delayed_effect(condition)
analyse_modelstly_weighted(20)(condition, dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.