dRiftDM (development version)
New features:
-
calc_stats()
gains the optionbasic_stats
for thetype
argument. This allows you to request means, standard deviations, and a ratio of response choices.
Minor:
-
nt_constant()
now usesround()
instead ofas.integer()
to get the index for the dirac delta. This reduces the bias in non-decision time estimates.
dRiftDM 0.2.2
CRAN release: 2025-03-04
New features:
print()
andsummary()
methods are now available fortraces_dm
,traces_dm_list
,stats_dm
,stats_dm_list
, andcoefs_dm
objects.New
unpack_obj()
makes it easy to strip away attributes and class labels of objects created by dRiftDM. The more specific predecessor functionunpack_traces()
is now deprecatedunpack_traces()
.New
pdfs()
provides access to a model’s predicted probability density function.
Minor improvements and changes:
coef.drift_dm()
gains aselect_custom_prms
argument.list_stats_dm
objects are now calledstats_dm_list
for name consistency.traces_dm
objects now have additional attributes (which were required for appropriate print and summary methods).More consistent capitalization in
print.summary.*()
methods.