-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 972 Bytes
/
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
Package: gglm
Type: Package
Title: Grammar of Graphics for Linear Model Diagnostic Plots
Version: 1.0.3.9000
Authors@R:
c(person(given = "Grayson",
family = "White",
role = c("aut", "cre"),
email = "graysonwhite13@gmail.com",
comment = c(ORCID = "0000-0003-4993-2792")))
Description: Allows for easy creation of diagnostic plots for a variety of model objects using the Grammar of Graphics.
Provides functionality for both individual diagnostic plots and an array of four standard diagnostic plots.
License: CC0
Date: 2024-01-15
Encoding: UTF-8
Depends:
ggplot2
Imports:
broom,
broom.mixed,
dplyr,
metafor,
nlme,
patchwork,
purrr,
tibble,
tidyr,
utils,
rlang,
vctrs
Suggests:
lme4,
testthat (>= 3.0.0)
URL: https://github.com/graysonwhite/gglm, https://graysonwhite.com/gglm/
BugReports: https://github.com/graysonwhite/gglm/issues
RoxygenNote: 7.2.3
Config/testthat/edition: 3