Skip to content

Commit

Permalink
Merge pull request #235 from venpopov/documentation-crt-bars-gabors
Browse files Browse the repository at this point in the history
Documentation crt bars gabors
  • Loading branch information
venpopov authored Aug 29, 2024
2 parents 46ac699 + 41ba618 commit e57948f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
### Bug fixes
* Fix a conflict in setting default priors when model parameters were transformed in a non-linear formula

### Documentation
* add documentation to the article of the [continuous reproduction task](https://venpopov.github.io/bmm/articles/bmm_vwm_crt.html) for how to pre-process half-circular stimulus spaces when using `bmmodels` of the `circular` model class

# bmm 1.0.0

First version of the package on published on CRAN!
Expand Down
8 changes: 6 additions & 2 deletions vignettes/articles/bmm_vwm_crt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ The `bmm` package implements several measurement models for analyzing continuous
#### The Signal Discrimination Model (SDM) by [@Oberauer_2023] {.unnumbered}

- see `?sdm` and [the SDM article](https://venpopov.github.io/bmm/articles/bmm_sdm_simple.html)



# Preparing data from half-circular stimulus spaces

As already mentioned, some task require subjects to remember orientations (e.g. of bars or Gabor patches) without a direction. With such stimulus material the response error can range only from -90 to 90 degrees (or -pi/2 to pi/2). When using data from such a task, you have to multiply the `response_error` by 2 when pre-processing the data, so that the response error ranges from -180 to 180 degrees (or -pi to pi). The same applies to the `nt_features` relative to the target orientation.


# References

0 comments on commit e57948f

Please sign in to comment.