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 SurvFitInfo
KaplanMeierFigure. getSurvivalFitInfo()
SurvFitInfo
SurvFitKM. process(String datafile, String timeColumn, String statusColumn, String weightColumn, String variableColumn, boolean useWeights)
SurvFitInfo
SurvFitKM. process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted)
SurvFitInfo
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)
SurvFitInfo
SurvFitKM. 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 void
KaplanMeierFigure. 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.
-