Uses of Class
org.biojava.nbio.survival.cox.CoxInfo
-
Packages that use CoxInfo Package Description org.biojava.nbio.survival.cox org.biojava.nbio.survival.cox.stats org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of CoxInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return CoxInfo Modifier and Type Method Description CoxInfoCoxVariables. getCoxInfo(String name)static CoxInfoCoxHelper. process(String datafile, String timeColumn, String statusColumn, String weightColumn, String strataColumn, String clusterColumn, ArrayList<String> variables, boolean useStrata, boolean useWeights)static CoxInfoCoxHelper. process(WorkSheet worksheet, String timeColumn, String statusColumn, String weightColumn, String strataColumn, String clusterColumn, ArrayList<String> variables, boolean useStrata, boolean useWeights)CoxInfoCoxR. process(ArrayList<String> variables, ArrayList<SurvivalInfo> DataT, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster)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)Methods in org.biojava.nbio.survival.cox that return types with arguments of type CoxInfo Modifier and Type Method Description LinkedHashMap<String,CoxInfo>CoxVariables. getCoxInfoHashMap()Methods in org.biojava.nbio.survival.cox with parameters of type CoxInfo Modifier and Type Method Description static voidCoxR. calculateWaldTestInfo(CoxInfo ci)voidCoxR. coxphfitSCleanup(CoxInfo ci, boolean useWeighted, boolean robust, ArrayList<String> cluster)static voidCoxCC. process(CoxInfo ci)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)voidCoxVariables. 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 CoxInfo Modifier and Type Method Description static 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 CoxInfo Modifier and Type Method Description voidKaplanMeierFigure. setCoxInfo(ArrayList<String> title, CoxInfo ci, String strataVariable, LinkedHashMap<String,String> legendMap, Boolean useWeighted)
-