Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental network loadings #155

Merged
merged 5 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: EGAnet
Title: Exploratory Graph Analysis – a Framework for Estimating the Number of Dimensions in Multivariate Data using Network Psychometrics
Version: 2.0.5
Date: 2024-02-14
Date: 2024-02-29
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")),
Expand All @@ -25,11 +25,11 @@ Depends: R (>= 3.5.0)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: dendextend, future, future.apply, glasso,
GGally, ggplot2, ggpubr, GPArotation,
Imports: dendextend, fungible, future, future.apply, glasso,
GGally, ggplot2, ggpubr, GPArotation,
igraph (>= 1.3.0), lavaan, Matrix, methods,
network, progressr, qgraph, semPlot, sna, stats
Suggests: fitdistrplus, fungible, gridExtra, knitr, markdown,
Suggests: fitdistrplus, gridExtra, knitr, markdown,
pbapply, progress, psych, pwr, RColorBrewer
URL: https://r-ega.net
BugReports: https://github.com/hfgolino/EGAnet/issues
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ o ADD: `network.predictability` to predict new data based on a network

o ADD: `network.generalizability` to estimate network generalizability to new data (leverages `network.predictability`)

o UPDATE: new loadings have been added to resolve issues in original loadings (e.g., signs, cross-loadings, standardization)

o UPDATE: `plot.bootEGA` will output `itemStability` plot by default

o UPDATE: `dimensionStability` output now included in `bootEGA` as output `$stability`

o UPDATE: 'rotate' argument added to `infoCluster` plot to allow for different angle of dendrogram

o DEPENDENCY: {fungible} is now 'IMPORTS' over 'SUGGESTS' for dependency in new loadings

o DEPRECATED: `typicalStructure` and `plot.typicalStructure` have been deprecated to `FALSE`


Expand Down
Loading
Loading