-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.77 KB
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
Package: tsnet
Type: Package
Title: Fitting, Comparing, and Visualizing Networks Based on Time Series Data
Version: 0.2.0
Authors@R:
c(person("Björn S.", "Siepe",
email = "bjoernsiepe@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9558-4648")),
person("Matthias", "Kloft",
email = "kloft@uni-marburg.de",
role = c("aut"),
comment = c(ORCID = "0000-0003-1845-6957")),
person("Daniel W.", "Heck",
email = "daniel.heck@uni-marburg.de",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6302-9252")))
Maintainer: Björn S. Siepe <bjoernsiepe@gmail.com>
Description: Fit, compare, and visualize Bayesian graphical vector autoregressive (GVAR) network models using 'Stan'. These models are commonly used in psychology to represent temporal and contemporaneous relationships between multiple variables in intensive longitudinal data. Fitted models can be compared with a test based on matrix norm differences of posterior point estimates to quantify the differences between two estimated networks. See also Siepe, Kloft & Heck (2024) <doi:10.31234/osf.io/uwfjc>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/bsiepe/tsnet
BugReports: https://github.com/bsiepe/tsnet/issues
RoxygenNote: 7.3.2
Imports:
cowplot,
dplyr,
ggdist,
ggokabeito,
ggplot2,
loo,
methods,
posterior,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.18.1),
rstantools (>= 2.3.1.1),
stats,
tidyr,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
Biarch: true
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make