Package sbrt.ext.R.stat

Provides classes that allow communication with R for the purposes of statistics.

See:
          Description

Class Summary
RCorrelator<V> This class computes correlation statistics using R.
RCorrelator.Result This class is used to store the results of computing a correlation using R.
RKendall<V> This class computes Kendall tau values using R.
RPearson<V> This class computes Pearson r values using R.
RSpearman<V> This class computes Spearman rho values using R.
 

Package sbrt.ext.R.stat Description

Provides classes that allow communication with R for the purposes of statistics.