# Generated by roxygen2: do not edit by hand

S3method(autoplot,rankingQ_output)
S3method(plot,rankingQ_output)
S3method(print,summary.rankingQ_output)
S3method(summary,rankingQ_output)
S3method(tidy,rankingQ_output)
export(add_ipw_weights)
export(avg_rank)
export(imprr_direct)
export(imprr_direct_rcpp)
export(imprr_weights)
export(imprr_weights_boot)
export(item_to_rank)
export(ordinal_seq)
export(permn_augment)
export(plot_avg_ranking)
export(plot_dist_ranking)
export(rank_longer)
export(rank_wider)
export(recover_recorded_responses)
export(rpluce)
export(stratified_avg)
export(table_to_tibble)
export(unbiased_correct_prop)
export(uniformity_test)
importFrom(Rcpp,sourceCpp)
importFrom(combinat,permn)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(estimatr,lm_robust)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(rlang,"!!")
importFrom(rlang,set_names)
importFrom(stats,chisq.test)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_wider_position)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,matches)
useDynLib(rankingQ, .registration = TRUE)
