print.bdgraph | R Documentation |
S3
class "bdgraph
" Prints the information about the selected graph which could be a graph with links for which their estimated posterior probabilities are greater than 0.5 or graph with the highest posterior probability. It provides adjacency matrix, size and posterior probability of the selected graph.
## S3 method for class 'bdgraph'
print( x, ... )
x |
object of |
... |
system reserved (no specific usage). |
Reza Mohammadi a.mohammadi@uva.nl and Ernst Wit
Mohammadi, R. and Wit, E. C. (2019). BDgraph: An R
Package for Bayesian Structure Learning in Graphical Models, Journal of Statistical Software, 89(3):1-30, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v089.i03")}
bdgraph
, bdgraph.mpl
## Not run:
# Generating multivariate normal data from a 'random' graph
data.sim <- bdgraph.sim( n = 50, p = 6, vis = TRUE )
bdgraph.obj <- bdgraph( data = data.sim )
print( bdgraph.obj )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.