-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 875 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 875 Bytes
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
Package: starbility
Title: Create Coefficient Stability Plot Under Combinations of Controls
Version: 0.0.0.9000
Authors@R:
person(given = "Aakaash",
family = "Rao",
role = c("aut", "cre"),
email = "arao@g.harvard.edu")
Description: starbility is used to produce a plot showing the stability of a coefficient estimate under different combinations of a given set of controls. Plots contain two panels: the top panel displays coefficient point estimates and confidence intervals for each specification, and the bottom panel displays the control variables included in each specification.
License: `use_mit_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
tidyverse,
broom,
ggplot2,
lfe,
cowplot
Suggests:
knitr,
viridis,
ggforce,
rmarkdown
VignetteBuilder: knitr