R/pseudoCure_pkg.R

#' pseudoCure: A pseudo-observations approach for analyzing survival data with a cure fraction
#'
#' A collection of easy-to-use tools for regression analysis of survival data with a cure fraction.
#' The modeling framework is based on the Cox proportional hazards mixture cure model and
#' the bounded cumulative hazard model.
#' The pseudo-observations approach is utilized to assess covariate effects and
#' embedded in the variable selection procedure. 
#'
#' @aliases pseudoCure-packages
#'
#' @docType package
#' @useDynLib pseudoCure, .registration = TRUE
#'
#' @importFrom Rcpp evalCpp
"_PACKAGE"
NULL

Try the pseudoCure package in your browser

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

pseudoCure documentation built on April 12, 2025, 1:46 a.m.