https://github.com/cran/BDgraph
Raw File
Tip revision: bcbd53b9714e196b2d027ed7e4c8de139ea38d10 authored by Reza Mohammadi on 08 August 2022, 17:40:05 UTC
version 2.68
Tip revision: bcbd53b
NAMESPACE
useDynLib( BDgraph, .registration = TRUE )

importFrom( "stats", "dnorm" )

export( bdgraph,
		bdgraph.mpl,
		bdgraph.dw,
		bdw.reg,

		transfer,
		plinks,
		bf,
		precision,
		covariance,
		select,
		pgraph,
		graph.sim,
		adj2link,
		link2adj,
		sparsity,
		bdgraph.sim,
		bdgraph.npn,
		compare,

		plotcoda,
		traceplot,
		plotroc,
		roc,
		conf.mat,
		conf.mat.plot,
		
		rgwish,
		rwish,
		gnorm,
		rmvnorm,
		
		ddweibull,
		pdweibull,
		qdweibull,
		rdweibull,
		
		summary.bdgraph,
		plot.bdgraph, 
		print.bdgraph, 

		plot.graph, 

		plot.sim,
		print.sim, 
		
		detect_cores,
		get_graph,
		get_g_prior,
		get_g_start,
		get_K_start,
		get_S_n_p,
		get_cores,
		
		get_bounds_dw,
		ddweibull_reg,
		log_post_cond_dw,
		near_positive_definite
	   )

S3method( "summary", "bdgraph" )
S3method( "plot"   , "bdgraph" )
S3method( "print"  , "bdgraph" )

S3method( "plot" , "sim" )
S3method( "print", "sim" )

S3method( "plot", "graph" )
back to top