# Generated by roxygen2: do not edit by hand

S3method("cluster_names<-",mhmm)
S3method("cluster_names<-",mnhmm)
S3method("state_names<-",hmm)
S3method("state_names<-",mhmm)
S3method("state_names<-",mnhmm)
S3method("state_names<-",nhmm)
S3method(bootstrap_coefs,mnhmm)
S3method(bootstrap_coefs,nhmm)
S3method(cluster_names,mhmm)
S3method(cluster_names,mnhmm)
S3method(coef,mnhmm)
S3method(coef,nhmm)
S3method(forward_backward,hmm)
S3method(forward_backward,mhmm)
S3method(forward_backward,mnhmm)
S3method(forward_backward,nhmm)
S3method(get_cluster_probs,mhmm)
S3method(get_cluster_probs,mnhmm)
S3method(get_emission_probs,hmm)
S3method(get_emission_probs,mhmm)
S3method(get_emission_probs,mnhmm)
S3method(get_emission_probs,nhmm)
S3method(get_initial_probs,hmm)
S3method(get_initial_probs,mhmm)
S3method(get_initial_probs,mnhmm)
S3method(get_initial_probs,nhmm)
S3method(get_transition_probs,hmm)
S3method(get_transition_probs,mhmm)
S3method(get_transition_probs,mnhmm)
S3method(get_transition_probs,nhmm)
S3method(hidden_paths,hmm)
S3method(hidden_paths,mhmm)
S3method(hidden_paths,mnhmm)
S3method(hidden_paths,nhmm)
S3method(logLik,hmm)
S3method(logLik,mhmm)
S3method(logLik,mnhmm)
S3method(logLik,nhmm)
S3method(nobs,hmm)
S3method(nobs,mhmm)
S3method(nobs,mnhmm)
S3method(nobs,nhmm)
S3method(plot,hmm)
S3method(plot,mhmm)
S3method(plot,ssp)
S3method(posterior_probs,hmm)
S3method(posterior_probs,mhmm)
S3method(posterior_probs,mnhmm)
S3method(posterior_probs,nhmm)
S3method(predict,mnhmm)
S3method(predict,nhmm)
S3method(print,hmm)
S3method(print,mhmm)
S3method(print,mnhmm)
S3method(print,nhmm)
S3method(print,summary_mhmm)
S3method(print,summary_mnhmm)
S3method(state_names,hmm)
S3method(state_names,mhmm)
S3method(state_names,mnhmm)
S3method(state_names,nhmm)
S3method(summary,mhmm)
S3method(summary,mnhmm)
S3method(update,mnhmm)
S3method(update,nhmm)
S3method(vcov,mhmm)
export("cluster_names<-")
export("state_names<-")
export(alphabet)
export(bootstrap_coefs)
export(build_hmm)
export(build_lcm)
export(build_mhmm)
export(build_mm)
export(build_mmm)
export(cluster_names)
export(data_to_stslist)
export(estimate_mnhmm)
export(estimate_nhmm)
export(fit_model)
export(forward_backward)
export(get_cluster_probs)
export(get_emission_probs)
export(get_initial_probs)
export(get_marginals)
export(get_transition_probs)
export(gridplot)
export(hidden_paths)
export(mc_to_sc)
export(mc_to_sc_data)
export(most_probable_cluster)
export(mssplot)
export(permute_states)
export(plot_colors)
export(posterior_cluster_probabilities)
export(posterior_probs)
export(separate_mhmm)
export(seqdef)
export(seqstatf)
export(simulate_emission_probs)
export(simulate_hmm)
export(simulate_initial_probs)
export(simulate_mhmm)
export(simulate_mnhmm)
export(simulate_nhmm)
export(simulate_transition_probs)
export(sort_sequences)
export(ssp)
export(ssplot)
export(stacked_sequence_plot)
export(state_names)
export(stslist_to_data)
export(trim_model)
import(Rcpp)
import(data.table)
import(grid)
import(gridBase)
import(igraph)
import(nloptr)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,loadModule)
importFrom(TraMineR,alphabet)
importFrom(TraMineR,seqdef)
importFrom(TraMineR,seqlegend)
importFrom(TraMineR,seqstatf)
importFrom(collapse,fndistinct)
importFrom(collapse,qM)
importFrom(collapse,rsplit)
importFrom(collapse,seq_row)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(stats,coef)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(utils,head)
importFrom(utils,modifyList)
useDynLib(seqHMM, .registration = TRUE)
