Skip to content

{EGAnet} 2.0.2

Compare
Choose a tag to compare
@AlexChristensen AlexChristensen released this 25 Oct 12:38
· 224 commits to master since this release

Due to dependency issues, this release does not include Bayesian GGM capabilities. The functionality will return when the dependency issues can be resolved.

Changes in version 2.0.2

o FIX: ties for max gain in TMFG

o FIX: continuous variables with few categories that are treated as ordinal in polychoric.matrix

o FIX: character input for structure is now accepted

o ADD: website pointing to different data check errors added to error output (hopefully, makes errors more understandable)

o UPDATE: corr = "cor_auto" now performs qgraph::cor_auto in favor of legacy; previous behavior starting at 2.0.0 was to deprecate "cor_auto" in favor of "auto"; default remains corr = "auto"

o UPDATE: compare.EGA.plots outputs $all and $individual for the plots

o UPDATE: when structure is supplied for invariance, then configural check is skipped (structure is assumed to be invariant)

o UPDATE: added data generation for model = "BGGM" and uni.method = "expand" in community.unidimensional

o DEPENDENCY: {BGGM} has been removed until dependency chain on CRAN can be resolved

Changes in version 2.0.1

o updated the polychoric C code to avoid out-of-bounds access errors