| update_stats_agg | R Documentation |
drift_dm objectInternal function that creates or updates the aggregated statistics
(stats_agg and stats_agg_info) in a drift_dm object, depending
on the specified cost function. For maximum likelihood estimation
("neg_log_like"), aggregated statistics are removed, because the raw
RTs are used directly.
update_stats_agg(
drift_dm_obj,
which_cost_function,
probs = NULL,
n_bins = NULL
)
drift_dm_obj |
a |
which_cost_function |
a character string, indicating which cost function
is used. Must be one of |
probs |
optional numeric vector of probabilities for quantile
calculation. If |
n_bins |
an optional integer, giving the number of bins for the CAFs.
If |
the input drift_dm_obj, with its stats_agg and
stats_agg_info entries updated or removed, depending on the cost
function and availability of observed data
This function is called by obs_data() and
cost_function()
obs_data(), cost_function(),
drift_dm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.