View source: R/asymptoticDecayModel.R
asymptoticDecayFit | R Documentation |
This function is part of a set of functions to fit and evaluate a simple learning rate model of motor learning.
The schedule should usually be a sequence of ones. The reach deviations have to be baselined (but the baseline is cut from the data).
asymptoticDecayFit(schedule, signal, gridpoints = 11, gridfits = 10)
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: - lambda: the rate of change - N0: the asymptote
# write example!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.