Nothing
#' This is the \code{Surv} function imported from \code{survival}
#'
#' This function is imported from the \code{survival} package,
#' used to create survival objects to be fitted with \code{trReg()}
#' and \code{trSurvfit}. See \code{\link[survival]{Surv}} for the
#' documentation on \code{Surv}.
#'
#' @return a \code{Surv} object representing left-truncated and right-censored data, as defined in the `survival` package.
#'
#' @importFrom survival Surv is.Surv
#' @name Surv
#' @aliases Surv is.Surv
#' @export Surv is.Surv
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.