Skip to content

Commit

Permalink
Fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 4, 2023
1 parent 9c33079 commit c213c24
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 43 deletions.
9 changes: 3 additions & 6 deletions man/tar_stan_mcmc.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_rep.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_rep_diagnostics.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_rep_draws.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_rep_run.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_rep_summary.Rd

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

9 changes: 3 additions & 6 deletions man/tar_stan_mcmc_run.Rd

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

2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ model {
beta ~ normal(0, 1);
}
generated quantities {
real y_rep[n] = normal_rng(x * beta, 1); // posterior predictive draws
array[n] real y_rep = normal_rng(x * beta, 1); // posterior predictive draws
}"
writeLines(lines, "gen.stan")
```
Expand Down

0 comments on commit c213c24

Please sign in to comment.