Learn R Programming

BDgraph (version 2.13)

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

Description

Print the sample size, the number of nodes, number of linkes, type and sparsity of the true graph.

Usage

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

Arguments

x
An object with S3 class "simulate".
...
System reserved (no specific usege).

References

Mohammadi, A. and Wit, E. C. (2014). Bayesian structure learning in sparse Gaussian graphical models, Bayesian Analysis, acceped. http://arxiv.org/abs/1210.5371v6

See Also

bdgraph.sim

Examples

Run this code
# generating synthetic multivariate normal data from a 'random' graph 
		data.sim <- bdgraph.sim( n = 10, p = 8, vis = TRUE )

		print(data.sim)

Run the code above in your browser using DataLab