-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.06 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
Package: influ2
Title: Influence plots
Version: 1.0.0
Authors@R:
person(given = "Darcy",
family = "Webber",
role = c("aut", "cre"),
email = "[email protected]")
Description: The infu2 package has been developed for use with brms. It works with population-level or group-level effects, linear effects, polynomials, and splines. It contains functions for extracting coefficients, calculating influence statistics for terms, generating CDI plots, step plots, and other diagnostic plots.
URL: https://github.com/quantifish/influ2, http://www.quantifish.co.nz/influ2/
BugReports: https://github.com/quantifish/influ2/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.5.0),
brms,
dplyr,
ggplot2,
patchwork
Imports:
reshape2,
proto,
tidyselect,
stringr,
stringi,
readr,
gtable,
nlme,
rstan,
tidyr,
lubridate
Suggests:
knitr,
tidyverse,
devtools,
rmarkdown,
viridis,
bayesplot
LazyData: false
VignetteBuilder: knitr
RoxygenNote: 7.3.2