Skip to content

Commit

Permalink
another fix to simulation vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
santikka committed Mar 30, 2023
1 parent 310f14d commit c69b784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/dynamite_simulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ f <- obs(y ~ 1 + varying(~ -1 + x + lag(y)), family = "gaussian") +
splines(df = 10)
```
Again, we apply the `get_parameter_dims()` function to get the model parameters and their dimensions.
```{r gaussiandimsecho, eval=TRUE, echo=FALSE}
```{r gaussiandimsecho, eval=FALSE, echo=TRUE}
get_parameter_dims(x = f, data = d, time = "time", group = "id")
```
```{r gaussiandimseval, eval=TRUE, echo=FALSE}
Expand Down

0 comments on commit c69b784

Please sign in to comment.