项目作者: tAndreani

项目描述 :
Permutation Method to compare paired data not normally distributed
高级语言: R
项目地址: git://github.com/tAndreani/Permutation-test-with-the-t-statistic.git


Permutation test with the t-statistic

This script is usefull if the user has to handle with paired dataset. It is not a simple Non-parametric test because do not consider outliers. The procedure is similar of a paired-t-test but with 15000 permutations.

Assumption

The dataset do not follow a “T-Normal” distribution

Input Two Matrices: Control and Treatment

Return: a T observed and a T permuted

It is possible to select the treshold by which the T-values observed are significant or not to the respect of the T-values permuted.

In Script.r it is possible to find an example on how to use the script.