dmcCombineObservedData: dmcCombineObservedData

View source: R/dmcData.R

dmcCombineObservedDataR Documentation

dmcCombineObservedData

Description

Combine observed datasets

Usage

dmcCombineObservedData(...)

Arguments

...

Any number of outputs from dmcObservedData

Value

dmcCombineObservedData returns a list of objects of class "dmcob"

Examples

# Example 1
dat <- dmcCombineObservedData(flankerData, simonData)  # combine flanker/simon data
plot(dat, figType = "delta", xlimDelta = c(200, 700), ylimDelta = c(-20, 80),
     cols = c("black", "darkgrey"), legend.parameters = list(x=200, y=80,
     legend = c("Flanker Task", "Simon Task")))


igmmgi/DMCfun documentation built on April 14, 2024, 7:23 a.m.