diff --git a/R/bca_nonpar.R b/R/bca_nonpar.R index 909fcb6..1e298bb 100644 --- a/R/bca_nonpar.R +++ b/R/bca_nonpar.R @@ -48,8 +48,10 @@ #' #' @references Efron B (1987). Better bootstrap confidence intervals. #' JASA 82, 171-200. -#' @references Efron B and Narasimhan B (2020). Automatic construction -#' of bootstrap confidence intervals. JASA 115, 1895-1905. +#' @references Efron B and Narasimhan B (2020). The Automatic +#' Construction of Bootstrap Confidence Intervals. Journal of +#' Computational and Graphical Statistics, 29(3), 608-619. +#' \doi{10.1080/10618600.2020.1714633} #' #' @examples #' data(diabetes, package = "bcaboot") diff --git a/R/bca_par.R b/R/bca_par.R index 6717f4b..3cf3cd0 100644 --- a/R/bca_par.R +++ b/R/bca_par.R @@ -34,8 +34,10 @@ #' JASA 82, 171-200. #' @references DiCiccio T and Efron B (1992). More accurate confidence #' intervals in exponential families. Biometrika, 231-245. -#' @references Efron B and Narasimhan B (2020). Automatic construction -#' of bootstrap confidence intervals. JASA 115, 1895-1905. +#' @references Efron B and Narasimhan B (2020). The Automatic +#' Construction of Bootstrap Confidence Intervals. Journal of +#' Computational and Graphical Statistics, 29(3), 608-619. +#' \doi{10.1080/10618600.2020.1714633} #' #' @examples #' data(diabetes, package = "bcaboot") diff --git a/man/bca_nonpar.Rd b/man/bca_nonpar.Rd index 40f9107..7fbb971 100644 --- a/man/bca_nonpar.Rd +++ b/man/bca_nonpar.Rd @@ -99,6 +99,8 @@ print(result) Efron B (1987). Better bootstrap confidence intervals. JASA 82, 171-200. -Efron B and Narasimhan B (2020). Automatic construction -of bootstrap confidence intervals. JASA 115, 1895-1905. +Efron B and Narasimhan B (2020). The Automatic +Construction of Bootstrap Confidence Intervals. Journal of +Computational and Graphical Statistics, 29(3), 608-619. +\doi{10.1080/10618600.2020.1714633} } diff --git a/man/bca_par.Rd b/man/bca_par.Rd index eb57b5a..2c2536f 100644 --- a/man/bca_par.Rd +++ b/man/bca_par.Rd @@ -81,6 +81,8 @@ JASA 82, 171-200. DiCiccio T and Efron B (1992). More accurate confidence intervals in exponential families. Biometrika, 231-245. -Efron B and Narasimhan B (2020). Automatic construction -of bootstrap confidence intervals. JASA 115, 1895-1905. +Efron B and Narasimhan B (2020). The Automatic +Construction of Bootstrap Confidence Intervals. Journal of +Computational and Graphical Statistics, 29(3), 608-619. +\doi{10.1080/10618600.2020.1714633} }