-
There is a bug in `sjstats::omega_sq()`. Even though _p_-values for all terms in the following `anova` object are less than 0.05, the confidence intervals for partial omega-squared include 0.
``` r…
-
Following works with `sjstats`, but not with `effectsize`. Any way this can be supported?
``` r
set.seed(123)
library(effectsize)
library(sjstats)
# model
mod term omegasq conf.low conf.…
-
Sorry, I missed this, but are we also supporting these measures for one-sample designs?
For example-
```r
tobj # A tibble: 1 x 9
#> method estimate conf.low conf.high conf.level alternative …
-
In a meta-regression model with correlated effects (i.e., `modelweights = "CORR"`), I get the same results no matter what value for `rho` I specify. Shouldn't the results change depending on the value…
-
Is there any particular reason why we are not checking package builds on Windows CI services like `AppVeyor`?
Currently, we only have `Travis` builds for `linux` and `macOS`, but it will be good to…
-
Dear all,
I am a bit confused about a result I am getting as Output of:
`model1
-
This will be a nice addition to what is currently covered by `sjstats`.
I had a look at the [code](https://github.com/friendly/heplots/blob/master/R/etasq.R) for how this is done in `heplots` (http…
-
Related to this issue (https://github.com/easystats/parameters/issues/259), it seems that `ci.emmGrid()` does not work correctly, or at least not for all _emmGid_ objects:
``` r
# setup
set.seed(…
-
`parameters::model_parameter()`, when using `standardize = "refit"`, no longer returns non-standardized coefficients, but only coefficients, SE and CI based on the refitted model from the standardized…
-
as shown by @lindeloev, Spearman correlations can be estimated using a rank transformation. Hence, it might be interesting to develop a more flexible framework for robust spearman-like correlations no…