Files in mi2-warsaw/auditor
Model Audit - Verification, Validation, and Error Analysis

.Rbuildignore
.gitattributes
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/test-coverage.yaml
.gitignore
DESCRIPTION
NAMESPACE
NEWS.md R/audit.R R/auditorData.R R/check_residuals.R R/model_cooksdistance.R R/model_evaluation.R R/model_halfnormal.R R/model_performance.R R/model_residual.R R/plot.R R/plotD3.R R/plotD3_acf.R R/plotD3_autocorrelation.R R/plotD3_cooksdistance.R R/plotD3_halfnormal.R R/plotD3_lift.R R/plotD3_prediction.R R/plotD3_rec.R R/plotD3_residual.R R/plotD3_roc.R R/plotD3_rroc.R R/plotD3_scalelocation.R R/plot_acf.R R/plot_autocorrelation.R R/plot_cooksdistance.R R/plot_correlation.R R/plot_halfnormal.R R/plot_lift.R R/plot_pca.R R/plot_prc.R R/plot_prediction.R R/plot_radar.R R/plot_rec.R R/plot_residual.R R/plot_residual_boxplot.R R/plot_residual_density.R R/plot_roc.R R/plot_rroc.R R/plot_scalelocation.R R/plot_tsecdf.R R/print.R R/score.R R/score_F1.R R/score_acc.R R/score_auc.R R/score_auprc.R R/score_cooksdistance.R R/score_dw.R R/score_gini.R R/score_halfnormal.R R/score_mae.R R/score_mse.R R/score_peak.R R/score_precision.R R/score_r2.R R/score_rec.R R/score_recall.R R/score_rmse.R R/score_rroc.R R/score_runs.R R/score_specificity.R R/support_function_plot.R R/support_function_score.R R/theme_drwhy.R README.md
_pkgdown.yml
auditor.Rproj
codecov.yml
data/auditorData.rda
inst/CITATION
inst/WORDLIST
inst/d3js/colorsDrWhy.js
inst/d3js/d3-tip.js
inst/d3js/hackHead.js
inst/d3js/plotACFMany.js
inst/d3js/plotAutocorrelationMany.js
inst/d3js/plotAutocorrelationSingle.js
inst/d3js/plotCooksDistanceMany.js
inst/d3js/plotCooksDistanceSingle.js
inst/d3js/plotHalfNormalMany.js
inst/d3js/plotLIFT.js
inst/d3js/plotREC.js
inst/d3js/plotROC.js
inst/d3js/plotRROC.js
inst/d3js/plotScatterMany.js
inst/d3js/plotScatterSingle.js
inst/d3js/themeDrWhy.css
man/audit.Rd man/auditorData.Rd man/check_residuals.Rd man/check_residuals_autocorrelation.Rd man/check_residuals_outliers.Rd man/check_residuals_trend.Rd
man/figures/demo.png
man/figures/logo.png
man/model_cooksdistance.Rd man/model_evaluation.Rd man/model_halfnormal.Rd man/model_performance.Rd man/model_residual.Rd man/plot.Rd man/plotD3.Rd man/plotD3_acf.Rd man/plotD3_autocorrelation.Rd man/plotD3_cooksdistance.Rd man/plotD3_halfnormal.Rd man/plotD3_lift.Rd man/plotD3_prediction.Rd man/plotD3_rec.Rd man/plotD3_residual.Rd man/plotD3_roc.Rd man/plotD3_rroc.Rd man/plotD3_scalelocation.Rd man/plot_acf.Rd man/plot_autocorrelation.Rd man/plot_cooksdistance.Rd man/plot_correlation.Rd man/plot_halfnormal.Rd man/plot_lift.Rd man/plot_pca.Rd man/plot_prediction.Rd man/plot_radar.Rd man/plot_rec.Rd man/plot_residual.Rd man/plot_residual_boxplot.Rd man/plot_residual_density.Rd man/plot_roc.Rd man/plot_rroc.Rd man/plot_scalelocation.Rd man/plot_tsecdf.Rd man/print.auditor_model_cooksdistance.Rd man/print.auditor_model_evaluation.Rd man/print.auditor_model_halfnormal.Rd man/print.auditor_model_performance.Rd man/print.auditor_model_residual.Rd man/print.auditor_score.Rd man/score.Rd man/score_acc.Rd man/score_auc.Rd man/score_auprc.Rd man/score_cooksdistance.Rd man/score_dw.Rd man/score_f1.Rd man/score_gini.Rd man/score_halfnormal.Rd man/score_mae.Rd man/score_mse.Rd man/score_one_minus_acc.Rd man/score_one_minus_auc.Rd man/score_one_minus_auprc.Rd man/score_one_minus_f1.Rd man/score_one_minus_gini.Rd man/score_one_minus_precision.Rd man/score_one_minus_recall.Rd man/score_one_minus_specificity.Rd man/score_peak.Rd man/score_precision.Rd man/score_r2.Rd man/score_rec.Rd man/score_recall.Rd man/score_rmse.Rd man/score_rroc.Rd man/score_runs.Rd man/score_specificity.Rd
materials/auditor2.png
materials/auditorLogo.png
materials/auditor_cheatsheet.pdf
materials/auditor_cheatsheet.png
materials/auditor_cheatsheet_ROC.png
materials/demo.png
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
tests/testthat.R tests/testthat/objects_for_tests.R tests/testthat/test_checks.R tests/testthat/test_errors.R tests/testthat/test_plotD3.R tests/testthat/test_plotsR.R tests/testthat/test_scores.R vignettes/model_evaluation_audit.Rmd vignettes/model_fit_audit.Rmd vignettes/model_performance_audit.Rmd vignettes/model_residuals_audit.Rmd vignettes/observation_influence_audit.Rmd
mi2-warsaw/auditor documentation built on Oct. 31, 2023, 1:28 a.m.