Rémi Thériault

Results 99 comments of Rémi Thériault

Thank you, I like the warning and bwiernik's suggestion to throw an error also. Out of curiosity, would there be any con to automatically check if any variable is a...

I would love to see this feature implemented in the future and would certainly use it to stick as much as possible to the easyverse in my workflow. 👌

> When equal-var is not assumed, is it correct to asses normality for each group separately? (For what it's worth) I asked a question related to this on Cross Validated...

> > Might be easier to just do check_htest() instead? > > I think it's best to stick with check_model, most novice users using h-tests probably don't actually know they...

I am not familiar with `fixest` models unfortunately, so I don't know if it _should_ work (i.e,. if the current code—cook method—should be allowed to be applied to this type...

Seems `fixest` is not compatible with cook: ``` r model.feols Error in UseMethod("cooks.distance"): no applicable method for 'cooks.distance' applied to an object of class "fixest" ``` Created on 2022-09-02 by...

Thanks so much. And no rush. We got time. And yes, I forgot to add the plot demo! Thank you for pointing that out. I have updated my reprex accordingly....

I'm sorry I realized I named my branch `check_model` instead of `check_outliers`, so I renamed it on my end thinking it would update here without breaking anything. Somehow it closed...

The correct branch is here: https://github.com/rempsyc/performance/tree/check_outliers However, I don't see how I can merge them back to this PR or whether I should open a new PR with the correct...

`?insight::print_color` provides the following information: ```r colour Character vector, indicating the colour for printing. May be one of "red", "yellow", "green", "blue", "violet", "cyan" or "grey". ``` So there is...