-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.7 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
Package: rcausim
Title: Generate Causally-Simulated Data
Version: 0.1.1
Authors@R:
c(person(
given = "Herdiantri"
,family = "Sufriyana"
,email = "herdi@tmu.edu.tw"
,role = c("aut", "cre")
,comment = c(ORCID = "0000-0001-9178-0222")
)
,person(
given = "Emily Chia-Yu"
,family = "Su"
,email = "emily@tmu.edu.tw"
,role = c("aut")
,comment = c(ORCID = "0000-0003-4801-5159")
)
)
Description: Generate causally-simulated data to serve as ground truth for evaluating methods in causal discovery and effect estimation. The package provides tools to assist in defining functions based on specified edges, and conversely, defining edges based on functions. It enables the generation of data according to these predefined functions and causal structures. This is particularly useful for researchers in fields such as artificial intelligence, statistics, biology, medicine, epidemiology, economics, and social sciences, who are developing a general or a domain-specific methods to discover causal structures and estimate causal effects. Data simulation adheres to principles of structural causal modeling. Detailed methodologies and examples are documented in our vignette, available at <https://htmlpreview.github.io/?https://github.com/herdiantrisufriyana/rcausim/blob/master/doc/causal_simulation_exemplar.html>.
Depends: R (>= 4.2)
Imports:
dplyr,
magrittr,
purrr,
tidyr,
igraph
Suggests:
broom,
ggnetwork,
ggpubr,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LazyData: true
Config/testthat/edition: 3