Uses of Enum
org.biojava.nbio.survival.kaplanmeier.figure.SurvFitKM.Method
-
Uses of SurvFitKM.Method in org.biojava.nbio.survival.kaplanmeier.figure
Modifier and TypeMethodDescriptionstatic SurvFitKM.Method
Returns the enum constant of this type with the specified name.static SurvFitKM.Method[]
SurvFitKM.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSurvFitKM.process
(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted) SurvFitKM.processStrataInfo
(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted)