Rev 42766 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
export(mle) # exporting methods implicitly exports the genericsimportFrom(graphics, plot)## need AIC to make an implicit generic fromimportFrom(stats, AIC, coef, confint, logLik, optim, profile,qchisq, update, vcov)## S4exportClasses(mle, profile.mle, summary.mle)## All methods, for own or "foreign" generics:exportMethods(BIC, coef, confint, logLik, plot, profile,summary, show, update, vcov)## implicit generic does not have any methods here (but in flexmix)export(AIC)