performance icon indicating copy to clipboard operation
performance copied to clipboard

:muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)

Results 143 performance issues
Sort by recently updated
recently updated
newest added

Greetings, is there a correct command for a pseudo R2 for a mixed effects ZINB? I see one command in performance for zero-inflated models and one for mixed effects (Nakagawa)...

question :interrobang:
docs :books:

For within/mixed designs, similiar to `check_normality()`. - [ ] for `check_normality()`: - Detect the random deviations - extract them (per-term) - run test - [ ] add plotting option in...

Enhancement :boom:

For example, when trying to run the Hosmer-Lemeshow goodness-of-fit test for the following multiple logistic regression analysis, the following error message is displayed. ``` r data("Titanic") df

Enhancement :boom:
Docs :books:

In some cases, R2 (cond.) and/or R2 (marg.) are missing from my results. Any idea why? I apologize that I can't supply a reprex for this. I can only see...

waiting for response :love_letter:

Thanks for your great package. However, I'm having a tough time understanding why the marginal and conditional $R^2$ computed from this package are not the same as those from the...

3 investigators :grey_question::question:

ref: https://github.com/easystats/performance/actions/runs/3900993929/jobs/6662305348 Location: ```r Error in `ggplot2::stat_smooth()` at see/R/plot.binned_residuals.R:48:4: ``` Details: ```r ! Problem while computing stat. ℹ Error occurred in the 2nd layer. Caused by error: ! (converted from...

invalid :x:

See https://fable.tidyverts.org/reference/index.html

Enhancement :boom:

According to the brms author, performance should change its label: https://twitter.com/paulbuerkner/status/1608896620699226113?s=46&t=3uzWoIWG2nAVyzeyGrxTEg

docs :books:
consistency :green_apple: :apple:

``` r library(nlme) fm2 Could not compute standard errors from random effects for diagnostic #> plot. #> Homogeneity of variance could not be computed. Cannot extract residual #> variance from...

3 investigators :grey_question::question: