ACRO
ACRO copied to clipboard
Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0)
1. acro init needs to pass through the options to python (also affects the ability to specify risk appetite file) in line 262 - Commented lines (254 till 260) in...
The changes that were included in the code to handle the differences between Staat16 and Stata17 are: 1. The words `contents` in Stata 16 is now replaced by `statistic` in...
When margins=True option is passed to crosstab, the content of some unsafe cell is reveled. code version = 0.4.5 (updated 2024-03-04 (2273a3a15d72a) Tested with notebooks/acro_demo_v2.ipynb ``` acro.suppress = True safe_table...
Refactoring the function create_crosstab_masks in acro_table. Looking at the levels of indentation and the numbers of lines in this method near where you calculate threshold masks etc., (lines 742 onwards)...
The category choice may itself reveal information. For example, if a histogram for male wages goes from £4.50 to £10, but the corresponding histogram for females goes £4.00 to £10,...
- [ ] walkthroughs - [ ] links to SDC contents - [ ] videos and docs - [ ] better worked examples for python - [ ] better worked...