Skip to content

Commit cd92298

Browse files
committed
Fix link to boot package
1 parent 11433b8 commit cd92298

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

R/vim.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#' and \code{sample_splitting = FALSE}); defaults to 1000.
9696
#' @param boot_interval_type the type of bootstrap interval (one of \code{"norm"},
9797
#' \code{"basic"}, \code{"stud"}, \code{"perc"}, or \code{"bca"}, as in
98-
#' \code{boot::boot.ci}) if requested. Defaults to \code{"perc"}.
98+
#' \code{boot.ci}) if requested. Defaults to \code{"perc"}.
9999
#' @param clustered should the bootstrap resamples be performed on clusters
100100
#' rather than individual observations? Defaults to \code{FALSE}.
101101
#' @param cluster_id vector of the same length as \code{Y} giving the cluster IDs
@@ -190,7 +190,7 @@
190190
#' sample_splitting_folds = get_cv_sl_folds(full_fit$folds))
191191
#'
192192
#' @seealso \code{\link[SuperLearner]{SuperLearner}} for specific usage of the
193-
#' \code{SuperLearner} function and package and \code{\link{boot}{boot.ci}}
193+
#' \code{SuperLearner} function and package and \code{\link[boot]{boot.ci}}
194194
#' for specific usage of the \code{boot.ci} function and package.
195195
#' @export
196196
vim <- function(Y = NULL, X = NULL, f1 = NULL, f2 = NULL, indx = 1,

docs/articles/introduction-to-vimp.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
ipcw-vim: ipcw-vim.html
77
precomputed-regressions: precomputed-regressions.html
88
types-of-vims: types-of-vims.html
9-
last_built: 2025-07-23T16:13Z
9+
last_built: 2025-07-23T17:59Z
1010
urls:
1111
reference: http://bdwilliamson.github.io/vimp/reference
1212
article: http://bdwilliamson.github.io/vimp/articles

docs/reference/bootstrap_se.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/cv_vim.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/vim.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/bootstrap_se.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/cv_vim.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vim.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)