https://github.com/cran/BDgraph
Raw File
Tip revision: 5bd0371554518393550a2f309936a5918cad7590 authored by Abdolreza Mohammadi on 04 February 2013, 00:00:00 UTC
version 2.7
Tip revision: 5bd0371
NAMESPACE
export(bdgraph,
	   
	   phat,
	   select,
	   prob,
	   bdgraph.sim,
	   I.g,
	   compare,
	   
	   plotcoda,
	   traceplot,
	   
	   print.bdgraph, plot.bdgraph, summary.bdgraph,
	   print.simulate, plot.simulate
)

S3method("summary","bdgraph")
S3method("plot","bdgraph")
S3method("print","bdgraph")
S3method("plot","simulate")
S3method("print","simulate")
back to top