View source: R/quantile_fit_DDM_only.R
chi_square_optim_DDM_fullconfRT | R Documentation |
chi_square_optim_DDM_fullconfRT
chi_square_optim_DDM_fullconfRT( params, observations, returnFit, confRT_name = "RTconf" )
params |
Parameters of the model to be fitted + fixed parameters |
observations |
Data to be fitted |
returnFit |
if 0, then returns predicted data. Else, fit the parameters |
confRT_name |
Name of the column in observations containing the confidence reaction time |
This is the function used to simultaneously fit reaction time, accuracy and confidence judgments via quantile optimization.
predicted data if returnFit == 0, else returns the prediction error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.