Uses of Class
org.biojava.nbio.survival.cox.CoxInfo
Packages that use CoxInfo
Package
Description
-
Uses of CoxInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return CoxInfoModifier and TypeMethodDescriptionCoxVariables.getCoxInfo
(String name) static CoxInfo
CoxHelper.process
(String datafile, String timeColumn, String statusColumn, String weightColumn, String strataColumn, String clusterColumn, ArrayList<String> variables, boolean useStrata, boolean useWeights) static CoxInfo
CoxHelper.process
(WorkSheet worksheet, String timeColumn, String statusColumn, String weightColumn, String strataColumn, String clusterColumn, ArrayList<String> variables, boolean useStrata, boolean useWeights) CoxR.process
(ArrayList<String> variables, ArrayList<SurvivalInfo> DataT, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster) CoxR.process
(ArrayList<String> variables, ArrayList<SurvivalInfo> data, int maxiter, CoxMethod method, double eps, double toler, double[] beta, int doscale, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster) Methods in org.biojava.nbio.survival.cox that return types with arguments of type CoxInfoMethods in org.biojava.nbio.survival.cox with parameters of type CoxInfoModifier and TypeMethodDescriptionstatic void
CoxR.calculateWaldTestInfo
(CoxInfo ci) void
CoxR.coxphfitSCleanup
(CoxInfo ci, boolean useWeighted, boolean robust, ArrayList<String> cluster) static void
static double[][]
CoxScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) static double[][]
ResidualsCoxph.process
(CoxInfo ci, ResidualsCoxph.Type type, boolean useWeighted, ArrayList<String> cluster) void
CoxVariables.putCoxInfo
(String name, CoxInfo coxInfo) -
Uses of CoxInfo in org.biojava.nbio.survival.cox.stats
Methods in org.biojava.nbio.survival.cox.stats with parameters of type CoxInfoModifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of CoxInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type CoxInfoModifier and TypeMethodDescriptionvoid
KaplanMeierFigure.setCoxInfo
(ArrayList<String> title, CoxInfo ci, String strataVariable, LinkedHashMap<String, String> legendMap, Boolean useWeighted)