R/rsurv-package.R

#' The 'rsurv' package
#'
#' @description Random generation of survival data based on different survival regression models available in the literature, including Accelerated Failure Time (AFT) model, Proportional Hazard (PH) model, Proportional Odds (PO) model and the Yang & Prentice (YP) model.
#'
#' _PACKAGE
#' @name rsurv-package
#' @aliases rsurv
#' @import dplyr
#' @importFrom bellreg bell
#' @importFrom dplyr %>%
#' @importFrom Rdpack insert_ref
#'
#' @references
#'
#' \insertRef{2021_Demarqui}{rsurv}
#'
#' \insertRef{2005_YangPrentice}{rsurv}
#'
#'
NULL

Try the rsurv package in your browser

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

rsurv documentation built on Oct. 30, 2024, 9:08 a.m.