R/Surv.R

#' 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

Try the tranSurv package in your browser

Any scripts or data that you put into this service are public.

tranSurv documentation built on June 8, 2025, 11:47 a.m.