wommbatGUI starts the graphical user interface for building and
estimating parameters of working memory models. This is the main
interface for the WMCapacity package.wommbatGUI(project = NULL, projectFile= NULL, CSVfile = NULL, dataFrame = NULL, devel=FALSE)womExtractModel function.dataFrame argument. If it is in a CSV file, you can load
it by passing the path via the CSVfile argument. If you saved the analysis
and wish to reload it, you
can use the pass the saved file name to the projectFile argument.
argument. Alternatively, you may load data via the GUI.
For further details, click on the Help button in the GUI, or see
the user's manual at wommbatNoGUI, for the non-GUI interface
(useful for simulations).## load Visual Array data set (Rouder et al., 2008)
data(VisualArray)
wommbatGUI(dataFrame=VisualArray)Run the code above in your browser using DataLab