Userfriendly function for the construction of a DDRep-class.
DDRep(model = NULL, raw = NULL, ddrep = NULL)
model | |
---|---|
raw |
|
ddrep |
Raw data in the DDModeling package is handled in data.frames
containing three coulmns:
Factor: Specifying the condition under which a given measure was taken.
Numeric: Specifying the binary coded response property (0==false, 1==correct)
Numeric: Specifying the time (in rounded ms) for a given measure.
Note: In order for the DDRep function to execute successfully the factor levels of the cond coulmns have to be identical to the condition names specified
in the MM slot of the model
!