Uses of Class
org.biojava.nbio.survival.kaplanmeier.figure.CensorStatus
Packages that use CensorStatus
-
Uses of CensorStatus in org.biojava.nbio.survival.kaplanmeier.figure
Fields in org.biojava.nbio.survival.kaplanmeier.figure with type parameters of type CensorStatusMethods in org.biojava.nbio.survival.kaplanmeier.figure that return CensorStatusMethods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type CensorStatusMethod parameters in org.biojava.nbio.survival.kaplanmeier.figure with type arguments of type CensorStatusModifier and TypeMethodDescriptionSurvFitKM.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)