Package | Description |
---|---|
org.biojava.nbio.survival.kaplanmeier.figure |
Modifier and Type | Field and Description |
---|---|
ArrayList<CensorStatus> |
GroupResults.group1 |
ArrayList<CensorStatus> |
GroupResults.group2 |
Modifier and Type | Method and Description |
---|---|
CensorStatus |
CensorStatus.getCopy() |
CensorStatus |
CensorStatusSelect.select(WorkSheet worksheet,
String row) |
Modifier and Type | Method and Description |
---|---|
int |
CensorStatus.compareTo(CensorStatus o) |
Modifier and Type | Method and Description |
---|---|
SurvFitInfo |
SurvFitKM.process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData,
boolean useWeights) |
void |
KaplanMeierFigure.setSurvivalData(ArrayList<String> title,
LinkedHashMap<String,ArrayList<CensorStatus>> survivalData,
Boolean useWeighted)
The data will set the max time which will result in off time points for
tick marks
|
void |
KaplanMeierFigure.setSurvivalData(ArrayList<String> title,
LinkedHashMap<String,ArrayList<CensorStatus>> survivalData,
Double userSetMaxTime,
Boolean useWeighted) |
Copyright © 2000–2019 BioJava. All rights reserved.