Package org.biojava.nbio.survival.cox
Class CoxCoefficient
java.lang.Object
org.biojava.nbio.survival.cox.CoxCoefficient
- Author:
- Scooter Willis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
double
getCoeff()
double
double
double
double
getMean()
getName()
double
double
double
double
double
getZ()
void
setCoeff
(double coeff) void
setHazardRatio
(double hazardRatio) void
setHazardRatioHiCI
(double hazardRatioHiCI) void
setHazardRatioLoCI
(double hazardRatioLoCI) void
setMean
(double mean) void
void
setPvalue
(double pvalue) void
setRobustStdError
(double robustStdError) void
setStandardDeviation
(double standardDeviation) void
setStdError
(double stdError) void
setZ
(double z) toString()
-
Constructor Details
-
CoxCoefficient
public CoxCoefficient()
-
-
Method Details
-
toString
-
getHRText
- Returns:
-
getName
- Returns:
- the name
-
getCoeff
- Returns:
- the coeff
-
getStdError
- Returns:
- the stdError
-
getRobustStdError
- Returns:
- the robustStdError
-
getZ
- Returns:
- the z
-
getHazardRatio
- Returns:
- the hazardRatio
-
getHazardRatioLoCI
- Returns:
- the hazardRatioLoCI
-
getHazardRatioHiCI
- Returns:
- the hazardRatioHiCI
-
getPvalue
- Returns:
- the pvalue
-
getMean
- Returns:
- the mean
-
getStandardDeviation
- Returns:
- the standardDeviation
-
setName
- Parameters:
name
- the name to set
-
setCoeff
- Parameters:
coeff
- the coeff to set
-
setStdError
- Parameters:
stdError
- the stdError to set
-
setRobustStdError
- Parameters:
robustStdError
- the robustStdError to set
-
setZ
- Parameters:
z
- the z to set
-
setHazardRatio
- Parameters:
hazardRatio
- the hazardRatio to set
-
setHazardRatioLoCI
- Parameters:
hazardRatioLoCI
- the hazardRatioLoCI to set
-
setHazardRatioHiCI
- Parameters:
hazardRatioHiCI
- the hazardRatioHiCI to set
-
setPvalue
- Parameters:
pvalue
- the pvalue to set
-
setMean
- Parameters:
mean
- the mean to set
-
setStandardDeviation
- Parameters:
standardDeviation
- the standardDeviation to set
-
fmt
- Parameters:
d
-precision
-pad
-- Returns:
-