Package: EGAnet
Title: Exploratory Graph Analysis – a Framework for Estimating the
        Number of Dimensions in Multivariate Data using Network
        Psychometrics
Version: 1.2.3
Date: 2022-09-05
Authors@R: c(person("Hudson", "Golino", email = "hfg9s@virginia.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1601-1447")),
	     person("Alexander", "Christensen", email = "alexpaulchristensen@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-9798-7037")),
	     person("Robert", "Moulder", email = "rgm4fd@virginia.edu", role = "ctb", comment = c(ORCID = "0000-0001-7504-9560")),
	     person("Luis", "E. Garrido", email = "garrido.luiseduardo@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-8932-6063")),
	     person("Laura", "Jamison", email = "lj5yn@virginia.edu", role = "ctb", comment = c(ORCID = "0000-0002-4656-8684")))
Maintainer: Hudson Golino <hfg9s@virginia.edu>
Description: Implements the Exploratory Graph Analysis (EGA) framework for dimensionality and psychometric assessment. EGA is part of a new area called network psychometrics that uses undirected network models for the assessment of psychometric properties. EGA estimates the number of dimensions (or factors) using graphical lasso or Triangulated Maximally Filtered Graph (TMFG) and a weighted network community detection algorithm. A bootstrap method for verifying the stability of the dimensions and items in those dimensions is available. The fit of the structure suggested by EGA can be verified using Entropy Fit Indices. A novel approach called Unique Variable Analysis (UVA) can be used to identify and reduce redundant variables in multivariate data. Network loadings, which are roughly equivalent to factor loadings when the data generating model is a factor model, are available. Network scores can also be computed using the network loadings. Dynamic EGA (dynEGA) will estimate dimensions from time series data for individual, group, and sample levels. Golino, H., & Epskamp, S. (2017) <doi:10.1371/journal.pone.0174035>. Golino, H., Shi, D., Christensen, A. P., Garrido, L. E., Nieto, M. D., Sadana, R., & Thiyagarajan, J. A. (2020) <doi:10.31234/osf.io/gzcre>. Christensen, A. P., & Golino, H. (under review) <doi:10.31234/osf.io/hz89e>. Golino, H., Moulder, R. G., Shi, D., Christensen, A. P., Garrido, L. E., Nieto, M. D., Nesselroade, J., Sadana, R., Thiyagarajan, J. A., & Boker, S. M. (2020) <doi:10.31234/osf.io/mtka2>. Christensen, A. P. & Golino, H. (2021)  <doi:10.3390/psych3030032>. Christensen, A. P., Garrido, L. E., & Golino, H. (under review) <doi:10.31234/osf.io/4kra2>. Golino, H., Christensen, A. P., Moulder, R. G., Kim, S., & Boker, S. M. (under review) <doi:10.31234/osf.io/tfs7c>.
Depends: R (>= 3.5.0)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: glasso, GGally, ggdendro, ggplot2, ggpubr, igraph (>= 1.3.0),
        lavaan, Matrix, matrixcalc, methods, network, OpenMx, pbapply,
        qgraph, semPlot, stats
Suggests: GPArotation, gridExtra, knitr, markdown, psych, psychTools,
        pwr, RColorBrewer, rmarkdown, rstudioapi, sna
VignetteBuilder: knitr
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-09-05 15:25:57 UTC; Hudson
Author: Hudson Golino [aut, cre] (<https://orcid.org/0000-0002-1601-1447>),
  Alexander Christensen [aut] (<https://orcid.org/0000-0002-9798-7037>),
  Robert Moulder [ctb] (<https://orcid.org/0000-0001-7504-9560>),
  Luis E. Garrido [ctb] (<https://orcid.org/0000-0001-8932-6063>),
  Laura Jamison [ctb] (<https://orcid.org/0000-0002-4656-8684>)
Repository: CRAN
Date/Publication: 2022-09-05 15:50:02 UTC
