import(MASS, mnormt)
importFrom("graphics", "legend", "matplot", "par", "plot")
importFrom("stats", "binomial", "coefficients", "glm", "var", "vcov")
importFrom("utils", "combn")
# export functions
export(
	dma,
	logistic.dma
)
# register S3 methods
S3method(dma, default)
S3method(logistic.dma, default)
S3method(plot, dma)
S3method(plot, logistic.dma)
S3method(print, dma)
S3method(print, logistic.dma)
