# Generated by roxygen2: do not edit by hand

export(qq_regression)
export(plot_qq_3d)
export(plot_qq_heatmap)
export(plot_qq_contour)
export(plot_qq_correlation)
export(qq_statistics)
export(qq_colorscales)
export(qq_to_matrix)
export(qq_export)

importFrom(quantreg, rq)
importFrom(plotly, plot_ly)
importFrom(plotly, layout)
importFrom(plotly, add_trace)
importFrom(plotly, "%>%")
importFrom(stats, quantile)
importFrom(stats, cor)
importFrom(stats, var)
importFrom(stats, predict)
importFrom(stats, pt)
importFrom(stats, complete.cases)
importFrom(stats, median)
importFrom(stats, sd)
importFrom(utils, write.csv)

S3method(print, qq_regression)
S3method(summary, qq_regression)
S3method(plot, qq_regression)
