Description Usage Arguments Value Examples
A convenience function to transform raw data from MR-SAT expeiment to list that contain information about bins used and a long-format data frame with bins specified.
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
a data frame. See 'Details'. |
rt_col |
Either a numeric vector specifying the colum position of columns in |
res_col |
Either a numeric vector specifying the colum position of columns in |
window |
character. If |
offset |
logical. If |
sauce |
logical. Currently unknown what this is for but it's there for histrical reasons. |
endbin |
Numeric. |
binsize |
Numeric. The size of time bins in millisecond. |
auditory |
logical. If |
audio.rt.base |
numeric. |
quiet |
logical. If FALSE and when the |
plot |
logical. If |
add.two |
logical. Setting this to |
shift.edge |
logical. Setting this to |
A list containing
bins |
a data frame containing the information needed to calculate dprimes using |
opt.bin |
An output form |
1 2 3 4 5 | data(Auditory_demo)
s01.bins <- get.bins(Auditory_demo, auditory = TRUE)
#this would provide a slightly different bins
s01.bins.free <- get.bins(Auditory_demo, auditory = TRUE, window="free")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.