18 lines
834 B
Markdown
18 lines
834 B
Markdown
# Diagnostics
|
|
|
|
This folder contains the repository diagnostics report for the Scientific Data Data Descriptor. It is generated from the model-ready inputs and the completed model/post-estimation outputs, so it can only be rerun after the estimation workflow has produced party-position, convergence, and validation artifacts.
|
|
|
|
Regenerate from the repository root with:
|
|
|
|
```bash
|
|
Rscript diagnostics/generate_diagnostics.R
|
|
```
|
|
|
|
If model outputs are stored outside the repository root, point the script to them:
|
|
|
|
```bash
|
|
PARTY2D_OUTPUTS_DIR=/path/to/outputs Rscript diagnostics/generate_diagnostics.R
|
|
```
|
|
|
|
Generated files are written to `diagnostics/generated/`. The Markdown and PDF reports are also copied to `data/releases/` for the release bundle. PDF rendering uses R Markdown/Pandoc and requires a LaTeX engine such as `pdflatex`.
|