This function essentially applies estimate_1_LBI() to each subject’s
data, estimating subject-specific optimal parameters based on maximum
likelihood. Because the fitting process for each subject is independent,
the procedure can be accelerated using parallel computation.
estimate_1_MLE(
data,
colnames,
behrule,
ids = NULL,
models,
funcs = NULL,
priors,
settings = NULL,
algorithm,
lowers,
uppers,
control,
...
)An S3 object of class DataFrame containing, for each model,
the estimated optimal parameters and associated model fit metrics.
A data frame in which each row represents a single trial, see data
Column names in the data frame, see colnames
The agent’s implicitly formed internal rule, see behrule
The Subject ID of the participant whose data needs to be fitted.
Reinforcement Learning Models
The functions forming the reinforcement learning model, see funcs
Prior probability density function of the free parameters, see priors
Other model settings, see settings
Algorithm packages that multiRL supports, see algorithm
Lower bound of free parameters in each model.
Upper bound of free parameters in each model.
Settings manage various aspects of the iterative process, see control
Additional arguments passed to internal functions.