# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
export(AlphaNP, AlphaMLE, ParMLE, JMLE, Qrefine, CDL, CDP, ItemFit, ModelFit)

# Import all packages listed as Imports or Depends
import(BB)
import(R.methodsS3)
importFrom("graphics", "barplot", "legend", "par", "plot")
importFrom("stats", "pchisq")

# Register the S3Methods
S3method(print, AlphaNP)
S3method(print, AlphaMLE)
S3method(print, ParMLE)
S3method(print, JMLE)
S3method(print, Qrefine)
S3method(plot, AlphaNP)
S3method(plot, AlphaMLE)
S3method(plot, JMLE)
S3method(plot, Qrefine)
