diff --git a/articles/BAS-vignette.html b/articles/BAS-vignette.html index 92c4789a..cc133ce2 100644 --- a/articles/BAS-vignette.html +++ b/articles/BAS-vignette.html @@ -490,7 +490,7 @@
## user system elapsed
-## 1.368 0.000 1.367
+## 1.388 0.000 1.388
system.time(
for (i in 1:10) {
@@ -502,7 +502,7 @@ Alternative algorithms }
)
## user system elapsed
-## 1.201 0.000 1.201
+## 1.213 0.000 1.213
which is faster for enumeration than the default method=“BAS”.
NEWS.md
SETLENGTH
(issue #82) to address stack imbalance issues seen in interactive checks and not flagged in R CMD check
.CRAN release: 2024-09-16
added method="AMCMC"
for bas.lm
to use adaptive independent Metropolis Hastings for sampling models. With option importance.sampling = TRUE
the adaptive independet proposal and be used for importance sampling with improved estimation of model probabilities and inclusion probabilities based on the Horivitz-Thompsom / Hajek estimator.