-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: regressinator
Type: Package
Title: Simulate and Diagnose (Generalized) Linear Models
Version: 0.2.1
Date: 2024-10-03
Authors@R: person("Alex", "Reinhart",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6658-514X"))
Description: Simulate samples from populations with known covariate
distributions, generate response variables according to common linear and
generalized linear model families, draw from sampling distributions of
regression estimates, and perform visual inference on diagnostics from model
fits.
URL: https://www.refsmmat.com/regressinator/, https://github.com/capnrefsmmat/regressinator
BugReports: https://github.com/capnrefsmmat/regressinator/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 4.1)
Imports:
broom,
cli,
DHARMa,
dplyr,
ggplot2,
insight,
nullabor,
purrr,
rlang,
tibble,
tidyr,
tidyselect
Suggests:
rmarkdown,
knitr,
mvtnorm,
palmerpenguins,
patchwork,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3