get_raw_p | R Documentation |
A function that returns unadjusted p-values.
get_raw_p(res_SMAHP)
res_SMAHP |
Outputs from SMAHP |
A matrix of unadjusted 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_raw_p(res_SMAHP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.