hfgolino/EGAnet

Item Stability

Closed this issue · 2 comments

Summary

The following error occurred when performing itemStability():

Item Stability Analysis

Organizing data...done

Computing results...
An error has occurred in the 'itemStability.loadings' function of 'itemStability':

Error in A[wc_order, wc_order] : subscript out of bounds

Please open a new issue on GitHub (bug report): https://github.com/hfgolino/EGAnet/issues/new/choose

Be sure to provide the following information:

To Reproduce:
• Function error occurred in: itemStability.loadings function of itemStability

R and EGAnet versions:
• R version: 4.3.0
• EGAnet version: 1.2.5.1

Operating System:
• OS: Windows
• Version: 10 x64 build 19045
Warning message:
In net.loads(A = graphs[[i]], wc = memberships[, i]) :
The following nodes were found to have NA community membership: arf3
The nodes have been removed from the loadings matrix.

Hi @martinleis,

This issue is duplicated in #115 and has been since resolved with the latest version of the package.

Please try updating to the latest version on CRAN: 2.0.4

install.packages("EGAnet")

Closing due to inactivity and duplication with previous issue