# Generated by roxygen2: do not edit by hand

S3method(EBIC,betareg)
S3method(EBIC,coxph)
S3method(EBIC,default)
S3method(EBIC,glm)
S3method(EBIC,lm)
S3method(EBIC,rq)
export(EBIC)
export(pbetareg)
export(pboost)
export(pcoxph)
export(pggm)
export(pglm)
export(plm)
export(prq)
import(Formula)
import(Matrix)
importFrom(MASS,ginv)
importFrom(betareg,betareg)
importFrom(betareg,betareg.control)
importFrom(quantreg,rq)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm.fit)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,residuals)
importFrom(stats,terms)
importFrom(survival,coxph)
