powered by
Evaluation is based on the param_value.
param_value
A single positive number (>0) that is used for all participants and runs.
NULL (default) - a single value will be fitted for all participants and runs, also applied if randomN == 1.
NULL
randomN == 1
"random" - an independent value is fitted for each random cluster.
"random"
"1|random"- a value for a random cluster is sampled from a population distribution, i.e., pooled parameter values via a multilevel model.
"1|random"
evaluate_history_option(param_name, param_value, randomN, upperLimit)
a list with <param_name>_option and fixed_<param_name>.
<param_name>_option
fixed_<param_name>
Name of the parameter.
Value from the fit_cumhist function call.
fit_cumhist
Number of levels for the random variable.
Upper limit for a valid param_value.
evaluate_history_option("tau", 1, 1, Inf)
Run the code above in your browser using DataLab