oneRateModel | R Documentation |
This function is part of a set of functions to fit and evaluate the one-rate model of motor learning.
oneRateModel(par, schedule)
par |
A named vector with the two model parameters (see details). |
schedule |
A vector of length N with the perturbation schedule. |
The 'par' argument is a named numeric vector that should have the following elements: - L: the learning rate - R: the retention rate
A data frame with one column, and N rows, so that each row has the output of the process on each trial as well as the total system output.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.