| Package | Description | 
|---|---|
| org.biojava.nbio.survival.kaplanmeier.figure | 
| Modifier and Type | Method and Description | 
|---|---|
static SurvFitKM.Method | 
SurvFitKM.Method.valueOf(String name)
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 Type | Method and 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)  | 
Copyright © 2000–2017 BioJava. All rights reserved.