test.permgpu: Conduct permutation resampling analysis using permGPU

Description Usage Arguments Examples

View source: R/test.permgpu.R

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

1

Arguments

test

Specifies the test.

Examples

 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")

permGPU documentation built on Feb. 10, 2021, 5:07 p.m.