-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.49 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
Package: defm
Type: Package
Title: Estimation and Simulation of Multi-Binary Response Models
Version: 0.1-1
Authors@R: c(
person("George", "Vega Yon", role=c("aut", "cre"),
email="[email protected]", comment = c(ORCID = "0000-0002-3171-0844")),
person(
"Department of Veterans Affairs - Rehabilitation, Research, and Development Service",
role = "fnd",
comment = "Award/W81XWH-18-PH/TBIRP-LIMBIC under Award No. I01 RX003443"
))
Description: Multi-binary response models are a class of models that allow for the estimation of multiple binary outcomes simultaneously. This package provides functions to estimate and simulate these models using the Discrete Exponential-Family Models [DEFM] framework. In it, we implement the models described in Vega Yon, Valente, and Pugh (2023) <doi:10.48550/arXiv.2211.00627>. DEFMs include Exponential-Family Random Graph Models [ERGMs], which characterize graphs using sufficient statistics, which is also the core of DEFMs. Using sufficient statistics, we can describe the data through meaningful motifs, for example, transitions between different states, joint distribution of the outcomes, etc.
URL: https://github.com/UofUEpiBio/defm, https://uofuepibio.github.io/defm/
BugReports: https://github.com/UofUEpiBio/defm/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo:
Rcpp
Imports:
Rcpp,
stats
Depends:
R (>= 2.10),
stats4
Suggests:
texreg