Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed May 30, 2024
1 parent 004315a commit 688bffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/sbc/R/response.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ simulate_ma2 <- function(data, formula, prior) {
x[1] <- e[1]
x[2] <- e[2] + ma[1] * e[1]
for (i in seq(3, n_time)) {

x[i] <- e[i] + ma[1] * e[i - 1] + ma[2] * e[i - 2]
}
data[[attr(data, "brm_outcome")]][rows] <- mu[rows] + x
Expand Down
Binary file modified vignettes/sbc/results/unstructured.fst
Binary file not shown.

0 comments on commit 688bffe

Please sign in to comment.