printWM2Package {WMCapacity}R Documentation

Methods for WM2Package objects

Description

These functions provide show, summary, and plot methods for objects of class WM2Package, which are returned from WMCapacity analyses.

Usage

     printWM2Package(object)
     
     summary.WM2Package(object,...)
    
     plot.WM2Package(x,...)
     

Arguments

object an object of class WM2Package
x an object of class WM2Package

Details

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.

Value

Functions invisibly return the object.

See Also

WMCapacityGUI, for fitting the working memory models.

Examples

     ## 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)
     
     

[Package WMCapacity version 0.9.1 Index]