# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  haplo.stats,
  survival
)

importFrom("stats", "coef", "glm", "model.matrix", "model.response",
               "pt", "quasibinomial", "residuals", "terms")

S3method(AIC,           haplo.ccs)
S3method(anova,         haplo.ccs)
S3method(coef,          haplo.ccs)
S3method(fitted,        haplo.ccs)
S3method(logLik,        haplo.ccs)
S3method(residuals,     haplo.ccs)
S3method(summary,       haplo.ccs)
S3method(print,         haplo.ccs)
S3method(vcov,          haplo.ccs)
S3method(print,         summary.haplo.ccs)
