1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
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,
mse,
plotcoda,
traceplot,
plotroc,
roc,
auc,
conf.mat,
conf.mat.plot,
rgwish,
rwish,
gnorm,
rmvnorm,
ddweibull,
pdweibull,
qdweibull,
rdweibull,
summary.bdgraph,
plot.bdgraph,
print.bdgraph,
predict.bdgraph,
posterior.predict,
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,
get_Ds_tgm_R,
get_Ts_R,
update_tu_R,
update_mu_R
)
S3method( "summary", "bdgraph" )
S3method( "plot" , "bdgraph" )
S3method( "print" , "bdgraph" )
S3method( "predict", "bdgraph" )
S3method( "plot" , "sim" )
S3method( "print", "sim" )
S3method( "plot", "graph" )
|