LIStest-package {LIStest} | R Documentation |
calculate the pvalue for the two samples L.I.S independence test (for continuous random variables).
Package: | LIStest |
Type: | Package |
Version: | 1.0 |
Date: | 2008-05-15 |
License: | GPL 2.0 |
Jesus Garcia and Veronica Andrea Gonzalez Lopez
Maintainer: Who to complain to <jg@ime.unicamp.br>
A nonparametric idependence test for small sample size
X<-rexp(50) Y<-runif(50,0,X) res<-LIS.pvalue(X,-Y,alternative="two.sided") res