gamlss-dev / gamlss

gamlss: Generalized Additive Models for Location Scale and Shape
https://CRAN.R-project.org/package=gamlss
10 stars 4 forks source link

Add prodist() method #2

Closed zeileis closed 10 months ago

zeileis commented 11 months ago

Accompanying the addition of the GAMLSS class based on distributions3 in gamlss.dist I have added a prodist() method for gamlss objects here. This greatly facilitates the entire workflow as illustrated on the corresponding manual page ?prodist.gamlss.

As for gamlss.dist I have streamlined the DESCRIPTION a bit (adding myself as a contributor, and linking to GitHub for bug reports) and added a NEWS.md (which only makes sense if you keep this up-to-date in the future). Please consider everything as a proposal only and let me know if I should add, modify, or undo anything!

Thanks in advance for your consideration!

P.S.: R CMD check produces a NOTE (regarding quantile.weights which is misinterpreted as an S3 method) and a WARNING (regarding undocumented objects starting with a period: .binom, .counts, ...). These seem unrelated to my changes, though. Also, they don't appear in the current CRAN release but I didn't dig deeper.

zeileis commented 10 months ago

Closing this PR because of the conflicts with the recent changes in the master branch.

New version: https://github.com/mstasinopoulos/GAMLSS-original/pull/3