From ebd5258c187e9b08ce60238e50168d25c2b5e910 Mon Sep 17 00:00:00 2001 From: Jure Demsar Date: Wed, 22 Mar 2023 20:47:46 +0100 Subject: [PATCH] Documentation update. --- man/b_bootstrap.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/b_bootstrap.Rd b/man/b_bootstrap.Rd index 7f9785b..5992608 100644 --- a/man/b_bootstrap.Rd +++ b/man/b_bootstrap.Rd @@ -46,11 +46,11 @@ lm_statistic <- function(data) { data <- adaptation_level_small # bootstrap -data_bootstrap <- b_bootstrap(data, lm_statistic, n1=1000, n2=1000) +data_bootstrap <- b_bootstrap(data, lm_statistic, n1 = 1000, n2 = 1000) } \references{ -\url{http://www.sumsar.net/blog/2015/07/easy-bayesian-bootstrap-in-r/} +\url{https://www.sumsar.net/blog/2015/07/easy-bayesian-bootstrap-in-r/} Rubin, D. B. (1981). The Bayesian Bootstrap. The annals of statistics, 9(1), 130-134. }