addm2_plot_family: Generate standard psychometric plots for addm model-fit...

Description Usage Arguments Value Author(s)

Description

Generate standard psychometric plots for addm model-fit analysis addm_plot_family

Usage

1
2
3
addm2_plot_family(choice.dat = data.table(v1 = 0, v2 = 0, rt = 0, decision =
  0, id = 0), eye.dat = data.table(fixloc = 0, fixnr = 1, fixdur = 0, id = 0),
  addm.output = data.table(a = 0, b = 0))

Arguments

choice.dat

data.table storing the item valuations (v1,v2...), reaction times in ms (rt), decisions (decision), trialids (id) and condition ids (condition_id).

eye.dat

data.table storing eyetracking data by trial. Fixation location (fixloc), Fixation number (fixnr), Fixation duration (fixdur) and an id column (id). Not strictly neccessary at the moment (not plot currently uses it) and can be run as default.

addm.output

data.table that stores detailed addm.output (as generated by addm_run_by_condition)

Value

List of ggplot objects (plots). Costumizable.

Author(s)

Alexander Fengler, alexanderfengler@gmx.de


AlexanderFengler/addmtoolbox documentation built on May 5, 2019, 4:53 a.m.