Uses of Class
org.biojava.nbio.survival.cox.StrataInfo
Packages that use StrataInfo
- 
Uses of StrataInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return types with arguments of type StrataInfoModifier and TypeMethodDescriptionSurvFitInfo.getStrataInfoHashMap()SurvFitInfo.getUnweightedStrataInfoHashMap()Method parameters in org.biojava.nbio.survival.cox with type arguments of type StrataInfoModifier and TypeMethodDescriptionvoidSurvFitInfo.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 StrataInfoModifier and TypeMethodDescriptionSurvFitKM.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)