import(stats)
import(DBI)
import(methods)
useDynLib(biglmm, .registration=TRUE)
export(biglm)
export(bigglm)
export(bigglm.function,bigglm.data.frame,bigglm.RODBC)
exportMethods(bigglm)
S3method(coef, biglm)
S3method(vcov, biglm)
S3method(vcov, bigglm)
S3method(AIC,biglm)
S3method(deviance,bigglm)
S3method(deviance,biglm)
S3method(family,bigglm)
S3method(predict,bigglm)
S3method(predict,biglm)
S3method(update, biglm)
S3method(print, biglm)
S3method(print, bigglm)
S3method(print, summary.biglm)
S3method(summary, biglm)
S3method(bigglm,data.frame)
S3method(bigglm,"function")
S3method(bigglm, RODBC)


