Description Usage Arguments Examples
This function can be used to carry our permutation resampling inference with GPUs. Currently the function supports six test statistics: the t and Wilcoxon tests, for two-sample problems, the Pearson and Spearman statistics, for non-censored continuous outcomes, and the Cox score and rank score tests (Jung et al, 2005), for right-censored time-to-event outcomes.
1 | test.permgpu(test)
|
test |
Specifies the test. |
1 2 3 4 5 6 7 8 9 10 11 12 | library(survival)
# check permgpu ("ttest")
test.permgpu("ttest")
# check permgpu ("wilcoxon")
test.permgpu("wilcoxon")
# check permgpu ("npcox")
test.permgpu("npcox")
# check permgpu ("cox")
test.permgpu("cox")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.