# Load the example data the comes with the \code{flankr} package
data(exampleData)
# Fit the model to the condition "present" in the example data set using
# the default settings in the model.
# (Note this is a toy example with very low trial numbers to speed up the
# example. For proper use, increase nTrials.)
# \donttest{
fit <- fitMultipleSSP(data = exampleData, conditionName = "present",
nTrials = 100)
# }
Run the code above in your browser using DataLab