-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
59 lines (59 loc) · 1.72 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
Package: nestedLogit
Title: Nested Dichotomy Logistic Regression Models
Version: 0.3.3
Date: 2024-06-03
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
BugReports: https://github.com/friendly/nestedLogit/issues
Depends:
R (>= 3.5.0)
Imports:
broom,
car,
dplyr,
effects,
graphics,
grDevices,
stats,
stringr,
tibble
Suggests:
carData,
geomtextpath,
ggplot2,
ggeffects,
here,
lobstr,
knitr,
nnet,
rmarkdown,
scales,
spelling,
testthat,
tidyr
VignetteBuilder:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1