from greenwood import CensoringType
list(CensoringType)[<CensoringType.RIGHT: 'right'>,
<CensoringType.LEFT: 'left'>,
<CensoringType.INTERVAL: 'interval'>,
<CensoringType.COUNTING: 'counting'>]
The censoring flavor of a Surv response.
Usage
The members correspond to the Surv constructors. A constructed response reports its flavor through Surv(...).type, which is one of these values.
| Name | Description |
|---|---|
| COUNTING | The censoring flavor of a Surv response. |
| INTERVAL | The censoring flavor of a Surv response. |
| LEFT | The censoring flavor of a Surv response. |
| RIGHT | The censoring flavor of a Surv response. |
The censoring flavor of a Surv response.
COUNTING="counting"
The members correspond to the Surv constructors. A constructed response reports its flavor through Surv(...).type, which is one of these values.
The censoring flavor of a Surv response.
INTERVAL="interval"
The members correspond to the Surv constructors. A constructed response reports its flavor through Surv(...).type, which is one of these values.
The censoring flavor of a Surv response.
LEFT="left"
The members correspond to the Surv constructors. A constructed response reports its flavor through Surv(...).type, which is one of these values.
The censoring flavor of a Surv response.
RIGHT="right"
The members correspond to the Surv constructors. A constructed response reports its flavor through Surv(...).type, which is one of these values.