Description Usage Arguments Details Value
A function to read a file with .dat extension which is originally used to store lags, dprimes, and condition obtained/calculated from an output of a MR-SAT experiment via C program (MRsat-datacrunch.c).
1 |
file |
the name of the dat file from which the data are to be read. |
quiet |
logical. If FALSE, internally used function |
The .dat file should be in a specific format, as follows: First line should contain a number representing data points to be scanned (a). Then, (the number of data points per condition)-by-(the number of condition) matrix for "lags", "dprimes", and "condition" should follow.
A data frame containing "lags", "dprimes", and "condition".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.