-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.89 KB
/
DESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.89 KB
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
Package: nestedLogit
Title: Nested Dichotomy Logistic Regression Models
Version: 0.4.2
Date: 2026-03-22
Authors@R: c(
person("John", "Fox", , "jfox@mcmaster.ca", role = "aut",
comment = c(ORCID = "0000-0002-1196-8012")),
person("Michael", "Friendly", , "friendly@yorku.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3237-0941")),
person("Achim", "Zeileis", , "Achim.Zeileis@uibk.ac.at", role = "ctb",
comment = c(ORCID = "0000-0003-0918-3766"))
)
Description: Provides functions for specifying and fitting nested
dichotomy logistic regression models for a multi-category response and
methods for summarising and plotting those models. Nested dichotomies are
statistically independent, and hence provide an additive decomposition
of tests for the overall 'polytomous' response. When the dichotomies
make sense substantively, this method can be a simpler alternative to
the standard 'multinomial' logistic model which compares response
categories to a reference level. See: J. Fox (2016), "Applied
Regression Analysis and Generalized Linear Models", 3rd Ed., ISBN
1452205663.
License: GPL (>=2)
URL: https://github.com/friendly/nestedLogit, https://friendly.github.io/nestedLogit/
BugReports: https://github.com/friendly/nestedLogit/issues
Depends:
R (>= 4.1.0)
Imports:
broom,
car,
dplyr,
effects,
graphics,
grDevices,
stats,
stringr,
tibble,
scales
Suggests:
AER,
carData,
equatiomatic,
DescTools,
geomtextpath,
ggplot2,
ggeffects,
here,
insight,
lobstr,
knitr,
nnet,
parameters,
performance,
rmarkdown,
see,
spelling,
testthat,
tidyr,
MASS,
VGAM,
mlogit,
vcd
VignetteBuilder:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3