https://github.com/cran/intReg
Raw File
Tip revision: f53cfab5ed9b145face6be75ce6d8f7f407db4be authored by Ott Toomet on 12 January 2012, 00:00:00 UTC
version 0.2-8
Tip revision: f53cfab
NAMESPACE
export("intReg")

import("maxLik")
importFrom( "miscTools", "coefTable" )
importFrom( "miscTools", "nObs" )
importFrom( "miscTools", "nParam" )
importFrom( "miscTools", "stdEr" )

S3method( "coef", "intReg" )
S3method( "model.frame", "intReg" )
S3method( "model.matrix", "intReg" )
S3method( "nObs", "intReg" )
S3method("print", "coef.intReg")
S3method( "print", "intReg" )
S3method( "print", "summary.intReg" )
S3method( "summary", "intReg" )
S3method( "vcov", "intReg" )
back to top