ulrich
ulrich
Sorry for [crossposting](https://stackoverflow.com/questions/72519341/specific-knitr-and-citr-failure-with-out-width-option) but I figured it is so specific: I cannot explain what is going on. This works ```r {r timeline} #| out.width="75%", #| fig.align="center", #| fig.cap="text" include_graphics("../graphics/timeline-firms.pdf") ```...
This is not an issue as such, rather a preemptive question for integrating VS Code/Latex with Zotero: is it recommended 1. to create one auto-updated bibliography in a centralized location...
Hi, I got an error when using `check_model` on a `lavaan::sem` model object. Could be simply because I'm using it wrong. If not, please let me know. Thank you! ```...
## Feature requests Just to confirm: there's no option yet to truncate variable names? E.g. `clean_names(x, max = 24)`
## Feature requests I'd find a function useful that removes the totals row of an Excel spreadsheet. In fact, there could be an automatic warning based on keywords (total, totals,...
I'm sure this is no small ask but if you are looking for further features, may I suggest a feedback system for typical data manipulation. A great example for `dplyr`...
I'm a bit confused by the example in `faux::rnorm_multi()`. Shouldn't the correlations match the "r" argument? ``` > b cor(b) A B C A 1.0000000 0.3193188 -0.4465425 B 0.3193188 1.0000000...
I was wondering if someone wrote a solution to the exercise question in [24.3.1](https://adv-r.hadley.nz/perf-improve.html#exercises-70)? Obv the answers are somewhat subjective and change over time. Thank you!
What is the recommended practice for OCR typos that come from say poor kerning? Examples below. mformation --> information wntmg --> writing The problem I have is that SymSpell `lookup_compound`...
This is a questions for R, that is @grantmcdermott: is there already a package that gives you an interface to run all the different estimators? Seems like the logical next...