# Generated by roxygen2: do not edit by hand

S3method(blp,choicer_mnl)
S3method(blp,choicer_mxl)
S3method(coef,choicer_fit)
S3method(diversion_ratios,choicer_mnl)
S3method(diversion_ratios,choicer_mxl)
S3method(elasticities,choicer_mnl)
S3method(elasticities,choicer_mxl)
S3method(logLik,choicer_fit)
S3method(nobs,choicer_fit)
S3method(predict,choicer_mnl)
S3method(predict,choicer_mxl)
S3method(print,choicer_fit)
S3method(print,choicer_mc)
S3method(print,choicer_mc_asymptotics)
S3method(print,choicer_mc_summary)
S3method(print,choicer_recovery)
S3method(print,choicer_sim)
S3method(print,summary.choicer_mnl)
S3method(print,summary.choicer_mxl)
S3method(print,summary.choicer_nl)
S3method(recovery_table,choicer_fit)
S3method(recovery_table,choicer_mc)
S3method(summary,choicer_mc)
S3method(summary,choicer_mnl)
S3method(summary,choicer_mxl)
S3method(summary,choicer_nl)
S3method(vcov,choicer_fit)
export(blp)
export(blp_contraction)
export(build_var_mat)
export(diversion_ratios)
export(elasticities)
export(get_halton_normals)
export(jacobian_vech_Sigma)
export(mc_asymptotics)
export(mnl_diversion_ratios_parallel)
export(mnl_elasticities_parallel)
export(mnl_loglik_gradient_parallel)
export(mnl_loglik_hessian_parallel)
export(mnl_predict)
export(mnl_predict_shares)
export(monte_carlo)
export(mxl_bhhh_parallel)
export(mxl_blp_contraction)
export(mxl_diversion_ratios_parallel)
export(mxl_elasticities_parallel)
export(mxl_hessian_parallel)
export(mxl_loglik_gradient_parallel)
export(mxl_predict)
export(mxl_predict_shares)
export(new_choicer_sim)
export(nl_loglik_gradient_parallel)
export(nl_loglik_numeric_hessian)
export(prepare_mnl_data)
export(prepare_mxl_data)
export(prepare_nl_data)
export(recovery_table)
export(run_mnlogit)
export(run_mxlogit)
export(run_nestlogit)
export(simulate_mnl_data)
export(simulate_mxl_data)
export(simulate_nl_data)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(nloptr,nloptr)
importFrom(randtoolbox,halton)
importFrom(stats,coef)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,vcov)
useDynLib(choicer, .registration = TRUE)
