Rémi Thériault

Results 253 comments of Rémi Thériault

Nice find with the Algina et al 2008 paper!

For posterity: > Microsoft’s emoji font, Segoe UI Emoji, deliberately does not support any flags. Firefox fills this gap by providing its own base emoji font.

> `parameters::model_parameters()` has `standardize = "basic"` method that standardizes the coefficients by the design matrix. But i don't see that this is implemented here yet, @rempsyc ? Not AFAIK

Agreed, once I land in Berlin I think things will calm down for me. As a bonus, we’ll be able to meet in person to discuss the paper :)

Some additional info: Warnings come from: `parameters::model_parameters()` and `insight::get_data()` ``` r library(report) data(sleep) d Warning: Using `$` in model formulas can produce unexpected results. Specify your #> model using the...

Could you provide a reprex (a minimally reproducible example)? What kind of htests are you talking about for example, t-tests, correlation tests?

Here is a reprex for your issue based on your stackoverflow question: ``` r # Original example # Note: You do not need to provide the data argument if you...

Thanks for this Mattan. What your reprex shows is that clearly the list of `htests` is not the problem, but rather, the way in which the list of `htests` is...

That's wonderful Mattan, of course, elegantly simple solution! I think that solves @Larissa-Cury's problem so we can close this issue now.

Actually @mattansb I might have spoken too fast. When I tried this within a reprex, I still get the warning "Unable to retrieve data from htest object". I think you...