useDynLib(eiPack)

export(	bounds,
	cover.plot,
	density.plot,
	ei.MD.bayes, 
	ei.reg.bayes,
	ei.reg,
	lambda.MD, 
        lambda.reg,
        lambda.reg.bayes, 
	mergeMD,
	plot.bounds, 
	read.betas,
	tuneMD
)

S3method(density.plot, lambdaMD)
S3method(density.plot, lambdaReg)
S3method(density.plot, lambdaRegBayes)
S3method(summary, eiRegBayes)
S3method(summary, eiReg)
S3method(summary, eiMD)
S3method(print, eiMD)
S3method(print, eiReg)
S3method(print, eiRegBayes)
S3method(print, eiMDsum)
S3method(print, eiRegBayesSum)
S3method(print, bounds)
S3method(plot, bounds)
