Skip to content

Commit 17ffb89

Browse files
committed
add to simulation vignette
1 parent 9461594 commit 17ffb89

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

vignettes/articles/simulate_xsectionalData.qmd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,25 @@ ests_summary |>
467467
468468
```
469469

470+
---
471+
472+
We can analyze the simulation results with `analyze_sims()`:
473+
474+
```{r}
475+
ests_summary |> analyze_sims()
476+
```
477+
478+
---
479+
480+
We can graph the analysis results with an `autoplot()` method:
481+
482+
```{r}
483+
484+
ests_summary |> analyze_sims() |> autoplot(statistic = "Empirical_SE")
485+
486+
```
487+
488+
470489
## Effect of `renew_params`
471490

472491
Setting `renew_params = TRUE` is more realistic,

0 commit comments

Comments
 (0)