NEWS
lvnet 0.3.5 (2019-06-21)
- lvnet is now no longer supported, with most functionality moved to the psychonetrics package. A message now warns users of this on loading the package.
lvnet 0.3.3 (2018-04-25)
- Added 'refitAll' argument to lvnetLasso to refit all models in the LASSO path before evaluating EBIC. This leads to similar functionality as qgraph::ggmModSelect(.., stepwise = FALSE), although the performance is slower.
- The argument 'refit' has been renamed 'refitFinal'
- Removed a warning on depracated dplyr functions
- Fixed a bug in counting the number of parameters in RNM LASSO estimation
- 'ggmFit' is no longer exported by lvnet
lvnet 0.3.2 (2017-09-02)
- Summary output now contains parameter labels
- Equality constraints now supported by supplying labels in model matrices
lvnet 0.3.1 (2017-03-28)
- 'ggmFit' is now moved to qgraph and exported by lvnet
- Several updates to ggmFit in qgraph
- Added 'lvnetRefit' to refit an lvnet model to new data
lvnet 0.3 (2016-11-25)
- 'scale' now defaults to FALSE!
- Due to this change, some values such as the BIC will be different
- Fixed a bug where higher order latent variables were not usuable
- Added the 'mimic' argument. mimic = "lavaan" will mimic lavaan results (now default).
- lvnet should now return the same fit as lavaan when std.lv=TRUE is used in lavaan.
- Added the function 'lav2lvnet' to easily generate lvnet input from a lavaan model
- Added 'ggmFit' to fit a given partial correlation network (Gaussian graphical model; GGM)