Uses of Class
org.biojava.nbio.survival.cox.CoxInfo
Package
Description
-
Uses of CoxInfo in org.biojava.nbio.survival.cox
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of CoxInfo in org.biojava.nbio.survival.kaplanmeier.figure
Modifier and TypeMethodDescriptionvoid
KaplanMeierFigure.setCoxInfo
(ArrayList<String> title, CoxInfo ci, String strataVariable, LinkedHashMap<String, String> legendMap, Boolean useWeighted)