# Generated by roxygen2: do not edit by hand

S3method(calibrate,default)
S3method(calibrate,formula)
S3method(calibrate,lm)
S3method(invest,glm)
S3method(invest,lm)
S3method(invest,lme)
S3method(invest,nls)
S3method(plot,bootCal)
S3method(plotFit,glm)
S3method(plotFit,lm)
S3method(plotFit,lqs)
S3method(plotFit,nls)
S3method(plotFit,rlm)
S3method(predFit,lm)
S3method(predFit,lme)
S3method(predFit,nls)
S3method(print,invest)
export(calibrate)
export(invest)
export(plotFit)
export(predFit)
importFrom(grDevices,extendrange)
importFrom(grDevices,grey)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(nlme,asOneFormula)
importFrom(nlme,fixef)
importFrom(nlme,getVarCov)
importFrom(stats,coef)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,numericDeriv)
importFrom(stats,predict)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,uniroot)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
