| Package | Description |
|---|---|
| org.biojava.nbio.survival.kaplanmeier.figure |
| Modifier and Type | Method and Description |
|---|---|
static SurvFitKM.ConfLower |
SurvFitKM.ConfLower.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SurvFitKM.ConfLower[] |
SurvFitKM.ConfLower.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(java.lang.String variable,
java.util.ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
java.lang.Double startTime,
java.lang.Double newTime,
boolean useWeighted) |
java.util.LinkedHashMap<java.lang.String,StrataInfo> |
SurvFitKM.processStrataInfo(java.lang.String variable,
java.util.ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
java.lang.Double startTime,
java.lang.Double newTime,
boolean useWeighted) |
Copyright © 2000-2020 BioJava. All Rights Reserved.