Uses of Class
org.biojava.nbio.survival.cox.SurvivalInfo
Packages that use SurvivalInfo
Package
Description
-
Uses of SurvivalInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return types with arguments of type SurvivalInfoMethods in org.biojava.nbio.survival.cox with parameters of type SurvivalInfoMethod parameters in org.biojava.nbio.survival.cox with type arguments of type SurvivalInfoModifier 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
Methods in org.biojava.nbio.survival.cox.comparators with parameters of type SurvivalInfoModifier 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
Method parameters in org.biojava.nbio.survival.cox.stats with type arguments of type SurvivalInfoModifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of SurvivalInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return types with arguments of type SurvivalInfoModifier and TypeMethodDescriptionExpressionFigure.getSurvivalInfoList()
The data used to draw the graphMethod parameters in org.biojava.nbio.survival.kaplanmeier.figure with type arguments of type SurvivalInfoModifier 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)