useDynLib("brglm",.registration=TRUE)

export(modifications, 
       checkModifications, 
       summary.brglm, 
       print.summary.brglm, 
       print.brglm, 
       brglm, 
       brglm.control, 
       glm.control1, 
       separation.detection,
       gethats,
       penalizedDeviance,
       modifiedScoreStatistic,
       profile.brglm, 
       confint.brglm, 
       confint.profile.brglm, 
       print.profile.brglm,
       plot.profile.brglm,
       pairs.profile.brglm)

S3method(print, brglm)
S3method(summary, brglm)
S3method(profile, brglm)
S3method(confint, brglm)
S3method(confint, profile.brglm)
S3method(plot, profile.brglm)
S3method(pairs, profile.brglm)
S3method(print, profile.brglm)
S3method(print, summary.brglm)

