Skip to content

Simple package for tidyverse-friendly statistical simulation, to account for estimation and fundamental uncertainty when simulating quantities of interest from statistical models. An homage to CLARIFY and Zelig, which recently went offline for a bit on CRAN.

License

timothyfraser/simulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simulate

Simple package for tidyverse-friendly statistical simulation.

The simulate R package lets users simulate quantities of interest from statistical models, accounting for estimation and fundamental uncertainty. It serves as an homage to CLARIFY and Zelig, which recently went offline for a bit on CRAN. The main goal is to provide a very barebones structure for tidy simulation that anyone can use for basic models (and can quickly adapt for new models).

The workflow consistes of a few simple functions, including equate(), calculate(), simulate(), tabulate(), and illustrate().

Installation

To install the latest development version from GitHub, use the devtools package's install_github() function!

devtools::install_github("timothyfraser/simulate")

Citation

To cite package simulate in publications, please use:

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {simulate: Tidy Simulation for Statistical Models},
    author = {Timothy Fraser},
    year = {2022},
    note = {R package version 0.0.0.9000},
  }

To learn more, check out the vignette!

About

Simple package for tidyverse-friendly statistical simulation, to account for estimation and fundamental uncertainty when simulating quantities of interest from statistical models. An homage to CLARIFY and Zelig, which recently went offline for a bit on CRAN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages