1useDynLib(bayesm)
2importFrom(Rcpp, evalCpp)
3importFrom(utils, flush.console)
4importFrom(stats, acf, cov, dnbinom, dnorm, lm, median, optim, pnorm, qchisq, quantile, rmultinom, rnorm, runif, var)
5importFrom(graphics, abline, boxplot, bxp, contour, hist, image, lines, par, plot, plot.default, points, polygon, text, title)
6importFrom(grDevices, dev.interactive, devAskNewPage, terrain.colors)
7## exportPattern("^[[:alpha:]]+") this line is automatically created when using package.skeleton but should be removed to prevent the _loop functions from exporting. Instead use the export() function (as is done here)
8
9export(breg,createX,eMixMargDen,mixDen,llmnl,llmnp,llnhlogit,
10lndIChisq,lndIWishart,lndMvn,lndMvst,mnlHess,momMix,nmat,numEff,rdirichlet, rmixture,rmultireg,
11rwishart,rmvst,rtrun,rbprobitGibbs,runireg,
12runiregGibbs,simnhlogit,rmnpGibbs,rmixGibbs,rnmixGibbs,
13rmvpGibbs,rhierLinearModel,rhierMnlRwMixture,rivGibbs,
14rmnlIndepMetrop,rscaleUsage,ghkvec,condMom,logMargDenNR,
15rhierBinLogit,rnegbinRw,rhierNegbinRw,rbiNormGibbs,clusterMix,rsurGibbs,
16mixDenBi,mnpProb,rhierLinearMixture,
17summary.bayesm.mat,summary.bayesm.nmix,summary.bayesm.var,
18plot.bayesm.mat,plot.bayesm.hcoef,plot.bayesm.nmix,
19rordprobitGibbs,rivGibbs,rivDP,rDPGibbs,
20rhierMnlDP,cgetC,rbayesBLP)
21
22
23## register S3 methods
24S3method(plot, bayesm.mat)
25S3method(plot, bayesm.nmix)
26S3method(plot, bayesm.hcoef)
27S3method(summary, bayesm.mat)
28S3method(summary, bayesm.var)
29S3method(summary, bayesm.nmix)
30