# Export all names that do not begin with a dot.
exportPattern("^[^\\.]")
importFrom("stats", "coef", "contrasts", "gaussian", "glm.fit",
           "is.empty.model", "model.extract", "model.matrix","effects",
	   "model.offset", "model.response", "napredict", "naresid",
             "optim", "pchisq", "pnorm", "predict", "printCoefmat", "pt",
             "quantile", "residuals", "symnum","family")

importFrom("emplik","logelr","llogp","llogpp","llog")

S3method(coef,glmc)
S3method(deviance,glmc)
S3method(fitted,glmc)
S3method(residuals,glmc)
S3method(summary,glmc)
S3method(print,summary.glmc)
S3method(effects,glmc)
S3method(family,glmc)
export(glmc)