View source: R/analyse_maxcombo.R
analyse_maxcombo | R Documentation |
Analyse Dataset with the Maxcombo Test
analyse_maxcombo(alternative = "two.sided")
alternative |
alternative hypothesis for the tests "two.sided" or "one.sieded" |
alternative
can be "two.sided" for a two sided test of equality of the
summary statistic or "one.sided" for a one sided test testing H0: treatment
has equal or shorter survival than control vs. H1 treatment has longer
survival than control.
an analyse function that returns a data.frame with the combined p-value of the max combo test in the column p
condition <- merge(
assumptions_delayed_effect(),
design_fixed_followup(),
by = NULL
) |>
head(1)
dat <- generate_delayed_effect(condition)
analyse_maxcombo()(condition, dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.