R/incubate-package.R

#' Incubate package for parametric time-to-event analysis with delay
#'
#' Estimation and statistical tests on parameters in parametric time-to-event analyses with delay.
#'
#' @importFrom future plan
#' @importFrom future.apply future_apply
#' @importFrom glue glue
#' @importFrom MASS boxcox
#' @importFrom purrr chuck
#' @importFrom rlang .data
#' @importFrom survival Surv
#' @importFrom stats coef simulate update
#' @importFrom tibble tibble
#' @name incubate
#' @docType package
#' @keywords internal
"_PACKAGE"

Try the incubate package in your browser

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

incubate documentation built on Aug. 21, 2023, 5:11 p.m.