Uses of Enum
org.biojava.nbio.survival.kaplanmeier.figure.SurvFitKM.Error
Packages that use SurvFitKM.Error
-
Uses of SurvFitKM.Error in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return SurvFitKM.ErrorModifier and TypeMethodDescriptionstatic SurvFitKM.Error
Returns the enum constant of this type with the specified name.static SurvFitKM.Error[]
SurvFitKM.Error.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type SurvFitKM.ErrorModifier 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)