diff --git a/R/helpers-model.R b/R/helpers-model.R index f21e96b8..263d5b96 100644 --- a/R/helpers-model.R +++ b/R/helpers-model.R @@ -158,8 +158,9 @@ print_pretty_models_md <- function() { cat('####', dom, '\n\n') dom_models <- unique(models[domains == dom]) for (model in dom_models) { - cat('*', model, '\n\n') + cat('*', model, '\n') } + cat('\n') } } diff --git a/README.md b/README.md index 516115f3..3659d25a 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,8 @@ visual working memory research: #### Visual working memory - Interference measurement model by Oberauer and Lin (2017). - - Two-parameter mixture model by Zhang and Luck (2008). - - Three-parameter mixture model by Bays et al (2009). - - Signal Discrimination Model (SDM) by Oberauer (2023) However, the setup of the bmm package provides the foundation for the diff --git a/man/figures/README-unnamed-chunk-4-1.png b/man/figures/README-unnamed-chunk-4-1.png index adaacd71..ce73e9d1 100644 Binary files a/man/figures/README-unnamed-chunk-4-1.png and b/man/figures/README-unnamed-chunk-4-1.png differ