-
In the sequence of 3 helper functions in `get_gof` it would be great to get all possible (most important) GOF indices of each of them, since, for example one can get RMSE from `model_performance`, but…
-
```tbl_regression``` throws an error when using models made with ```rstanarm```.
```r
library(rstanarm)
library(gtsummary)
z
-
The UK-WHO reference was constructed using the LMS method, which defines the centiles in terms of the median M, coefficient of variation S and skewness L at each age, and summarised as a table with th…
-
Hello,
I tried to build a correlation matrix with both `ggcorrmat` and `ggcorrplot` and I noticed some discrepancies between the two matrixes. It seems that most of the correlations are identical but…
-
The verbose-argument wasn't properly passed to `describe_posterior()` from `model_parameters()`, but this is fixed now:
``` r
library(rstanarm)
#> Loading required package: Rcpp
#> This is rstan…
-
Hi,
I'm planning to submit an update of _parameters_ to CRAN very soon. Some things have changed (see https://github.com/easystats/parameters/blob/main/NEWS.md), of which some points might be breakin…
-
Mixed-Effects Ordinal Regression Analysis
``` r
# setup
set.seed(123)
library("mixor")
#> Loading required package: survival
data("SmokingPrevention")
# data frame must be sorted by id va…
-
Although `mgcv::gam()` has a tidier in `broom`, it doesn't have one for `mgcv::gamm()`. Since this is a mixed-effects model, when introduced, I am guessing it makes more sense for this tidier to be in…
-
``` r
# setup
library(glmm)
#> Loading required package: trust
#> Loading required package: mvtnorm
#> Loading required package: Matrix
#> Loading required package: parallel
#> Loading requir…
-
Both broom and broom.mixed have tidiers for lme4 objects (although broom.mixed is the 'correct' one to use, both packages support tidiers supporting the object). Even when neither package is loaded, …