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. group1ArrayList<CensorStatus>GroupResults. group2Methods in org.biojava.nbio.survival.kaplanmeier.figure that return CensorStatus Modifier and Type Method Description CensorStatusCensorStatus. getCopy()CensorStatusCensorStatusSelect. select(WorkSheet worksheet, String row)Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type CensorStatus Modifier and Type Method Description intCensorStatus. compareTo(CensorStatus o)Method parameters in org.biojava.nbio.survival.kaplanmeier.figure with type arguments of type CensorStatus Modifier and Type Method Description SurvFitInfoSurvFitKM. process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, boolean useWeights)voidKaplanMeierFigure. 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 marksvoidKaplanMeierFigure. setSurvivalData(ArrayList<String> title, LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, Double userSetMaxTime, Boolean useWeighted) 
 -