Package org.biojava.nbio.survival.cox
Class CoxCoefficient
java.lang.Object
org.biojava.nbio.survival.cox.CoxCoefficient
- Author:
- Scooter Willis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdoublegetCoeff()doubledoubledoubledoublegetMean()getName()doubledoubledoubledoubledoublegetZ()voidsetCoeff(double coeff) voidsetHazardRatio(double hazardRatio) voidsetHazardRatioHiCI(double hazardRatioHiCI) voidsetHazardRatioLoCI(double hazardRatioLoCI) voidsetMean(double mean) voidvoidsetPvalue(double pvalue) voidsetRobustStdError(double robustStdError) voidsetStandardDeviation(double standardDeviation) voidsetStdError(double stdError) voidsetZ(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:
-