Uses of Class
org.biojava.nbio.survival.kaplanmeier.figure.SurvFitKM.Error
-
Packages that use SurvFitKM.Error Package Description org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of SurvFitKM.Error in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return SurvFitKM.Error Modifier and Type Method Description static SurvFitKM.Error
SurvFitKM.Error. valueOf(String name)
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.Error Modifier and Type Method Description SurvFitInfo
SurvFitKM. 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)
LinkedHashMap<String,StrataInfo>
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)
-