# Generated by roxygen2: do not edit by hand

S3method(AIC,oneshot_em)
S3method(BIC,oneshot_em)
S3method(coef,oneshot_em)
S3method(logLik,oneshot_em)
S3method(plot,oneshot_em)
S3method(predict,oneshot_em)
S3method(print,oneshot_em)
S3method(print,summary.oneshot_em)
S3method(summary,oneshot_em)
S3method(vcov,oneshot_em)
export(em_control)
export(oneshot_em)
export(oneshot_fit)
export(oneshot_residuals)
export(oneshot_tm)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,delete.response)
importFrom(stats,integrate)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,vcov)
importFrom(utils,data)
importFrom(utils,head)
