useDynLib(mgm)
importFrom(Rcpp, evalCpp)
importFrom("stats", "cov2cor")
importFrom(matrixcalc, is.positive.definite)
importFrom("stats", "as.formula", "coef", "dnorm", "dpois",
             "model.matrix")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
import(glmnet)
export(mgmfit, mgmsampler, confusion,print.mgm)
S3method(print, mgm)



