A function that returns adjusted p-values
A function that returns adjusted p-values.
get_adjusted_p(res_SMAHP)
res_SMAHP
: Outputs from SMAHPA matrix of adjusted p-values.
data(example_dat) surv_dat <- example_dat$surv_dat res_SMAHP <- SMAHP(example_dat$X, example_dat$M, example_dat$C, time = surv_dat$time, status = surv_dat$status) get_adjusted_p(res_SMAHP)
Useful links