useDynLib("lqmm")
import("stats")
importFrom("utils", "packageDescription")
importFrom("nlme", "ranef", "VarCorr")
import("SparseGrid")

exportPattern("^[^\\.]")
export(ranef)
export(VarCorr)

S3method(boot, lqm)
S3method(boot, lqmm)
S3method(coef, lqm)
S3method(coef, lqm.counts)
S3method(coef, lqmm)
S3method(extractBoot, boot.lqmm)
S3method(logLik, lqm)
S3method(logLik, lqmm)
S3method(predict, lqm)
S3method(predict, lqm.counts)
S3method(predict, lqmm)
S3method(predint, lqmm)
S3method(print, lqm)
S3method(print, lqm.counts)
S3method(print, lqmm)
S3method(print, summary.lqm)
S3method(print, summary.lqmm)
S3method(ranef, lqmm)
S3method(residuals, lqm)
S3method(residuals, lqm.counts)
S3method(residuals, lqmm)
S3method(summary, lqm)
S3method(summary, lqmm)
S3method(summary, boot.lqm)
S3method(summary, boot.lqmm)
S3method(VarCorr, lqmm)



