Learn R Programming

qgraph (version 1.1.0)

qgraph.gui: Graphical user interface for qgraph

Description

This function works the same as qgraph except that a graphical user interface is opened allowing the user to change parameters.

Usage

qgraph.gui(input, corMat, ...)

Arguments

input
Input, see qgraph
corMat
Logical, is 'input' a correlation or covariance matrix. If this is TRUE a different GUI window is opened with more options. By default this is TRUE only if 'input' is a symmetrical matrix with all absolute values less or equal than 1 and all diagonal elem
...
Arguments passed to qgraph

Details

Press enter after entering values to save them for the next plot.

References

Adrian Bowman, Ewan Crawford, Gavin Alexander, Richard W. Bowman (2007). rpanel: Simple Interactive Controls for R Functions Using the tcltk Package. Journal of Statistical Software, 17(9), 1-18. URL http://www.jstatsoft.org/v17/i09/.

See Also

qgraph

Examples

Run this code
data(big5)
data(big5groups)
 
qgraph.gui(cor(big5),groups=big5groups)

Run the code above in your browser using DataLab