Skip to content

Commit

Permalink
Fix error in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 2, 2024
1 parent 5acfa64 commit b9a39cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ plot(result, show_intercept = TRUE)
## Model Parameters of Meta-Analysis models

```{r}
mydat <- data.frame(
mydat <<- data.frame(
effectsize = c(-0.393, 0.675, 0.282, -1.398),
standarderror = c(0.317, 0.317, 0.13, 0.36)
)
Expand Down

0 comments on commit b9a39cb

Please sign in to comment.