xtest {x.ent} | R Documentation |
Test each pair relations
Description
We recommend four testings distribution to compare two samples:
Kolmogorov Smirnov test
Wilcoxon signed rank test
Student's t test
Compare Groups of Growth Curves
Usage
xtest(v1, v2)
Arguments
v1 |
a vector of the first entity |
v2 |
a vector of the second entity |
Details
The function xtest
will combine the values in the first entity with the values in the second entity, each pair relations will be looking in documents. If this relationship exists, it will bring a value 1 otherwise 0
Author(s)
Tien T. Phan
See Also
ks.test
Kolmogorov Smirnov test
wilcox.test
Wilcoxon signed rank test
t.test
Student's t test
compareGrowthCurves
Compare Groups of Growth Curves
Examples
#get all values of entity bioagressor
b <- as.vector(xdata_value("b")[["value"]])
xtest("colza",b)
[Package x.ent version 1.1.7 Index]