Uses of Class
org.biojava.nbio.survival.cox.SurvivalInfo
Package
Description
-
Uses of SurvivalInfo in org.biojava.nbio.survival.cox
Modifier and TypeMethodDescriptionSurvivalInfoHelper.addInteraction
(String variable1, String variable2, ArrayList<SurvivalInfo> survivalInfoList) To test for interactions use two variables and create a third variable where the two are multiplied together.static void
SurvivalInfoHelper.categorizeData
(ArrayList<SurvivalInfo> DataT) Take a collection of categorical data and convert it to numeric to be used in cox calculationsstatic void
SurvivalInfoHelper.dump
(ArrayList<SurvivalInfo> DataT, PrintStream ps, String delimiter) For each analysis this allows outputing of the data used in the calculations to a printstream/file.SurvivalInfoHelper.getGroupCategories
(String groupName, ArrayList<SurvivalInfo> survivalInfoList) static void
SurvivalInfoHelper.groupByRange
(double[] range, String variable, String groupName, ArrayList<SurvivalInfo> survivalInfoList) Need to allow a range of values similar to cut in R and a continuous cstatic double[]
CoxMart.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, boolean useStrata) static double[][]
CoxScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) void
CoxInfo.setSurvivalInfoList
(ArrayList<SurvivalInfo> data) -
Uses of SurvivalInfo in org.biojava.nbio.survival.cox.comparators
Modifier and TypeMethodDescriptionint
SurvivalInfoComparator.compare
(SurvivalInfo t, SurvivalInfo t1) int
SurvivalInfoValueComparator.compare
(SurvivalInfo t, SurvivalInfo t1) -
Uses of SurvivalInfo in org.biojava.nbio.survival.cox.stats
Modifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of SurvivalInfo in org.biojava.nbio.survival.kaplanmeier.figure
Modifier and TypeMethodDescriptionExpressionFigure.getSurvivalInfoList()
The data used to draw the graphModifier and TypeMethodDescriptionSurvFitKM.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.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)