Rémi Thériault
Rémi Thériault
**Question and context** I noticed I was getting different Cohen's _d_ values using the `report` function on a `t.test` model object, than when getting the value directly from other packages....
I have generated a csv data file in R, and the file displays correctly in R or Excel, but not on OSF: (original link: https://osf.io/zh9rv)  This issue...
**Note from 2025-07-30:** This is a long-running issue! For tidyverse dev day, a reasonable goal is just to try to reproduce the problem described here. You must be using Windows...
### Context This is a pull request aiming to improve the printing method of `check_outliers`, based on easystats/datawizard#177. Specifically, it aims to accomplish the following in the print output: (a)...
**Summary:** `check_model` fails to plot the outlier panel when scaling data because the scaled variables become incompatible matrix arrays. **Reprex:** The following works: ``` r library(performance) m
It would be desirable to eventually support `lavaan` fit objects (CFA/SEM) in `performance::test_performance`. Reprex below: ``` r library(performance) library(lavaan) # Testing performance for lm models works m1 ---------------------- #> m1...
I would like to import my publications from Google Scholar with the `scholar` package and format them in rmarkdown (primary author in bold, journals in italics, etc.), steps I am...
Per default, `flextable` centers the table caption. ``` r library(flextable) head(mtcars) |> flextable() |> set_caption("Title") ```  Created on 2022-07-20 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) It would be nice to...
In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard::data_filter`, so I am moving the discussion here. ``` r library(dplyr) #> #> Attaching package: 'dplyr' #> The...
In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard`’s select helpers (`starts_with`, `ends_with`, `contains`, so I am moving the discussion here. Essentially, when using the select...