Skip to content

0.2.8 CRAN release

Latest
Compare
Choose a tag to compare
@sfcheung sfcheung released this 03 May 18:06
· 8 commits to main since this release
f7a48f8

manymome 0.2.8

Stable release on CRAN:

https://cran.r-project.org/package=manymome

Changelog:

https://sfcheung.github.io/manymome/news/index.html#manymome-028

New Features

  • Updated to use lavaan.mi instead of semTools. (0.2.7.2, 0.2.7.3)

Miscellaneous

  • Added the option to disable the computation of implied statistics in do_boot() and do_mc(). This experimental feature allows faster computation of Monte Carlo estimates, and does not affect the computation of unstandardized effects. Should be used only by developers and advanced users. (0.2.7.1)

  • Moved compute_implied_stats to the end of the argument list to avoid conflicting with calls that do not name the arguments. (0.2.7.4)

  • Revised mod_levels() to prepare for latent variable moderation. (0.2.7.5)