Skip to content

Commit

Permalink
Update pretty_print_models_md to use less space between model bullet …
Browse files Browse the repository at this point in the history
…points
  • Loading branch information
venpopov committed Feb 9, 2024
1 parent c9dc37f commit 6efda61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/helpers-model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified man/figures/README-unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6efda61

Please sign in to comment.