Uses of Enum
org.biojava.nbio.survival.cox.CoxMethod
-
Uses of CoxMethod in org.biojava.nbio.survival.cox
Modifier and TypeMethodDescriptionstatic CoxMethod
Returns the enum constant of this type with the specified name.static CoxMethod[]
CoxMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic double[]
CoxMart.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, boolean useStrata) 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) static double[][]
CoxScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of CoxMethod in org.biojava.nbio.survival.cox.stats
Modifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata)