# Generated by roxygen2: do not edit by hand

S3method(AIC,emfit)
S3method(BIC,emfit)
S3method(coef,emfit)
S3method(confint,emfit)
S3method(fitted,emfit)
S3method(logLik,emfit)
S3method(plot,emfit)
S3method(predict,emfit)
S3method(print,bootstrap_emfit)
S3method(print,dist_spec_em)
S3method(print,em_diagnostics)
S3method(print,emfit)
S3method(print,summary.emfit)
S3method(residuals,emfit)
S3method(summary,emfit)
S3method(vcov,emfit)
export(bootstrap_se)
export(compute_se)
export(dist_spec_em)
export(em.control)
export(em_diagnostics)
export(em_fit)
export(generalized_residuals)
export(get_ncores)
export(gof_stats)
export(model_selection)
export(observed_loglik)
export(plot_residuals)
export(q_function)
export(randomized_quantile_residuals)
export(residual_analysis)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dexp)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,integrate)
importFrom(stats,logLik)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qexp)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,vcov)
