-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2.19 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
66
67
Type: Package
Package: remx
Title: Meta-Analytic approximations for mixed-effect relational event models and data streams
Version: 1.0
Date: 2023-03-30
Authors@R: c(
person(given = "Fabio",
family = "Generoso Vieira",
role = c("aut", "cre"),
email = "[email protected]"),
person(
given = "Rumana",
family = "Lakdawala",
role = "aut",
email = "[email protected]"),
person(
given = "Marlyne",
family = "Meijerink-Bosman",
role = "aut",
email = "[email protected]"),
person(
given = "Giuseppe",
family = "Arena",
role = "aut",
email = "[email protected]"),
person(
given = "Diana",
family = "Karimova",
role = "aut",
email = "[email protected]"),
person(
given = "Mahdi",
family = "Shafiee Kamalabad",
role = "aut",
email = "[email protected]"),
person(given = "Roger",
family = "Leenders",
role = "ctb",
email = "[email protected]"),
person(given = "Joris",
family = "Mulder",
role = "ctb",
email = "[email protected]"))
Maintainer: Fabio Vieira <[email protected]>
Description: This package implements meta-analytic approximations for mixed-effect tie- and actor-oriented relational event models and data streams. Also, using a fully frequentist model will return and lme4 object and using fully Bayesian model will return an rstanarm object.
License: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.10),
remify (>= 2.0.0),
remstimate (>= 2.0.0),
remstats,
stats,
abind,
mvtnorm
LinkingTo:
Rcpp,
RcppArmadillo,
RcppDist
Remotes:
TilburgNetworkGroup/remify,
TilburgNetworkGroup/remstimate
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyData: true
Suggests: testthat