export( "censReg" )

importFrom( "glmmML", "ghq" )
importFrom( "miscTools", "margEff" )
importFrom( "sandwich", "estfun" )

S3method( "coef", "censReg" )
S3method( "estfun", "censReg" )
S3method( "extractAIC", "censReg" )
S3method( "formula", "censReg" )
S3method( "logLik", "censReg" )
S3method( "model.frame", "censReg" )
S3method( "print", "censReg" )
S3method( "summary", "censReg" )
S3method( "vcov", "censReg" )

S3method( "summary", "margEff.censReg" )

S3method( "coef", "summary.censReg" )
S3method( "margEff", "censReg" )
S3method( "print", "summary.censReg" )

S3method( "print", "summary.margEff.censReg" )
