View source: R/simpleLearningRates.R
simpleRateFit | R Documentation |
This function is part of a set of functions to fit and evaluate a simple learning rate model of motor learning.
simpleRateFit(schedule, reaches, gridpoints = 10, gridfits = 4)
schedule |
A vector of length N with the perturbation schedule. |
reaches |
A vector of length N with reach deviation data. |
?
A named numeric vector with the optimal parameter that fits a simple rate model to the data as best as possible, with these elements: - LR: the learning rate
# write example!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.