Skip to content

v1.2.0 - new CRAN release

Latest
Compare
Choose a tag to compare
@jchiquet jchiquet released this 07 Mar 11:00
· 9 commits to master since this release

PLNmodels 1.2.0 (2024-03-05)

  • new feature: ZIPLN (PLN with zero inflation) for standard PLN and PLN Network
    • ZIPLN() and ZIPLNfit-class to allow for zero-inflation in the standard PLN model (merge PR #116)
    • ZIPLNnetwork() and ZIPLNfit_sparse-class to allow for zero-inflation in the PLNnetwork model (merge PR #118)
    • Code factorization between PLNnetwork and ZIPLNnetwork (and associated classes)
  • fix inconsistency between fitted and predict (merge PR #115)