-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 957 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
32
33
34
35
36
37
38
39
40
41
42
43
Package: senseweight
Type: Package
Title: Sensitivity Analysis for Weighted Estimators
Version: 0.0.1.0
Authors@R:
c(
person("Melody", "Huang", , "melody.huang@yale.edu", role = c("aut", "cre")),
person("Tiffany", "Tang", , "ttang4@nd.edu", role = c("aut"))
)
Description: This package provides functions and an interactive Shiny app to conduct rigorous sensitivity analyses for weighted estimators.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
bslib,
dplyr,
estimatr,
ggplot2,
ggrepel,
htmltools,
kableExtra,
lalonde,
metR,
purrr,
shiny,
shinydashboard,
shinydashboardPlus,
shinyjs,
shinyWidgets,
shinyWrappers (>= 0.0.0.9000),
survey,
tidyselect,
vthemes (>= 0.1.0),
WeightIt
Suggests:
pkgload
Remotes:
tiffanymtang/shinyWrappers,
Yu-Group/vthemes