Paul Schmidt

Results 30 issues of Paul Schmidt

Hi, thanks for the great addin - I am using *Beautify Comment* on a regular basis. However, I find myself manually 1. re-inserting `-` hyphens/dashes, because they are always removed...

I am not sure whether it is worthwhile for you to make this work, but for completeness, I should create this issue: When [Compiling Reports](https://rmarkdown.rstudio.com/articles_report_from_r_script.html) in R, you can basically...

Would it be worthwhile to have an argument in `str_wrap` that lets you choose other separators than `\n`? I usually use `str_wrap() %>% str_replace_all("\n", "")` when working with [{ggtext}](https://wilkelab.org/ggtext/), which...

Sorry - I know this is not a bug, but I'd like your opinion on it anyway. The reprex below shows how I would use `geom_circle` to draw a circle...

feature

Sorry if I am missing something, but I can't find a way to include the fixed effects solutions that are set to 0 due to restrictions/constraint. Here is an example...

enhancement :boom:

Hi, fantastic package! 1. I think that I cannot use an `_` inside a name for a `tab.id` when using cross-references. I created a reprex below. I would simply ignore...

Apparently, nowadays even [Wikipedia](https://www.wikiwand.com/en/Coefficient_of_determination#/Adjusted_R2) points out the shortcomings of (adj.) R²: > Despite using unbiased estimators for the population variances of the error and the dependent variable, **adjusted R2 is...

Enhancement :boom:

Hi there, big fan and sorry if I am missing something, but to make sure I understand this clearly: In the easystats universe *"Nested vs. Non-nested Models"* refers to the...

Enhancement :boom:
Docs :books:

In the [R² vigniette](https://easystats.github.io/performance/articles/r2.html#different-types-of-r2) of {performance} it is written that "*As models become more complex, the computation of an R2 becomes increasingly less straightforward.*" Shouldn't this whole topic also be...

Hi there, great package! Maybe I am missing something here, but is my request really too large to run even with the `use_history = TRUE` argument in place as suggested...