Usage
R(object, ...)
# S3 method for numeric
R(object = NA, cleft = NA, cright = NA,
tleft = NA, tright = NA, tol = sqrt(.Machine$double.eps), ...)
# S3 method for ordered
R(object, cleft = NA, cright = NA, ...)
# S3 method for integer
R(object, cleft = NA, cright = NA, bounds = c(0L, Inf), ...)
# S3 method for factor
R(object, ...)
# S3 method for Surv
R(object, ...)
as.Surv(object)
# S3 method for response
as.Surv(object)