exportPattern("^[[:alpha:]]+")
export(piv_rel)
export(piv_MCMC)
export(piv_sel)
export(piv_plot)
export(piv_sim)
export(MUS)
export(piv_KMeans)
import(rjags)
import(bayesmix)
import(mvtnorm)
#import(rstan)
importFrom(rstan,
           #rstan-package,
           #as.array,
           As.mcmc.list,
           check_hmc_diagnostics ,
           #Diagnostic plots ,
           expose_stan_functions ,
           extract ,
           extract_sparse_parts ,
           #log_prob-methods ,
           #loo.stanfit ,
           lookup ,
           makeconf_path ,
           monitor ,
           optimizing ,
           #pairs.stanfit,
           #print ,
           read_rdump,
           read_stan_csv,
           #rstan-plotting-functions,
           rstan.package.skeleton ,
           rstan_gg_options ,
           rstan_options ,
           sampling ,
           set_cppo ,
           sflist2stanfit ,
           stan,
           stanc ,
           #stanfit-class ,
           #stanmodel-class ,
           #stan_demo ,
           stan_model,
           stan_rdump ,
           stan_version ,
           #summary-methods ,
           traceplot ,
           vb
           )
importFrom(runjags, extract.runjags)
importFrom(runjags, run.jags)
importFrom(runjags, dump.format)
importFrom(runjags, add.summary)
importFrom(corpcor, is.positive.definite)
importFrom(MASS, mvrnorm)
importFrom(mclust, adjustedRandIndex)
importFrom(RcmdrMisc, KMeans)
importFrom(cluster, pam, diana)
importFrom("grDevices", "trans3d")
importFrom("graphics", "axis", "barplot", "hist", "matplot", "par",
             "persp", "plot", "points", "lines")
importFrom("stats", "as.dist", "cutree", "dist", "hclust", "kmeans",
             "median", "rnorm", "density")
importFrom("utils", "combn")


