Uses of Class
org.biojava.nbio.survival.cox.CoxMethod
-
Packages that use CoxMethod Package Description org.biojava.nbio.survival.cox org.biojava.nbio.survival.cox.stats -
-
Uses of CoxMethod in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return CoxMethod Modifier and Type Method Description static CoxMethodCoxMethod. valueOf(String name)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.Methods in org.biojava.nbio.survival.cox with parameters of type CoxMethod Modifier and Type Method Description static double[]CoxMart. process(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, boolean useStrata)CoxInfoCoxR. 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
Methods in org.biojava.nbio.survival.cox.stats with parameters of type CoxMethod Modifier and Type Method Description static double[][]AgScore. process(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata)
-