-
Pearson's correlation coefficient estimate is different depending on whether `bayesian` is set to `TRUE` or `FALSE`:
``` r
library(correlation)
set.seed(123)
tibble::as_tibble(correlation(iris…
-
we have received an email from the CRAN team, asking for fixing the failing checks related to rstanarm. This means, in _each_ example where we have `library(rstanarm)`, we _must_ replace with `if (req…
-
It will be nice to have two columns here: `p` and `p.adjusted`, which would be identical only in case the `p_adjust = "none"`. Maybe another column called `p_value_adjustment` containing details of th…
-
I am currently trying to wrap a `ggstatsplot` inside a function, but it doesn't seem to work regardless if arguments are quoted or not.
Minimal reprex:
normal example, everything works
``` r
…
-
seems we have done our job quite well when it comes to [documentation](https://blog.r-hub.io/2019/12/03/readmes/) (there are even some explicit examples from _effectsize_).
-
print() could separate by group.
``` r
data(obk.long, package = "afex")
obk_anova
#> Error: id
#> Df Sum Sq Mean Sq F value Pr(>F)
#> treatment 2 186.75 93.37 …
-
I tried to make use of the p.adjust option which became available as of version 2.8.3. Unfortunately, it does not work. The p-values remain the same. Please, see below an example code to run.
```
…
-
Per https://github.com/strengejacke/sjstats/issues/21, there is now support for **rms** models. Hurray! Example with linear model:
```
library(pacman)
p_load(rms, sjstats)
ols(Sepal.Width ~ Pe…
-
tab_model() is failing with clmm objects with a different error than previously reported (and fixed) in [this issue](https://github.com/strengejacke/sjPlot/issues/506).
I am getting:
```
Error in…
JCruk updated
4 years ago
-
I am coming back to this because I am still not sure it is the best way to go in terms of clarity.
@mattansb (if I'm understanding you correctly) I understand the importance of stressing that these…