methods: Methods for IsingFit objects

Ising-methodsR Documentation

Methods for IsingFit objects

Description

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.

Usage

## S3 method for class 'IsingFit'
print(x, ...)
## S3 method for class 'IsingFit'
summary(object, ...)
## S3 method for class 'IsingFit'
plot(x, ...)

Arguments

x

output of IsingFit

object

output of IsingFit

...

Arguments sent to qgraph. Only used in plot method.

Author(s)

Claudia van Borkulo


cvborkulo/IsingFit documentation built on Oct. 14, 2023, 3:13 p.m.