
importFrom("stats",
           setNames, uniroot, sd, symnum, plogis, qlogis, 
           binom.test, cor.test, fisher.test, quantile,
           drop.scope, na.omit,
           pt, pf, pchisq, pnorm, qnorm, qt, qf, qchisq, 
           df.residual, terms, formula, update.formula, delete.response,
           coefficients, naresid,
           model.matrix, model.frame, model.offset, drop1, vcov
           )
importFrom("utils",
           str, recover
           )
importFrom("graphics",
           box, par, plot, abline, segments, axis, mtext, text
           )
importFrom("grDevices", palette)
##- importFrom("MASS", rlm, polr)
##- importFrom("nnet", multinom, nnet.default) ## , VR_summ2, multinomHess (not exported!)
##- importFrom("survival", coxph, survreg, Surv, strata, cluster)
##-
##- importFrom("robustbase", lmrob)
##-
##- importFrom("quantreg", rq)

export(confintF, correlation, drop1Wald,
       getcoeftable, getcoeffactor, getscalepar, 
       inference, onesample,
       plconfint, pltwosamples,
       p.symbols, rlv.symbols,
       relevance.options, relevance.modelclasses, 
       termeffects, termtable, twosamples, plot.inference,
       rlvClass,
       replication, rplClass, 
       showd, dropdata, logst, asinp,
       sumNA, dropNA, replaceNA, formatNA,
       last, shortenstring, 
       DB
       )

S3method(twosamples, formula)
S3method(twosamples, default)
S3method(twosamples, table)
S3method(pltwosamples, formula)
S3method(pltwosamples, default)
S3method(print, inference)
S3method(print, printInference)
S3method(plot, inference)
S3method(print, termtable)
S3method(plot, termtable, plot.inference)
S3method(print, termeffects)
S3method("[", termeffects)
S3method(plot, termeffects)
