## load Visual Array data set (Rouder et al., 2008)
data(VisualArray)
## Define the model in the GUI
wommbatGUI(dataFrame=VisualArray)
# extract the first model. Replace 'Model' with the model name (in quotes)
myModel = womExtractModel(name='Model')
# examine the posterior means (if an analysis has been performed)
myModel$results$pointEstRun the code above in your browser using DataLab