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 String row
public Double time
public String censored
public String group
public Double value
public Double zscore
public Double weight
public Double nevents
public Double ncens
public Double nrisk
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–2016 BioJava. All rights reserved.