#' @title Import and export various functions from various packages
#'
#' @name pkgsExport
#' @rdname pkgsExport
NULL
#'
#' Import and export Surv. See \code{\link[survival]{Surv}}
#'
#' @importFrom survival Surv
#' @export Surv
#' @name Surv
#' @rdname pkgsExport
#' @keywords internal
NULL
#' Import and export coxph. See \code{\link[survival]{coxph}}
#'
#' @importFrom survival coxph
#' @export coxph
#' @name coxph
#' @rdname pkgsExport
#' @keywords internal
NULL
#' Import and export survConcordance. See \code{\link[survival]{survConcordance}}
#'
#' @importFrom survival survConcordance
#' @export survConcordance
#' @name survConcordance
#' @rdname pkgsExport
#' @keywords internal
NULL
#' Import and export sindex. See \code{\link[prodlim]{sindex}}
#'
#' @importFrom prodlim sindex
#' @export sindex
#' @name sindex
#' @rdname pkgsExport
#' @keywords internal
NULL
#' Import and export Score. See \code{\link[riskRegression]{Score}}
#'
#' @importFrom riskRegression Score
#' @export Score
#' @name Score
#' @rdname pkgsExport
#' @keywords internal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.