-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
31 lines (31 loc) · 1.02 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
Package: SDPDmod
Title: Spatial Dynamic Panel Data Modeling
Version: 0.0.5
Authors@R:
person(given = "Rozeta", family = "Simonovska", email = "simonovska.r@gmail.com", role = c("aut", "cre"))
Description: Spatial model calculation for static and dynamic panel data models, weights matrix creation and Bayesian model comparison.
Bayesian model comparison methods were described by 'LeSage' (2014) <doi:10.1016/j.spasta.2014.02.002>.
The 'Lee'-'Yu' transformation approach is described in 'Yu', 'De Jong' and 'Lee' (2008) <doi:10.1016/j.jeconom.2008.08.002>, 'Lee' and 'Yu' (2010) <doi:10.1016/j.jeconom.2009.08.001> and 'Lee' and 'Yu' (2010) <doi:10.1017/S0266466609100099>.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
Matrix,
methods,
plm,
RSpectra,
sf,
sp,
spdep,
stats
Suggests:
knitr,
rmarkdown,
splm
BugReports: https://github.com/RozetaSimonovska/SDPDmod/issues/
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1