Is your feature request related to a problem? Please describe.
CDISC states for CNSR:
It is strongly recommended to use 0 as an event indicator and positive integers as censoring indicators.
At the moment Surv_CNSR() accepts 0 and 1 only.
Describe the solution you'd like
I would suggest to enhance the function such that 0 and positive integers are accepted and positive integers are considered as censored.
Is your feature request related to a problem? Please describe.
CDISC states for
CNSR:At the moment
Surv_CNSR()accepts0and1only.Describe the solution you'd like
I would suggest to enhance the function such that
0and positive integers are accepted and positive integers are considered as censored.