-
I'm following the example here https://pingouin-stats.org/generated/pingouin.compute_bootci.html, specifically for Cohen's D, yet I'm getting that the stat is outside of the CI generated.
```
data…
-
Dear Team,
I used your robumeta package for a meta-analysis. Today, I tried to reproduce the results of the meta-analysis, however, I´m unable to do so. The R code I used last year seems to not wor…
-
Adding the following to `~/.Renviron`:
```
## Supported since R (>= 3.4.0)
_R_CHECK_LENGTH_1_CONDITION_=true
## Supported since R (>= 3.6.0)
_R_CHECK_LENGTH_1_LOGIC2_=true
```
produces the fo…
-
To be released by the end of May
# CRAN submissions
- [x] `ipmisc` (2.0.0)
- [x] `statsExpressions` (0.4.0)
- [x] `pairwiseComparisons` (0.3.0)
- [x] `tidyBF` (0.2.0)
- [x] `broomExtra` (2.6…
-
https://github.com/easystats/insight/blob/f845b3aa802dd32cf99e08cd144e74bfe3caf455/R/get_priors.R#L256
should it be `NA` here?
(related to https://github.com/easystats/bayestestR/issues/409)
-
Dear all,
I have used the function ’t_to_d()’ to estimate d from a t-test value, based on a repeated-measures design.
Just wondering if there are ways to also estimate the corresponding varianc…
-
In https://github.com/easystats/effectsize/issues/60, it was mentioned that these function support `gam`, but not `Gam`.
But here is what I see with `gam` objects:
``` r
# setup
set.seed(123)
…
-
Hi @DominiqueMakowski @strengejacke @mattansb - great work on the `principal_components()` function!
I wonder, though, if we should consider a manual/custom calculation of PCs, scores, loadings, e…
-
``` r
# without
set.seed(123)
ggstatsplot::ggbetweenstats(
data = ToothGrowth,
x = supp,
y = len,
mean.ci = TRUE,
results.subtitle = FALSE,
bf.message = FALSE,
k = 3
)
```
…
-
The comparison between `80` and `90` is missing.
You can see it in the `pairwiseComparisons` output, and yet it is not present in the `geom_ggsignif` data.
So is this `ggstatsplot` or `ggsignif…