View source: R/simpleLearningRates.R
simpleRateModel | R Documentation |
This function is part of a set of functions to fit and evaluate a simple learning rate model of motor learning.
simpleRateModel(par, schedule)
par |
A named vector with the model parameter (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 element: - LR: the learning rate
A data frame with one column: 'output', and N rows, so that each row has the output of the modeled process on each trials.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.