# Generated by roxygen2: do not edit by hand

S3method(bayes_R2,cumhist)
S3method(coef,cumhist)
S3method(loo,cumhist)
S3method(predict,cumhist)
S3method(print,cumhist)
S3method(summary,cumhist)
S3method(waic,cumhist)
export(bayes_R2)
export(check_fixed_history_parameter)
export(check_normal_prior)
export(compute_history)
export(evaluate_history_init)
export(evaluate_history_option)
export(extract_history)
export(extract_history_parameter)
export(extract_replicate_term_to_matrix)
export(extract_term_to_matrix)
export(fast_history_compute)
export(fit_cumhist)
export(fixef)
export(history_mixed_state)
export(history_parameter)
export(history_tau)
export(historyef)
export(loo)
export(predict_history)
export(predict_samples)
export(preprocess_data)
import(Rcpp)
import(methods)
importFrom(boot,inv.logit)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(future,availableCores)
importFrom(glue,glue)
importFrom(loo,extract_log_lik)
importFrom(loo,waic)
importFrom(rlang,.data)
importFrom(rstan,extract)
importFrom(rstan,loo)
importFrom(rstan,sampling)
importFrom(rstantools,bayes_R2)
importFrom(stats,coef)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,data)
useDynLib(bistablehistory, .registration = TRUE)
