Class CensorStatus
java.lang.Object
org.biojava.nbio.survival.kaplanmeier.figure.CensorStatus
- All Implemented Interfaces:
Comparable<CensorStatus>
- Author:
- willishf@gmail.com
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
row
-
time
-
censored
-
group
-
value
-
zscore
-
weight
-
nevents
-
ncens
-
nrisk
-
-
Constructor Details
-
CensorStatus
public CensorStatus() -
CensorStatus
- Parameters:
group
-time
-censored
-
-
-
Method Details
-
getCopy
- Returns:
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CensorStatus>
-
getPercentage
- Returns:
- the percentage
-
setPercentage
- Parameters:
percentage
- the percentage to set
-