https://github.com/cran/BDgraph
Raw File
Tip revision: cd87b39c001bb81ede2600bd7d1a32dece8ad4e6 authored by Abdolreza Mohammadi on 06 May 2013, 21:32:42 UTC
version 2.6
Tip revision: cd87b39
NAMESPACE
import("Matrix")
export(bdgraph,
	   
	   phat,
	   select,
	   prob,
	   bdgraph.sim,
	   I.g,
	   compare,
	   
	   densplot,
	   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