Package | Description |
---|---|
org.biojava.nbio.survival.cox | |
org.biojava.nbio.survival.cox.comparators | |
org.biojava.nbio.survival.cox.stats | |
org.biojava.nbio.survival.kaplanmeier.figure |
Modifier and Type | Method and Description |
---|---|
ArrayList<SurvivalInfo> |
CoxInfo.getSurvivalInfoList() |
Modifier and Type | Method and Description |
---|---|
int |
SurvivalInfo.compareTo(SurvivalInfo o) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<String> |
SurvivalInfoHelper.addInteraction(String variable1,
String variable2,
ArrayList<SurvivalInfo> survivalInfoList)
To test for interactions use two variables and create a third variable where the two are multiplied together.
|
static void |
SurvivalInfoHelper.categorizeData(ArrayList<SurvivalInfo> DataT)
Take a collection of categorical data and convert it to numeric to be used in cox calculations
|
static void |
SurvivalInfoHelper.dump(ArrayList<SurvivalInfo> DataT,
PrintStream ps,
String delimiter)
For each analysis this allows outputing of the data used in the calculations to a printstream/file.
|
static ArrayList<String> |
SurvivalInfoHelper.getGroupCategories(String groupName,
ArrayList<SurvivalInfo> survivalInfoList) |
static void |
SurvivalInfoHelper.groupByRange(double[] range,
String variable,
String groupName,
ArrayList<SurvivalInfo> survivalInfoList)
Need to allow a range of values similar to cut in R and a continuous c
|
CoxInfo |
CoxR.process(ArrayList<String> variables,
ArrayList<SurvivalInfo> DataT,
boolean useStrata,
boolean useWeighted,
boolean robust,
boolean cluster) |
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) |
void |
CoxInfo.setSurvivalInfoList(ArrayList<SurvivalInfo> data) |
Modifier and Type | Method and Description |
---|---|
int |
SurvivalInfoValueComparator.compare(SurvivalInfo t,
SurvivalInfo t1) |
int |
SurvivalInfoComparator.compare(SurvivalInfo t,
SurvivalInfo t1) |
Modifier and Type | Method and Description |
---|---|
static double[][] |
AgScore.process(CoxMethod method,
ArrayList<SurvivalInfo> survivalInfoList,
CoxInfo coxInfo,
boolean useStrata) |
Modifier and Type | Method and Description |
---|---|
ArrayList<SurvivalInfo> |
ExpressionFigure.getSurvivalInfoList()
The data used to draw the graph
|
Modifier and Type | Method and Description |
---|---|
SurvFitInfo |
SurvFitKM.process(String variable,
ArrayList<SurvivalInfo> dataT,
boolean useWeighted) |
SurvFitInfo |
SurvFitKM.process(String variable,
ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
Double startTime,
Double newTime,
boolean useWeighted) |
LinkedHashMap<String,StrataInfo> |
SurvFitKM.processStrataInfo(String variable,
ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
Double startTime,
Double newTime,
boolean useWeighted) |
void |
ExpressionFigure.setSurvivalInfo(ArrayList<String> title,
ArrayList<SurvivalInfo> _siList,
String variable) |
Copyright © 2000–2019 BioJava. All rights reserved.