public class CoxR
extends java.lang.Object
Constructor and Description |
---|
CoxR() |
Modifier and Type | Method and Description |
---|---|
static void |
calculateWaldTestInfo(CoxInfo ci) |
void |
coxphfitSCleanup(CoxInfo ci,
boolean useWeighted,
boolean robust,
java.util.ArrayList<java.lang.String> cluster) |
double |
coxsafe(double x) |
static void |
main(java.lang.String[] args) |
CoxInfo |
process(java.util.ArrayList<java.lang.String> variables,
java.util.ArrayList<SurvivalInfo> DataT,
boolean useStrata,
boolean useWeighted,
boolean robust,
boolean cluster) |
CoxInfo |
process(java.util.ArrayList<java.lang.String> variables,
java.util.ArrayList<SurvivalInfo> data,
int maxiter,
CoxMethod method,
double eps,
double toler,
double[] beta,
int doscale,
boolean useStrata,
boolean useWeighted,
boolean robust,
boolean cluster) |
public CoxInfo process(java.util.ArrayList<java.lang.String> variables, java.util.ArrayList<SurvivalInfo> DataT, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster) throws java.lang.Exception
variables
- DataT
- useStrata
- useWeighted
- robust
- cluster
- java.lang.Exception
public CoxInfo process(java.util.ArrayList<java.lang.String> variables, java.util.ArrayList<SurvivalInfo> data, int maxiter, CoxMethod method, double eps, double toler, double[] beta, int doscale, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster) throws java.lang.Exception
variables
- data
- maxiter
- method
- eps
- toler
- beta
- doscale
- useStrata
- useWeighted
- robust
- cluster
- java.lang.Exception
public void coxphfitSCleanup(CoxInfo ci, boolean useWeighted, boolean robust, java.util.ArrayList<java.lang.String> cluster) throws java.lang.Exception
ci
- useWeighted
- robust
- cluster
- java.lang.Exception
public static void calculateWaldTestInfo(CoxInfo ci)
public static void main(java.lang.String[] args)
args
- the command line argumentspublic double coxsafe(double x)
x
-