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 voidSurvFitInfo. addStrataInfoHashMap(LinkedHashMap<String,StrataInfo> siHashMap, String label)voidSurvFitInfo. setStrataInfoHashMap(LinkedHashMap<String,StrataInfo> strataInfoHashMap)voidSurvFitInfo. 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)
-