-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (33 loc) · 1.14 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
Package: ergMargins
Type: Package
Title: Process Analysis for Exponential Random Graph Models
Version: 0.1.3
Authors@R: person("Scott", "Duxbury",email="[email protected]", role=c("aut", "cre", "cph"))
Maintainer: Scott Duxbury <[email protected]>
Description: Calculates marginal effects and conducts process analysis in exponential family random graph models (ERGM).
Includes functions to conduct mediation and moderation analyses and to diagnose
multicollinearity.
URL: <https://github.com/sduxbury/ergMargins>.
BugReports: <https://github.com/sduxbury/ergMargins/issues>.
Duxbury, Scott W (2021) <doi:10.1177/0049124120986178>.
Long, J. Scott, and Sarah Mustillo (2018) <doi:10.1177/0049124118799374>.
Mize, Trenton D. (2019) <doi:10.15195/v6.a4>.
Karlson, Kristian Bernt, Anders Holm, and Richard Breen (2012) <doi:10.1177/0081175012444861>.
Duxbury, Scott W (2018) <doi:10.1177/0049124118782543>.
License: GPL (>=2)
Encoding: UTF-8
LazyData: false
Imports:
numDeriv,
stats,
ergm,
Matrix,
network,
btergm
Suggests:
MASS,
knitr,
rmarkdown,
statnet.common,
methods,
sna