Skip to content

powerly release v1.6.0

Compare
Choose a tag to compare
@mihaiconstantin mihaiconstantin released this 05 Oct 15:03
· 233 commits to main since this release

Improvements

  • Add new Validation class plot to README.md file.

  • Update GgmModel tests to vary various model estimation and data generation parameters.

  • Update testthat::expect_equal to test with a tolerance of 1e-6 for Basis and Solver.

  • Replace own GgmModel estimation with qgraph::EBICglasso().

  • Add ECDF plot to Validation class.

  • Import external functions to NAMESPACE via Roxygen2.

  • Add more cool badges to README.md (e.g., CRAN version and check status).

  • Add missing period in package description in DESCRIPTION file.

Bug fixes

  • Fix issue where GGM estimation test would fail due to a precision level set too high.