Development version (aimed for Isinglandr 0.2.0)
-
make_2d_Isingland()
now havetransform = TRUE
as default. This is more suitable for theIsinglandr
package, which is designed to work with networks estimated from psychological data. Thetransform = FALSE
option 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 thepsychonetrics
package to estimate the networks, andpsychonetrics
is now set as the default package for estimating networks. TheIsingFit
package 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_matrix
objects changes slightly to accommodate the new method. Users may need to re-generate previouslystability_2d_Isingland_matrix
objects - Bug-fix for
make_3d_Isingland()
:- The function now allows character values for the
x
andy
arguments.
- 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
gifski
is installed, which is required to render the animations (also addedgifski
as a suggested package).