Class CoxVariablesOverallModelFitComparator

java.lang.Object
org.biojava.nbio.survival.cox.comparators.CoxVariablesOverallModelFitComparator
All Implemented Interfaces:
Comparator<CoxVariables>

public class CoxVariablesOverallModelFitComparator extends Object implements Comparator<CoxVariables>
Author:
Scooter Willis
  • Constructor Details

    • CoxVariablesOverallModelFitComparator

      public CoxVariablesOverallModelFitComparator(String variables)
      Variables are stored as a string representation of an ArrayList [META_GENE] or [trtg, META_GENE] add variables used in cox regression to an array and then do toString.
      Parameters:
      variables -
  • Method Details