Data Audit
Run a compact but explicit audit of the active dataset.
- Start with
stata_inspect_data(action="describe")andstata_inspect_data(action="summary"). - Use targeted
codebook,search, andstata_runchecks for key variables or suspicious patterns. - Report concrete issues, not generic reassurance.
Read references/checklist.md for the full audit checklist and recommended output format.