# Default NAMESPACE created by Alex-Antoine Fortin <alex@fortin.bio>

# Export
export(cond, nlreg, rsm, student, logistic, logWeibull, extreme, 
       Huber, dHuber, pHuber, qHuber, rHuber, Dmean, Dvar,
       expInfo, mpl, obsInfo, param, var2cor, nlreg.diag,
       nlreg.diag.plots, rsm.diag, rsm.diag.plots, rsm.surv,
       rsm.fit, cond.glm, tem, fraser.reid, lik.ci)

# Import all packages listed as Imports or Depends
import(statmod, survival, graphics, stats)
importFrom(utils, menu)

#Registering S3methods
S3method(coef, nlreg)
S3method(anova,rsm)
S3method(anova,rsmlist)
S3method(cond,glm)
S3method(cond,rsm)
S3method(contour,all.nlreg.profiles)
S3method(expInfo,nlreg)
S3method(family,cond)
S3method(family,rsm)
S3method(family,summary.cond)
S3method(fitted,nlreg)
S3method(fitted.values,nlreg)
S3method(logLik,nlreg)
S3method(logLik,rsm)
S3method(mpl,nlreg)
S3method(obsInfo,nlreg)
S3method(param,nlreg)
S3method(plot,all.nlreg.profiles)
S3method(plot,cond)
S3method(plot,fr)
S3method(plot,marg)
S3method(plot,nlreg.contours)
S3method(plot,nlreg.diag)
S3method(plot,nlreg.profile)
S3method(plot,rsm)
S3method(print,all.nlreg.profiles)
S3method(print,cond)
S3method(print,family.rsm)
S3method(print,marg)
S3method(print,mpl)
S3method(print,nlreg)
S3method(print,nlreg.contours)
S3method(print,nlreg.profile)
S3method(print,rsm)
S3method(print,summary.all.nlreg.profiles)
S3method(print,summary.cond)
S3method(print,summary.marg)
S3method(print,summary.mpl)
S3method(print,summary.nlreg)
S3method(print,summary.nlreg.profile)
S3method(print,summary.rsm)
S3method(profile,nlreg)
S3method(residuals,nlreg)
S3method(resid,nlreg)
S3method(residuals,rsm)
S3method(summary,all.nlreg.profiles)
S3method(summary,cond)
S3method(summary,fr)
S3method(summary,marg)
S3method(summary,mpl)
S3method(summary,nlreg)
S3method(summary,nlreg.profile)
S3method(summary,rsm)
S3method(update,rsm)
S3method(var2cor,mpl)
S3method(var2cor,nlreg)
S3method(var2cor,summary.mpl)
S3method(var2cor,summary.nlreg)
S3method(vcov,rsm)