1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
importFrom("methods", "is")
importFrom("stats", "coef", "model.frame", "qt", "var", "vcov")
import("DBI")
export(imputationList,MIcombine, MIextract,withPV)
S3method(MIcombine, default)
S3method(dimnames,imputationList)
S3method(dim,imputationList)
S3method(cbind,imputationList)
S3method(rbind,imputationList)
S3method(print,imputationList)
S3method(imputationList,default)
S3method(imputationList,character)
S3method(with,imputationList)
S3method(with,DBimputationList)
S3method(update, imputationList)
S3method(update,DBimputationList)
S3method(vcov,MIresult)
S3method(print,MIresult)
S3method(summary,MIresult)
S3method(rbind,DBimputationList)
S3method(cbind,DBimputationList)
S3method(open,DBimputationList)
S3method(close,DBimputationList)
S3method(withPV, default)
|