get.sinterval.censor.names <-
function (data.d)
{
the.right.censor.names <- attr(data.d, "sinterval.censor.names")
if (is.null(the.right.censor.names)) {
the.right.censor.names <- data.d$right.censor.names
if (is.null(the.right.censor.names)) {
return(casefold(GetSMRDDefault("SMRD.DefaultSintervalCensorNames")))
}
}
else {
return(casefold(the.right.censor.names))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.