performance
performance copied to clipboard
:muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)
### Context This is a pull request aiming to improve the printing method of `check_outliers`, based on easystats/datawizard#177. Specifically, it aims to accomplish the following in the print output: (a)...
Hi, so I was playing around with mixed Poisson models and noticed that for large numbers of random coefficients (also called random effects, i guess) the dispersion ratio from `check_overdispersion`...
Closes #401 - [x] `check_normality.htest` - [x] `check_homogeneity.htest` - [x] `check_symmetry.htest` ? - [x] ~`check_N.htest`~ use - [ ] `check_model.htest` ? - [ ] plotting in `{see}` ? - [...
Hi, I think it would be nice if the `chek_model()` function could work for some time series models, especially `arima`, which are widely used. I would opt for the `forecast`...
@bwiernik @IndrajeetPatil @DominiqueMakowski @mattansb I think a very common question is how to interprete these plots. We already have some more details in the docs, but probably we should provide...
Currently `check_model()` errors on some families, even though some plot could be produced (at least, a PP check) ``` r m Compiling Stan program... #> Start sampling # Doesn't work...
writing a tutorial paper on intro to R^2 measures and their computation with `performance` package
Error in `model_performance.lavaan` when subsetting metrics for CFA - Inconsistency in documentation
*Find reprex below* https://github.com/easystats/performance/blob/0aa4a036ea87064afe4726ae5c2cc26e373c70d2/R/model_performance.lavaan.R#L115 I found an inconsistency between the documentation and the code for `model_performance`, using it to assess the performance of `{lavaan}` CFA models. This leads to an...
Maybe it's just me, but the method for `check_model` seems really hard to expand / add to currently. Would it not be easier to have `check_model` be a simple wrapper...