Uses of Class
org.biojava.nbio.survival.cox.SurvFitInfo
Packages that use SurvFitInfo
-
Uses of SurvFitInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return SurvFitInfoModifier and TypeMethodDescriptionKaplanMeierFigure.getSurvivalFitInfo()SurvFitKM.process(String datafile, String timeColumn, String statusColumn, String weightColumn, String variableColumn, boolean useWeights) SurvFitKM.process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted) 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) SurvFitKM.process(LinkedHashMap<String, ArrayList<CensorStatus>> survivalData, boolean useWeights) Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type SurvFitInfoModifier and TypeMethodDescriptionvoidKaplanMeierFigure.setSurvivalData(ArrayList<String> title, SurvFitInfo sfi, Double userSetMaxTime) Allow setting of points in the figure where weighted correction has been done and percentage has already been calculated.