EGA exploratory ERROR

Hello everyone,
I am using R 4.0.2. I am trying to use the item stability function of EGAnet package as in the link https://cran.r-project.org/web/packages/EGAnet/EGAnet.pdf. However, I have an error in running the analysis and I don’t how to solve it… Do you have any idea how to fix it?


Thank you very much,
Maria

Hello Maria,

The EGAnet package is unrelated to igraph and was written by different authors than igraph. This support forum is for igraph. I would suggest using EGAnet’s support channels instead. You will find contact information here: https://github.com/hfgolino/EGAnet

While I am not very experienced with R, and I never used EGAnet, the error message seems to suggest that you need to install the ggsiginf package. Try install.packages('ggsiginf').

1 Like