Print method prints the IsingFit output , plot method plots the estimated network (with the qgraph
package), and summary method returns density of the network, the value of gamma used, the rule used, and the time the analysis took.
# S3 method for IsingFit
print(x, ...)
# S3 method for IsingFit
summary(object, ...)
# S3 method for IsingFit
plot(x, ...)
output of IsingFit
output of IsingFit
Arguments sent to qgraph. Only used in plot method.
Claudia van Borkulo