Uses of Class
org.biojava.nbio.survival.cox.SurvFitInfo
-
Packages that use SurvFitInfo Package Description org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of SurvFitInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return SurvFitInfo Modifier and Type Method Description SurvFitInfoKaplanMeierFigure. getSurvivalFitInfo()SurvFitInfoSurvFitKM. process(String datafile, String timeColumn, String statusColumn, String weightColumn, String variableColumn, boolean useWeights)SurvFitInfoSurvFitKM. process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted)SurvFitInfoSurvFitKM. 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)SurvFitInfoSurvFitKM. process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, boolean useWeights)Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type SurvFitInfo Modifier and Type Method Description voidKaplanMeierFigure. 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.
-