R/streg-package.R

#' @title Parametric Proportional Hazards Survival Models
#'
#' @description Survival analysis parametric proportional hazards survival models, including the exponential, Weibull, and Gompertz model.
#' Model-based predictions are supported as well, e.g. for predicting the hazard or survival function.
#'
#' @name streg-package
#' @docType package
#' @author Alessandro Gasparini (alessandro.gasparini@@ki.se)
#' @import Rcpp survival

#' @rawNamespace useDynLib(streg, .registration = TRUE); useDynLib(streg_TMBExports)
#' @keywords internal
#' @aliases streg-package
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
ellessenne/streg documentation built on Sept. 19, 2022, 7:34 a.m.