Andrew Heiss
Andrew Heiss
Received from e-mail: --- For instance: before `call_limer(method='list_surveys')` returned (on my system) a vector, now a dataframe. Am I correct, or is something changed in rpc2 itself (although I do’t...
Create an on-the-fly instance of LimeSurvey with the API enabled for creating unit tests
Using pandoc 2.19.2 on macOS 12.5.1, a multiline title will not display correctly in an .odt file because of nested paragraphs. --- Ordinarily it is possible to add a linebreak...
When estimating lme4 models with multiple random slopes, the results include variances (σ²) and covariances (ρ) for each of the terms and their random intercepts, like `female` (β1) and `ses`...
It might be good to submit this to peer review at rOpenSci and JOSS. They have [a publishing partnership](https://ropensci.org/blog/2017/11/29/review-collaboration-mee/), and some universities look favorably on peer reviewed/published software for tenure...
This is mostly just a checklist of the more important models we might want to support with fancy math. In theory, these are all supported automatically with broom (though we...
## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on...
Currently, [the r-packages repository](https://github.com/stan-dev/r-packages) has a list of instructions for installing non-CRAN Stan packages like {cmdstanr} ([see here for the live version](http://mc-stan.org/r-packages/)). It includes instructions for adding `https://mc-stan.org/r-packages/` as a...
I'm so glad you're revamping productplots! In the original `productplots::prodplot` function, the y-axis scale was categorical, not continuous, with breaks for each of the categories: ```r prodplot(data=happy, ~ sex +...
To address #31, here are 7 new animations in the style of the other tidyexplain animations showing `mutate()`, `summarize()`, `group_by()` and `ungroup()`! It was too tricky to do these with...