Uses of Class
org.biojava.nbio.survival.kaplanmeier.figure.CensorStatus
-
Packages that use CensorStatus Package Description org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of CensorStatus in org.biojava.nbio.survival.kaplanmeier.figure
Fields in org.biojava.nbio.survival.kaplanmeier.figure with type parameters of type CensorStatus Modifier and Type Field Description ArrayList<CensorStatus>
GroupResults. group1
ArrayList<CensorStatus>
GroupResults. group2
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return CensorStatus Modifier and Type Method Description CensorStatus
CensorStatus. getCopy()
CensorStatus
CensorStatusSelect. select(WorkSheet worksheet, String row)
Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type CensorStatus Modifier and Type Method Description int
CensorStatus. compareTo(CensorStatus o)
Method parameters in org.biojava.nbio.survival.kaplanmeier.figure with type arguments of type CensorStatus Modifier and Type Method 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 marksvoid
KaplanMeierFigure. setSurvivalData(ArrayList<String> title, LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, Double userSetMaxTime, Boolean useWeighted)
-