Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add / Expand support for gamlss package #513

Open
mattansb opened this issue Nov 2, 2022 · 0 comments
Open

Add / Expand support for gamlss package #513

mattansb opened this issue Nov 2, 2022 · 0 comments
Labels
Enhancement 💥 Implemented features can be improved or revised

Comments

@mattansb
Copy link
Member

mattansb commented Nov 2, 2022

I’ve used your ‘performance’ package to examine LM and GLM models and it’s just superb.

I wonder if you reckon your package could be extended to include GAMLSS models (if you are unaware of these models, please check this review and this overview).

Received via email


This might be hard to do due to the huge number of supported families...

From example("gamlss"):

library(gamlss)

data(abdom)

mod <- gamlss(y ~ pb(x),
  sigma.fo =  ~ pb(x),
  family = BCT(),
  data = abdom
)

performance::check_model(mod)
#> Homogeneity of variance could not be computed. Cannot extract residual variance from objects of class 'gamlss'.
#> Error: `check_model()` not implemented for models of class `gamlss` yet.

I have very little experience with this package, but I recall that the vcov is a bit wonky...

@mattansb mattansb added the Enhancement 💥 Implemented features can be improved or revised label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💥 Implemented features can be improved or revised
Projects
None yet
Development

No branches or pull requests

1 participant