Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 1, 2023
1 parent 1110e91 commit e3ceb50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/mediation.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
#' depress2 ~ treat + job_seek + econ_hard + sex + age + (1 | occp)
#' ),
#' data = jobs,
#' cores = 4,
#' refresh = 0
#' ))
#'
Expand Down
1 change: 0 additions & 1 deletion man/mediation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vignettes/mediation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ m3 <- stan_mvmer(
depress2 ~ treat + job_seek + econ_hard + sex + age + (1 | occp)
),
data = jobs,
cores = 4,
refresh = 0
)
```
Expand Down

0 comments on commit e3ceb50

Please sign in to comment.