R/BetaDanish-package.R

#' @keywords internal
#' @aliases BetaDanish-package
#' 
#' @details 
#' The `BetaDanish` package provides a comprehensive suite of tools for survival 
#' and reliability analysis using the Beta-Danish distribution. It includes core 
#' mathematical functions (density, distribution, quantile, random generation, 
#' and hazard), robust Maximum Likelihood Estimation (MLE) for both complete and 
#' right-censored data, and advanced modeling capabilities including Accelerated 
#' Failure Time (AFT) regression, cure-rate models, and competing risks analysis.
#' 
#' @references
#' Ahmad, B. (2026). Modeling Diverse Survival Patterns: The Development and 
#' Characterization of a New Four-Parameter Lifetime Distribution (Ph.D. Thesis). 
#' Allama Iqbal Open University, Islamabad.
#' 
#' @importFrom maxLik maxLik
#' @importFrom survival Surv survfit is.Surv
#' @importFrom stats AIC BIC logLik optim pbeta qbeta rbeta runif pnorm pchisq model.extract model.frame model.response delete.response terms na.omit na.pass median var rnorm rbinom rpois rexp uniroot
#' @importFrom graphics lines plot legend grid abline hist
#' @importFrom utils head tail packageVersion
"_PACKAGE"

if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    "time", "status", "group", "cause", "cif", "type", "Model", "S", 
    "Param", "Bias", "Estimate", "Lower", "Upper", "post_cure"
  ))
}

Try the BetaDanish package in your browser

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

BetaDanish documentation built on May 20, 2026, 5:07 p.m.