Learn R Programming

SMAHP (version 0.0.5)

get_adjusted_p: A function that returns adjusted p-values

Description

A function that returns adjusted p-values.

Usage

get_adjusted_p(res_SMAHP)

Value

A matrix of adjusted p-values.

Arguments

res_SMAHP

Outputs from SMAHP

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab