Development version (aimed for Isinglandr 0.2.0)
-
make_2d_Isingland()now havetransform = TRUEas default. This is more suitable for theIsinglandrpackage, which is designed to work with networks estimated from psychological data. Thetransform = FALSEoption is still available for users who want to work with Ising networks with -1 and 1 values. -
calculate_stability_se()andcompare_stability()functions now can use thepsychonetricspackage to estimate the networks, andpsychonetricsis now set as the default package for estimating networks. TheIsingFitpackage is still available for users who want to use it. - Added functions
calculate_stability_se()andcompare_stability()for calculating the standard error of the stability metrics and comparing the stability metrics between two networks, respectively. - Added the
autolayer.stability_2d_Isingland_matrix()method. The structure of thestability_2d_Isingland_matrixobjects changes slightly to accommodate the new method. Users may need to re-generate previouslystability_2d_Isingland_matrixobjects - Bug-fix for
make_3d_Isingland():- The function now allows character values for the
xandyarguments.
- The function now allows character values for the
Isinglandr 0.1.1
CRAN release: 2023-07-12
- Bug-fix for the Shiny app (
shiny_Isingland_MDD()):- Load the data to the Shiny app environment;
- Check if
gifskiis installed, which is required to render the animations (also addedgifskias a suggested package).
