Skip to content

Commit

Permalink
Merge pull request #96 from avehtari/patch-1
Browse files Browse the repository at this point in the history
fix "in" -> "by"
  • Loading branch information
nicholasjclark authored Dec 4, 2024
2 parents 6ea6246 + 8d2b054 commit d6edefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/how_to_cite.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ how_to_cite.mvgam <- function(object, ...){
'VARMA1,1cor')){
specials_text <- c(
specials_text,
" To encourage stability and prevent forecast variance from increasing indefinitely, we enforced stationarity of the Vector Autoregressive process following methods described in Heaps (2023)."
" To encourage stability and prevent forecast variance from increasing indefinitely, we enforced stationarity of the Vector Autoregressive process following methods described by Heaps (2023)."
)
citations <- append(
citations,
Expand All @@ -117,7 +117,7 @@ how_to_cite.mvgam <- function(object, ...){
!is.null(attr(object$trend_mgcv_model, 'gp_att_table'))){
specials_text <- c(
specials_text,
" Gaussian Process functional effects were estimated using a low-rank Hilbert space approximation following methods described in Riutort-Mayol et al. (2023)."
" Gaussian Process functional effects were estimated using a low-rank Hilbert space approximation following methods described by Riutort-Mayol et al. (2023)."
)
citations <- append(
citations,
Expand Down

0 comments on commit d6edefd

Please sign in to comment.