public class CensorStatus extends Object implements Comparable<CensorStatus>
| Modifier and Type | Field and Description |
|---|---|
String |
censored |
String |
group |
Double |
ncens |
Double |
nevents |
Double |
nrisk |
String |
row |
Double |
time |
Double |
value |
Double |
weight |
Double |
zscore |
| Constructor and Description |
|---|
CensorStatus() |
CensorStatus(String group,
Double time,
String censored) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CensorStatus o) |
CensorStatus |
getCopy() |
Double |
getPercentage() |
void |
setPercentage(Double percentage) |
String |
toString() |
public CensorStatus()
public CensorStatus(String group, Double time, String censored)
group - time - censored - public CensorStatus getCopy()
public int compareTo(CensorStatus o)
compareTo in interface Comparable<CensorStatus>public Double getPercentage()
public void setPercentage(Double percentage)
percentage - the percentage to setCopyright © 2000–2019 BioJava. All rights reserved.