From dc8377764ca58e82c3e96270ed5217818d65e133 Mon Sep 17 00:00:00 2001 From: Aki Vehtari Date: Fri, 12 Apr 2024 11:27:22 +0300 Subject: [PATCH] update R2 ref --- R/bayes_R2.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/bayes_R2.R b/R/bayes_R2.R index 69d7e8c..1f4fe7b 100644 --- a/R/bayes_R2.R +++ b/R/bayes_R2.R @@ -18,8 +18,8 @@ #' #' #' @references -#' Andrew Gelman, Ben Goodrich, Jonah Gabry, and Aki Vehtari (2018). R-squared -#' for Bayesian regression models. *The American Statistician*, to appear. +#' Andrew Gelman, Ben Goodrich, Jonah Gabry, and Aki Vehtari (2019). R-squared +#' for Bayesian regression models. *The American Statistician*, 73(3):307-309. #' DOI: 10.1080/00031305.2018.1549100. #' ([Preprint](http://www.stat.columbia.edu/~gelman/research/published/bayes_R2_v3.pdf), #' [Notebook](https://avehtari.github.io/bayes_R2/bayes_R2.html))