xtest: Test each pair relations

Description Usage Arguments Details Author(s) See Also Examples

View source: R/xtest.R

Description

We recommend four testings distribution to compare two samples:

  1. Kolmogorov Smirnov test

  2. Wilcoxon signed rank test

  3. Student's t test

  4. Compare Groups of Growth Curves

Usage

1
  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

1
2
3
  #get all values of entity bioagressor
  b <- as.vector(xdata_value("b")[["value"]]) 
  xtest("colza",b)

x.ent documentation built on May 2, 2019, 2:14 p.m.

Related to xtest in x.ent...