export(coefplot2,coefplot2.default,coeftab,coeftab0,
       coefplot2.fitList,extend_tab)
## Try to AVOID importing classes if at all possible -- especially
##   between nlme/lme4.0/lme4/glmmADMB
## importClassesFrom(lme4.0,summary.mer)
## importMethodsFrom(lme4.0,coef,summary,show,model.matrix,VarCorr)
## importFrom(nlme,VarCorr) ## conflict!
importFrom(Matrix,summary)
## exportMethods(coefplot2,summary,coef,show,model.matrix)
importFrom(reshape,melt)
## avoid lme4a dependence ...
## importClassesFrom(lme4a,merMod)
## exportClasses(mer) ## can I get away without this?
## importClassesFrom(lme4Eigen,merMod,lmerMod,glmerMod)
## importMethodsFrom(lme4Eigen,coef,summary,show,model.matrix,VarCorr)
## do I need to export classes?
##
S3method(coeftab,default)
## Bayesian methods
S3method(coeftab,MCMCglmm)
S3method(coeftab,rjags)
S3method(coeftab,bugs)
S3method(coeftab,mcmc)
S3method(coeftab,mcmc.list)
## mixed models
S3method(coeftab,lme)
S3method(coeftab,glmmML)
S3method(coeftab,mer)
S3method(coeftab,merMod)
S3method(coeftab,lmerMod)
S3method(coeftab,glmerMod)
S3method(coeftab,glmmadmb)
S3method(coeftab,admb)
##
## not implemented yet: melt or merge?
## S3method(merge,coeftab)
S3method(print,coeftab)


