Package | Description |
---|---|
org.biojava.nbio.survival.cox | |
org.biojava.nbio.survival.cox.stats | |
org.biojava.nbio.survival.kaplanmeier.figure |
Modifier and Type | Method and Description |
---|---|
CoxInfo |
CoxVariables.getCoxInfo(String name) |
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 CoxInfo |
CoxHelper.process(String datafile,
String timeColumn,
String statusColumn,
String weightColumn,
String strataColumn,
String clusterColumn,
ArrayList<String> variables,
boolean useStrata,
boolean useWeights) |
static CoxInfo |
CoxHelper.process(WorkSheet worksheet,
String timeColumn,
String statusColumn,
String weightColumn,
String strataColumn,
String clusterColumn,
ArrayList<String> variables,
boolean useStrata,
boolean useWeights) |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,CoxInfo> |
CoxVariables.getCoxInfoHashMap() |
Modifier and Type | Method and Description |
---|---|
static void |
CoxR.calculateWaldTestInfo(CoxInfo ci) |
void |
CoxR.coxphfitSCleanup(CoxInfo ci,
boolean useWeighted,
boolean robust,
ArrayList<String> cluster) |
static void |
CoxCC.process(CoxInfo ci) |
static double[][] |
ResidualsCoxph.process(CoxInfo ci,
ResidualsCoxph.Type type,
boolean useWeighted,
ArrayList<String> cluster) |
static double[][] |
CoxScore.process(CoxMethod method,
ArrayList<SurvivalInfo> survivalInfoList,
CoxInfo coxInfo,
boolean useStrata) |
void |
CoxVariables.putCoxInfo(String name,
CoxInfo coxInfo) |
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 |
---|---|
void |
KaplanMeierFigure.setCoxInfo(ArrayList<String> title,
CoxInfo ci,
String strataVariable,
LinkedHashMap<String,String> legendMap,
Boolean useWeighted) |
Copyright © 2000–2019 BioJava. All rights reserved.