-
**Describe the bug**
This could well be user error at multiple stages, but I have a _complex_ multi-level model that, when passed to `report::report()`, seems to generate five sets of output:
**To…
-
Will have to wait until `tidyBF` takes shape
-
My feeling is that standardization is more a part of the parameters package than effectsize. _effectsize_ comprises all the anova-effect-size and effect-size-conversion stuff, which is not needed for …
-
This is because in the latter case, `ipmisc::stats_type_switch(type)` internally outputs a vector of character strings (all `"parametric"`), rather than a scalar value.
``` r
library(ggstatsplot)
…
-
Hi,
I tried to install an R package from a github respository
https://easystats.github.io/correlation/
```
install.packages("devtools")
devtools::install_github("easystats/correlation")
```…
-
When entering a character vector as the x or y argument of ggscatterstats I get the following errors:
Error in ~x : object 'x' not found
or
Error in ~y : object 'y' not found
This only happens…
-
Hello,
When running the functions check_collinearity and check_model on a glmmTMB zero-inflated model, I get some strange errors. Curiously, if I specify the component as conditional in the check_c…
-
Hello,
Thanks for the great package!
Tried your (old) example from here: https://rstudio-pubs-static.s3.amazonaws.com/402202_895e36c1b1ef49868e570aa58cb1ef9b.html
I'm looking to get kenward-r…
-
``` r
library(tidyverse)
df %
dplyr::rename(.data = ., n = wt)
groupedstats::grouped_summary(df, am, n)
#> Using `n` as weighting variable
#> Error: Column 'n' is already present in output…
-
This is sort of a question, but I do think any answers would be well placed in a wiki or some form of contribution guidelines documentation. In short, I'm actually not sure the best way to set setup `…