-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
31 lines (31 loc) · 875 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
Package: interplot
Title: Plot the Effects of Variables in Interaction Terms
Version: 0.2.3
Authors@R: c(
person("Frederick", "Solt", email = "frederick-solt@uiowa.edu", role = c("aut")),
person("Yue", "Hu", email = "yuehu@tsinghua.edu.cn", role = c("aut", "cre")),
person("Brenton", "Kenkel", email = "brenton.kenkel@gmail.com", role = "ctb"))
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Description: Plots the conditional coefficients ("marginal effects") of
variables included in multiplicative interaction terms.
BugReports: https://github.com/sammo3182/interplot/issues
Encoding: UTF-8
Depends:
R (>= 3.1.1),
ggplot2,
abind,
arm
Imports:
stats,
dplyr,
purrr,
interactionTest
License: MIT + file LICENSE
LazyData: true
Suggests:
knitr,
rmarkdown,
mitools,
gridExtra
VignetteBuilder: knitr
RoxygenNote: 7.2.3