printWM2Package {WMCapacity} | R Documentation |
These functions provide show, summary, and plot
methods for objects of class WM2Package
, which are returned
from WMCapacity analyses.
printWM2Package(object) summary.WM2Package(object,...) plot.WM2Package(x,...)
object |
an object of class WM2Package |
x |
an object of class WM2Package |
The function printWM2Package
is the show method for
WM2Package objects. It gives a little information about the
analysis, including the DIC.
The summary
method gives more detailed output about the analysis.
The plot
method plots the chains of the effect parameters
using the plot.mcmc
method.
Functions invisibly return the object.
WMCapacityGUI
, for fitting the working memory models.
## Not run: ## load Visual Array data set (Rouder et al., 2008) data(VisualArray) output = WMCapacityGUI(data=VisualArray) # plot the chains from the analysis plot(output) ## End(Not run)