corPFSOS | R Documentation |
Correlation of PFS and OS event times for data from the IDM
corPFSOS(
data,
transition,
bootstrap = TRUE,
bootstrap_n = 100,
conf_level = 0.95
)
data |
( |
transition |
( |
bootstrap |
( |
bootstrap_n |
( |
conf_level |
( |
The correlation of PFS and OS.
transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6)
data <- getClinicalTrials(
nRep = 1, nPat = c(100), seed = 1234, datType = "1rowTransition",
transitionByArm = list(transition), dropout = list(rate = 0.5, time = 12),
accrual = list(param = "intensity", value = 7)
)[[1]]
corPFSOS(data, transition = exponential_transition(), bootstrap = FALSE)
## Not run:
corPFSOS(data, transition = exponential_transition(), bootstrap = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.