permGPU (version 0.14.9)

test.permgpu: Conduct permutation resampling analysis using permGPU

Description

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.

Usage

test.permgpu(test)

Arguments

test

Specifies the test.

Examples

Run this code
# NOT RUN {
  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")
# }

Run the code above in your browser using DataCamp Workspace