-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
77 lines (76 loc) · 2.29 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: vcdExtra
Type: Package
Title: 'vcd' Extensions and Additions
Version: 0.8-6
Date: 2024-10-13
Language: en-US
Authors@R: c(
person(given = "Michael",
family = "Friendly",
role=c("aut", "cre"),
email="[email protected]",
comment = c(ORCID = "0000-0002-3237-0941")),
person(given = "Heather", family = "Turner", role="ctb"),
person(given = "David",
family = "Meyer",
role="ctb"),
person(given = "Achim",
family = "Zeileis",
role="ctb",
comment = c(ORCID = "0000-0003-0918-3766")),
person(given = "Duncan",
family = "Murdoch",
role="ctb"),
person(given = "David",
family = "Firth",
role="ctb"),
person(given = "Matt", family = "Kumar", role="ctb"),
person(given = "Shuguang", family = "Sun", role="ctb")
)
Maintainer: Michael Friendly <[email protected]>
Depends: R (>= 3.5.0), vcd, gnm (>= 1.0-3), grid
Suggests:
gmodels,
Fahrmeir,
effects,
VGAM,
plyr,
lmtest,
nnet,
ggplot2,
Sleuth2,
car,
lattice,
stats4,
rgl,
AER,
coin,
Hmisc,
knitr,
rmarkdown,
seriation,
Imports:
MASS,
grDevices,
stats,
utils,
ca,
dplyr,
glue,
here,
purrr,
readxl,
stringr,
tidyr (>= 1.3.0)
Description: Provides additional data sets, methods and documentation to complement the 'vcd' package for Visualizing Categorical Data
and the 'gnm' package for Generalized Nonlinear Models.
In particular, 'vcdExtra' extends mosaic, assoc and sieve plots from 'vcd' to handle 'glm()' and 'gnm()' models and
adds a 3D version in 'mosaic3d'. Additionally, methods are provided for comparing and visualizing lists of
'glm' and 'loglm' objects. This package is now a support package for the book, "Discrete Data Analysis with R" by
Michael Friendly and David Meyer.
License: GPL (>=2)
URL: https://friendly.github.io/vcdExtra/
BugReports: https://github.com/friendly/vcdExtra
VignetteBuilder: knitr, rmarkdown
LazyLoad: yes
LazyData: yes