The R Project SVN R

Rev

Rev 41481 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

export(mle) # exporting methods implicitly exports the generics
importFrom(graphics, plot)
importFrom(stats, AIC, coef, confint, logLik, optim, profile,
       qchisq, update, vcov)

## S4
exportClasses(mle, profile.mle, summary.mle)
## All methods, for own or "foreign" generics:
exportMethods(AIC, BIC, coef, confint, logLik, plot, profile,
              summary, show, update, vcov)