-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.31 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: getspanel
Title: General-to-Specific Modelling of Panel Data
Version: 0.1.5
Date: 2023-10-18
Authors@R:
c(
person(given = "Felix",
family = "Pretis",
role = c("aut"),
email = "fpretis@uvic.ca"),
person(given = "Moritz",
family = "Schwarz",
role = c("aut", "cre"),
email = "moritz.schwarz@scmo.eu",
comment = c(ORCID = "0000-0003-0340-3780")))
Description: Uses several types of indicator saturation and automated General-to-Specific (GETS) modelling from the 'gets' package and applies it to panel data. This allows the detection of structural breaks in panel data, operationalising a reverse causal approach of causal inference, see Pretis and Schwarz (2022) <doi:10.2139/ssrn.4022745>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/moritzpschwarz/getspanel,
http://moritzschwarz.org/getspanel/
BugReports: https://github.com/moritzpschwarz/getspanel/issues
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown,
lfe,
prettydoc,
plm,
fixest,
lmtest,
sandwich,
cowplot
Imports:
gets,
fastDummies,
Matrix,
ggplot2,
stats,
mvtnorm
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3