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