Andy Field
Andy Field
cat_plot() allows you to probe interactions betwene categorical predictors. It's not clear to me whether you coulod also do a simple effects analysis (e.g. look at the effect of factor...
First release: * [x] `usethis::use_cran_comments()` * [x] Proof read `Title:` and `Description:` * [x] Check that all exported functions have `@returns` and `@examples` * [x] Check that `Authors@R:` includes a...
Can you please add the `learnr` and `gradethis` hex files to this repository?
I'm using a package of learnr tutorials for teaching that I wrote (https://github.com/profandyfield/discovr ). Some students intermitently get the following error when the click 'start tutorial'. ``` Error: parse error:...
### Link to suggestion https://youtube.com/playlist?list=PLEzw67WWDg80-fT1hq2IZf7D62tRmKy8f&si=ECVfFIH1bg6_JfjS ### Targeted section Talks and videos ### Describe your suggestion I have created a series of quarto video tutorials for my students (intro level) that...
With `regressionBF`, if I inspect a model directly I get ``` require(discovr) require(BayesFactor) album_tib
I'm trying to reproduce this analysis using `modelbased::estimate_contrasts()`. It's basically a set of 'out of the box' contrasts fitted across an interaction. ``` r date_tib Normal - Hard to get...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_discovr.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...
First release: * [x] `usethis::use_news_md()` * [x] `usethis::use_cran_comments()` * [x] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Check that all exported functions have...