Learn R Programming

BDgraph (version 2.7)

print.simulate: Print function for "bdgraph.sim" output

Description

print the sample size, the number of nodes, number of linkes, type and sparcity of the true graph.

Usage

## S3 method for class 'simulate':
print(x, ...)

Arguments

x
an object with S3 class "simulate". A list which is the result from the "bdgraph.sim" function.
...
system reserved (no specific usege).

References

Mohammadi, A. and E. C. Wit (2012). Gaussian graphical model determination based on birth-death MCMC inference, arXiv:1210.5371v4. http://arxiv.org/abs/1210.5371v4

See Also

bdgraph.sim

Examples

Run this code
data.sim <- bdgraph.sim(n = 10, p = 8, vis = TRUE)
  
  print(data.sim)

Run the code above in your browser using DataLab