-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 995 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
Package: ormPlot
Type: Package
Title: Advanced Plotting of Ordinal Regression Models
Version: 0.3.6
Authors@R: c(person("Richard", "Meitern", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2600-3002")))
Maintainer: Richard Meitern <[email protected]>
Description: An extension to the Regression Modeling Strategies package that
facilitates plotting ordinal regression model predictions together with
confidence intervals for each dependent variable level.
It also adds a functionality to plot the model summary as a modifiable
object.
License: MIT + file LICENSE
URL: https://doi.org/10.1186/s12889-019-8072-7
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 3.1.0),
rms (>= 5.1.3),
gtable (>= 0.3.0),
grid (>= 3.5.0)
Suggests:
testthat (>= 2.1.0),
vdiffr (>= 0.3.0),
knitr (>= 1.22),
rmarkdown (>= 1.13),
pander (>= 0.6.3)
RoxygenNote: 7.2.1
VignetteBuilder: knitr