sbrt.ext.R.stat
Class RSpearman<V>

java.lang.Object
  extended by sbrt.ext.R.stat.RCorrelator<V>
      extended by sbrt.ext.R.stat.RSpearman<V>
Type Parameters:
V - the variable type.
All Implemented Interfaces:
Correlator<V,RCorrelator.Result>

public final class RSpearman<V>
extends RCorrelator<V>

This class computes Spearman rho values using R.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Nested Class Summary
 
Nested classes/interfaces inherited from class sbrt.ext.R.stat.RCorrelator
RCorrelator.Result
 
Constructor Summary
RSpearman()
           
 
Method Summary
protected  java.lang.String getCorrName()
          Returns spearman.
 
Methods inherited from class sbrt.ext.R.stat.RCorrelator
corr, corr, corr, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSpearman

public RSpearman()
Method Detail

getCorrName

protected java.lang.String getCorrName()
Returns spearman.

Specified by:
getCorrName in class RCorrelator<V>
Returns:
spearman.