# Generated by roxygen2: do not edit by hand

S3method(accuracy,data.frame)
S3method(accuracy,table)
S3method(ccc,data.frame)
S3method(conf_mat,data.frame)
S3method(conf_mat,table)
S3method(f_meas,default)
S3method(f_meas,table)
S3method(j_index,data.frame)
S3method(j_index,table)
S3method(mae,data.frame)
S3method(mcc,data.frame)
S3method(mcc,table)
S3method(metrics,data.frame)
S3method(mnLogLoss,data.frame)
S3method(npv,data.frame)
S3method(npv,matrix)
S3method(npv,table)
S3method(ppv,data.frame)
S3method(ppv,matrix)
S3method(ppv,table)
S3method(pr_auc,data.frame)
S3method(precision,data.frame)
S3method(precision,table)
S3method(print,conf_mat)
S3method(recall,data.frame)
S3method(recall,table)
S3method(rmse,data.frame)
S3method(roc_auc,data.frame)
S3method(rsq,data.frame)
S3method(rsq_trad,data.frame)
S3method(sens,data.frame)
S3method(sens,table)
S3method(spec,data.frame)
S3method(spec,table)
S3method(summary,conf_mat)
S3method(tidy,conf_mat)
export(accuracy)
export(ccc)
export(conf_mat)
export(f_meas)
export(j_index)
export(mae)
export(mcc)
export(metrics)
export(mnLogLoss)
export(npv)
export(ppv)
export(pr_auc)
export(precision)
export(recall)
export(rmse)
export(roc_auc)
export(rsq)
export(rsq_trad)
export(sens)
export(spec)
importFrom(MLmetrics,PRAUC)
importFrom(broom,tidy)
importFrom(dplyr,bind_cols)
importFrom(dplyr,tibble)
importFrom(pROC,auc)
importFrom(pROC,roc)
importFrom(rlang,abort)
importFrom(rlang,enquo)
importFrom(rlang,exiting)
importFrom(rlang,invoke)
importFrom(rlang,quos)
importFrom(rlang,with_handlers)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,model.matrix)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyselect,vars_pull)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)
