Ethan Brown

Results 15 issues of Ethan Brown

Showcase article for pkgdown site with example simpr simulations with more reasonable numbers of reps (not a vignette, too slow). Draw from inst/showcase.R and the existing interaction example on the...

`specify()` with a single formula provides a huge variety of mysterious output: ``` r suppressPackageStartupMessages(library(simpr)) specify(y ~ 1 + 2) #> Formula specification for 'x' detected. Assuming 'x' is the...

VERY useful if I can find a way of incrementally saving simulation results (either through `produce` or `fit`). I hacked together some code for a recent simulation project that could...

Currently `simpr` uses `purrr::safely` and captures the error message as a string, but it's rather hard to actually debug the code and figure out where things went wrong. This added...