Package: agriDQ 0.1.3
agriDQ: Data Quality Checks and Statistical Assumption Testing for Agricultural Experiments
Provides a comprehensive pipeline for data quality checks and statistical assumption diagnostics in agricultural experimental data. Functions cover outlier detection using Interquartile Range (IQR) fence, Z-score, modified Z-score (Hampel identifier), Grubbs test and Dixon Q-test with consensus flagging; missing data pattern analysis and mechanism classification (Missing Completely At Random/Missing At Random/Missing Not At Random (MCAR/MAR/MNAR)) via Little's test; normality testing using Shapiro-Wilk, Anderson-Darling, Kolmogorov-Smirnov, Lilliefors, Pearson chi-square and Jarque-Bera tests; homogeneity of variance via Bartlett, Levene and Fligner-Killeen tests; independence of errors via Durbin-Watson, Breusch-Godfrey and Wald-Wolfowitz runs tests; experimental design validation for Completely Randomised Design (CRD), Randomised Complete Block Design (RCBD), Latin Square Design (LSD) and factorial designs; qualitative variable consistency checks; and automated HyperText Markup Language (HTML) report generation. Designed to align with Findable, Accessible, Interoperable and Reusable (FAIR) data principles. Methods follow Gomez and Gomez (1984, ISBN:978-0471870920) and Montgomery (2017, ISBN:978-1119492443).
Authors:
agriDQ_0.1.3.tar.gz
agriDQ_0.1.3.zip(r-4.7)agriDQ_0.1.3.zip(r-4.6)agriDQ_0.1.3.zip(r-4.5)
agriDQ_0.1.3.tgz(r-4.6-any)agriDQ_0.1.3.tgz(r-4.5-any)
agriDQ_0.1.3.tar.gz(r-4.7-any)agriDQ_0.1.3.tar.gz(r-4.6-any)
agriDQ_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
agriDQ/json (API)
NEWS
| # Install 'agriDQ' in R: |
| install.packages('agriDQ', repos = c('https://sadikulislamiasri-hub.r-universe.dev', 'https://cloud.r-project.org')) |
- agri_trial - Simulated wheat variety trial dataset
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:eb751ad5c6. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 195 | ||
| linux-release-x86_64 | OK | 145 | ||
| macos-release-arm64 | OK | 164 | ||
| macos-oldrel-arm64 | OK | 138 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 83 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 119 |
Exports:check_designcheck_homogeneitycheck_independencecheck_missingcheck_normalitycheck_outlierscheck_outliers_mvcheck_qualitativeclassify_missinggenerate_dq_reportrun_dq_pipelinestandardise_labels
Dependencies:abindbackportsbootbroomcarcarDataclicolorspacecowplotcpp11curlDerivdoBydplyrfarverforecastFormulafracdiffgenericsggplot2gluegtableisobandjsonlitelabelinglatticelifecyclelme4lmtestmagrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamodelrnlmenloptrnnetnortestnumDerivpbkrtestpillarpkgconfigpurrrquadprogquantmodquantregR6rbibutilsRColorBrewerRcppRcppArmadilloRcppEigenRdpackreformulasrlangS7scalesSparseMstringdiststringistringrsurvivaltibbletidyrtidyselecttimeDatetseriesTTRurcautf8vctrsviridisLitewithrxtszoo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Simulated wheat variety trial dataset (RCBD) | agri_trial |
| Validate experimental design structure and balance | check_design |
| Test homogeneity of variance across treatment groups | check_homogeneity |
| Test independence of residuals / errors | check_independence |
| Analyse missing data patterns and classify missingness mechanism | check_missing |
| Comprehensive normality testing for agricultural experimental data | check_normality |
| Univariate outlier detection for agricultural experimental data | check_outliers |
| Multivariate outlier detection using Mahalanobis distance | check_outliers_mv |
| Check quality of categorical / qualitative variables | check_qualitative |
| Classify missingness mechanism per variable using logistic regression | classify_missing |
| Generate an automated HTML data quality report | generate_dq_report |
| Print an agriDQ_result object | print.agriDQ_result |
| Run the complete data quality pipeline | run_dq_pipeline |
| Standardise categorical labels in a data frame | standardise_labels |
