Description Usage Arguments Value Author(s) References See Also Examples
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 Markov Equivalence Class (MEC) and their respective structures. The function determines the dimensions that most closely represent a square and plots the graphs in that fashion.
1 2 3 4 | ## Load predefined data
data(IMData)
plotMarkovs(im.fits)
|
im.fits |
Object returned by IMaGES run |
plot |
Prints plot to the screen |
Noah Frazier-Logue (n.frazier.logue@nyu.edu)
Stephen Jose Hanson (jose@rubic.rutgers.edu)
J.D. Ramsey, S.J. Hanson, et al. (2010) Six problems for causal inference from fMRI. NeuroImage 49, 1545-1558.
1 2 3 4 5 6 7 8 | ## 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
plotMarkovs(im.fits)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.