-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
65 lines (65 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: geocausal
Type: Package
Title: Causal Inference with Spatio-Temporal Data
Version: 0.3.4
Authors@R: c(
person(given = "Mitsuru", family = "Mukaigawara",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-6530-2083")),
person(given = "Lingxiao", family = "Zhou",
email = "[email protected]",
role = c("aut")),
person(given = "Georgia", family = "Papadogeorgou",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1982-2245")),
person(given = "Jason", family = "Lyall",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-9117-7503")),
person(given = "Kosuke", family = "Imai",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-2748-1022")))
Maintainer: Mitsuru Mukaigawara <[email protected]>
Description: Spatio-temporal causal inference based on point process data.
You provide the raw data of locations and timings of treatment and
outcome events, specify counterfactual scenarios, and the package
estimates causal effects over specified spatial and temporal windows.
See Papadogeorgou, et al. (2022) <doi:10.1111/rssb.12548> and
Mukaigawara, et al. (2024) <doi:10.31219/osf.io/5kc6f>.
License: MIT + file LICENSE
URL: https://github.com/mmukaigawara/geocausal
Encoding: UTF-8
LazyData: true
Suggests:
elevatr,
geosphere,
gridExtra,
ggthemes,
knitr,
readr,
gridGraphics
Imports:
data.table,
dplyr,
furrr,
ggplot2,
ggpubr,
latex2exp,
mclust,
progressr,
purrr,
sf,
spatstat.explore,
spatstat.geom,
spatstat.model,
spatstat.univar,
terra,
tidyr,
tidyselect,
tidyterra
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)