fitModel {pdmod} | R Documentation |
Fit model parameters
Description
Estimates parameters for proximal/distal model using
multi-criteria estimation (mco
)
Usage
fitModel(dataX, dataResponse,
responseFunction = calculateResponse,
sessionBoundaries = NA, fitG = TRUE)
Arguments
dataX |
Object of class |
dataResponse |
Corresponding observations of subject's response to signal |
responseFunction |
The function to use to transform the mean estimate into a response |
sessionBoundaries |
(optional) Vector defining how
to group the trials into sessions where the items are the
starting indicies for each session (so the last value can
be the index after the last trial) and |
fitG |
|
Value
Model fit
Author(s)
Chloe Bracis
See Also
[Package pdmod version 1.0.1 Index]