-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: simulate
Title: Tidy Simulation for Statistical Models
Version: 0.0.0.9000
Date: 2022-07-14
Authors@R:
person("Timothy", "Fraser", , "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4509-0244"))
Description: The simulate R package lets users simulate quantities of interest from statistical models, accounting for estimation and fundamental uncertainty. It serves as a simple homage to the Zelig package (and its cousin CLARIFY for Stata), 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).
License: use_mit_license()
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
tidyverse,
broom,
gtools,
mvtnorm,
MASS
VignetteBuilder: knitr