Rémi Thériault
Rémi Thériault
Hi, My dataset contains only Canadian provinces, no territories, but openheatmap adds colour to the province of Nunavut that mimics data from the province of Québec. Any way to fix...
We should attempt to clean-up names in outputs (`airquality$Month` instead of `as.factor(airquality$Month)`) (discussed initially in #397). E.g., ``` r library(report) x Warning: Missing values detected. NAs dropped. #> Effect sizes...
`oneway.test`: ``` r library(report) library(effectsize) packageVersion("report") #> [1] '0.5.5.3' x Eta2 | 95% CI #> ------------------- #> 0.16 | [0.00, 1.00] #> #> - One-sided CIs: upper bound fixed at...
It would be nice to get rid of the several warnings in R CMD check, but the proposed fix leads to an error: ``` r library(report) data(sleep) d Warning: Using...
Follow-up to easystats/parameters#621. > add a column to the summary outputs for htest objects containing sample size or number of observations information. > not only that (/yet, better), but including...
Following https://github.com/easystats/easystats/issues/338, I would like to get rid of all warnings in tests for report. These two lines of code produce 6 warnings in `test-report.brms.R`: ``` r library(brms) library(report) model...
``` r library(bayestestR) library(report) packageVersion("report") #> [1] '0.5.5' mo0
This is a feature request. It would be nice for `rticles` to support journals from the _American Psychological Association_ (APA), since their journals are independent from the commonly supported publishing...
This is regarding the `check_outliers()` paper for the journal _Mathematics_ (easystats/performance#544). I wonder if we should add new plot methods to include in the article submission (deadline is Feb 23)....
#### Summary: `stan_lmer` cannot be used through namespacing (`rstanarm::stan_lmer`), which creates issues in packages depending on `rstanarm`. #### Description: `stan_lmer` cannot be used through namespacing (`rstanarm::stan_lmer`), because it generates an...