-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.08 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
Package: scqe
Title: Stability Controlled Quasi-Experimentation
Version: 1.0.0
Date: 2021-4-19
Authors@R:
c(person(given = "Kirsten", family = "Landsiedel", role = "cre",
email = "[email protected]"),
person("Hazlett", "Chad", role = "aut", email = "[email protected]"),
person("Wulf", "Ami", role = "ctr", email = "[email protected]"),
person("Pinkelman", "Colleen", role = "ctr", email = "[email protected]"),
person("Christopher", "Gandrud", email = "[email protected]",
role = "ctr")
)
Description: Functions to implement the stability controlled
quasi-experiment (SCQE) approach to study the effects of
newly adopted treatments that were not assigned at random. This package
contains tools to help users avoid making statistical assumptions that rely
on infeasible assumptions. Methods developed in Hazlett (2019)
<doi:10.1002/sim.8717>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports:
AER,
ggplot2,
stats,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3