import(MASS)
import(methods)

importFrom("graphics", "layout.show")
importFrom("stats", "kmeans", "na.omit", "nlm", "optim", "plot.ts",
	"rmultinom", "rnorm", "runif", "sd", "ts")

export(dmm,mgdmm,fitdmm,mixdmm,loglike,oneliner,bootstrap,posterior,
	generate,lca,ntimes,itemtypes,dname,replicates,ncov,inames,
	nitems,ind,markovdata)

S3method(summary,dmm)
S3method(summary,mgd)
S3method(summary,mixdmm)

S3method(summary,md)
S3method(print,md)
S3method(plot,md)

S3method(summary,fit)

useDynLib(depmix, .registration=TRUE)
