forked from hfgolino/EGAnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 2.33 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
Package: EGAnet
Title: Exploratory Graph Analysis - A Framework for Estimating the Number of Dimensions in Multivariate Data Using Network Psychometrics
Version: 0.9.0
Date: 2019-12-2
Authors@R: c(person("Hudson", "Golino", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1601-1447")),
person("Alexander", "Christensen", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-9798-7037")),
person("Robert", "Moulder", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-7504-9560")))
Maintainer: Hudson Golino <[email protected]>
Description: An implementation of the Exploratory Graph Analysis (EGA) framework for dimensionality assessment. EGA is part of a new area called network psychometrics that focuses on the estimation of undirected network models in psychological datasets. EGA estimates the number of dimensions or factors using graphical lasso or Triangulated Maximally Filtered Graph (TMFG) and a weighted network community analysis. A bootstrap method for verifying the stability of the estimation is also available. The fit of the structure suggested by EGA can be verified using confirmatory factor analysis and a direct way to convert the EGA structure to a confirmatory factor model is also implemented. Documentation and examples are available. Golino, H. F., & Epskamp, S. (2017) <doi:10.1371/journal.pone.0174035>. Golino, H. F., & Demetriou, A. (2017) <doi:10.1016/j.intell.2017.02.007> Golino, H., Shi, D., Garrido, L. E., Christensen, A. P., Nieto, M. D., Sadana, R., & Thiyagarajan, J. A. (2018) <doi:10.31234/osf.io/gzcre>. Christensen, A. P. & Golino, H.F. (2019) <doi:10.31234/osf.io/9deay>.
Depends: R (>= 3.5.0)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: qgraph (>= 1.4.1), semPlot (>= 1.0.1),
igraph (>= 1.0.1), lavaan (>= 0.5-22), doParallel (>= 1.0.10),
foreach (>= 1.4.3),
NetworkToolbox (>= 1.1.2), glasso (>= 1.10), dplyr (>= 0.7.8),
Matrix (>= 1.2), plotly (>= 4.7.1), mvtnorm (>= 1.0.8),
corpcor (>= 1.6.9), ggpubr (>= 0.2), iterators (>= 1.0.10),
stats, plyr (>= 1.8.4), matrixcalc (>= 1.0-3), ggplot2 (>= 3.1.0),
pbapply, OpenMx, wTO, psych, MASS, fdrtool, fitdistrplus
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.0.2