Learn R Programming

IMaGES (version 0.1.1)

plotAll: plotAll

Description

This function takes the object returned by an IMaGES run and plots the global structure with its SEM (structural equation modeling) data, as well as the SEM data for each dataset imposed on the global structure. The function determines the dimensions that most closely represent a square and plots the graphs in that fashion.

Usage

plotAll(im.fits)

Arguments

im.fits

Object returned by IMaGES run

Value

plot

Prints plot to the screen

%% ...

References

J.D. Ramsey, S.J. Hanson, et al. (2010) Six problems for causal inference from fMRI. NeuroImage 49, 1545-1558.

See Also

plotIMGraph, plotMarkovs, IMaGES

Examples

Run this code
# NOT RUN {
## Load predefined data
data(IMData)

#run IMaGES
im.fits <- IMaGES(matrices=IMData, penalty=3, num.markovs=5)

#plot global graph and all individual graphs with own SEM data
plotAll(im.fits)
# }

Run the code above in your browser using DataLab