#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.