Learn R Programming

treeperm (version 1.6)

Exact and Asymptotic K Sample Permutation Test

Description

An implementation of permutation tests in R, supporting both exact and asymptotic K sample test of data locations. The p value of exact tests is found using tree algorithms. Tree algorithms treat permutations of input data as tree nodes and perform constraint depth-first searches for permutations that fall into the critical region of a test systematically. Pruning of tree search and optimisations at C level enable exact tests for certain large data sets.

Copy Link

Version

Install

install.packages('treeperm')

Monthly Downloads

5

Version

1.6

License

GPL-2

Maintainer

Qiao Kang

Last Published

April 22nd, 2015

Functions in treeperm (1.6)

KPermutation

K Sample Exact Permutation Test
treeperm-package

Exact and Asymptotic K Sample Permutation Test
plot.treeperm

Plot Permutations
Permutation

Two Sample Exact Permutation Test
treeperm

Permutation Tests Using Tree Algorithms