Uses of Class
org.biojava.nbio.survival.cox.StrataInfo
-
Packages that use StrataInfo Package Description org.biojava.nbio.survival.cox org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of StrataInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return types with arguments of type StrataInfo Modifier and Type Method Description LinkedHashMap<String,StrataInfo>
SurvFitInfo. getStrataInfoHashMap()
LinkedHashMap<String,StrataInfo>
SurvFitInfo. getUnweightedStrataInfoHashMap()
Method parameters in org.biojava.nbio.survival.cox with type arguments of type StrataInfo Modifier and Type Method Description void
SurvFitInfo. addStrataInfoHashMap(LinkedHashMap<String,StrataInfo> siHashMap, String label)
void
SurvFitInfo. setStrataInfoHashMap(LinkedHashMap<String,StrataInfo> strataInfoHashMap)
void
SurvFitInfo. setUnweightedStrataInfoHashMap(LinkedHashMap<String,StrataInfo> unweightedStrataInfoHashMap)
-
Uses of StrataInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return types with arguments of type StrataInfo Modifier and Type Method Description 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)
-