| Package | Description | 
|---|---|
| org.biojava.nbio.survival.cox | |
| org.biojava.nbio.survival.cox.stats | 
| Modifier and Type | Method and Description | 
|---|---|
static CoxMethod | 
CoxMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CoxMethod[] | 
CoxMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CoxInfo | 
CoxR.process(ArrayList<String> variables,
       ArrayList<SurvivalInfo> data,
       int maxiter,
       CoxMethod method,
       double eps,
       double toler,
       double[] beta,
       int doscale,
       boolean useStrata,
       boolean useWeighted,
       boolean robust,
       boolean cluster)  | 
static double[] | 
CoxMart.process(CoxMethod method,
       ArrayList<SurvivalInfo> survivalInfoList,
       boolean useStrata)  | 
static double[][] | 
CoxScore.process(CoxMethod method,
       ArrayList<SurvivalInfo> survivalInfoList,
       CoxInfo coxInfo,
       boolean useStrata)  | 
| Modifier and Type | Method and Description | 
|---|---|
static double[][] | 
AgScore.process(CoxMethod method,
       ArrayList<SurvivalInfo> survivalInfoList,
       CoxInfo coxInfo,
       boolean useStrata)  | 
Copyright © 2000–2017 BioJava. All rights reserved.