# Generated by roxygen2: do not edit by hand

S3method(AIC,fHMM_model)
S3method(BIC,fHMM_model)
S3method(coef,fHMM_model)
S3method(logLik,fHMM_model)
S3method(nobs,fHMM_model)
S3method(npar,fHMM_model)
S3method(plot,fHMM_data)
S3method(plot,fHMM_model)
S3method(predict,fHMM_model)
S3method(print,fHMM_controls)
S3method(print,fHMM_data)
S3method(print,fHMM_events)
S3method(print,fHMM_model)
S3method(print,fHMM_parameters)
S3method(print,fHMM_predict)
S3method(print,fHMM_sdds)
S3method(print,summary.fHMM_data)
S3method(print,summary.fHMM_model)
S3method(residuals,fHMM_model)
S3method(summary,fHMM_data)
S3method(summary,fHMM_model)
export(compare_models)
export(compute_residuals)
export(decode_states)
export(download_data)
export(fHMM_events)
export(fHMM_parameters)
export(fit_model)
export(npar)
export(prepare_data)
export(reorder_states)
export(set_controls)
importFrom(Rcpp,evalCpp)
importFrom(foreach,"%dopar%")
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,acf)
importFrom(stats,dbinom)
importFrom(stats,dgamma)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,logLik)
importFrom(stats,nlm)
importFrom(stats,nobs)
importFrom(stats,pgamma)
importFrom(stats,pt)
importFrom(stats,qgamma)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,qunif)
importFrom(stats,rgamma)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,tail)
useDynLib(fHMM, .registration=TRUE)
