Paul Schmidt

Results 30 issues of Paul Schmidt

Hi there, great work so far! Maybe I am missing something here, but I get the impression that when fitting a model with heteroscedascity in the error term via `nlme`,...

Hi there, great work so far! I know this is a minor issue and I would accept the argument, that it is strictly speaking not the scope of `broom.mixed`, but...

Hi, thanks for the package - been using it for a while now. I recently started using [{showtext}](https://cran.rstudio.com/web/packages/showtext/vignettes/introduction.html) to make use of extra fonts in my ggplots. However, I noticed...

bug

Is this right? ``` r library(glmmTMB) library(performance) dat Error in attr(p.val, "data") ─ Session info ─────────────────────────────────────────────────────────────── #> setting value #> version R version 4.3.1 (2023-06-16 ucrt) #> os Windows 10...

bug :bug:
3 investigators :grey_question::question:

Hi, thanks for the package! I tried adding `geom_text()` to have centered labels per rounded rectangle. I realized that it only works if I reverse the order of the grouping...

It does not actually alter the dataset? https://schmidtpaul.github.io/CitaviR/articles/CitaviR.html#handle-obvious-duplicates

Find potential duplicates based on title and year and add gained information as columns like so: ```r read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>% find_obvious_dups() %>% find_potential_dups() ``` - [x] write function - [ ]...

enhancement

Add more example datasets with these features: - [x] is large enough that `find_potential_dups()` has to go trough `if (NumberOfComp > maxNumberOfComp)`. - [x] has different languages for `detect_language()` -...

enhancement

Import like so: ```r import_path

question

Make use of [textcat](https://cran.r-project.org/web/packages/textcat/index.html) to identify the language of the abstract like so: ```r read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>% detect_language() ``` - [x] write function - [ ] write tests - [ ]...

enhancement