Package: assesslite 0.4.0

Heidi Andersén
assesslite: AssessLite: Test What Your Analysis Depends On
Structural assumption assessment for causal analysis. Makes the invariance assumptions behind a result explicit, attacks them with transformation tests (unit permutation, cluster holdout, temporal split, subgroup stability), returns three-way verdicts (stable, unstable, not resolvable), and exports the reasoning path as a durable audit record. AssessLite is the product, structural_audit() runs the assessment, and write_audit() writes the audit record. Sibling to 'recoverlite': recoverlite asks whether a method can recover the quantity it estimates; AssessLite asks what a result depends on and whether it survives the violation of those assumptions. R implementation of the AssessLite core specification v0.1. Records claim-to-source support, never truth: a stable verdict means the conclusion survived the attacks that were run, at the precision the data allowed.
Authors:
assesslite_0.4.0.tar.gz
assesslite_0.4.0.zip(r-4.7)assesslite_0.4.0.zip(r-4.6)assesslite_0.4.0.zip(r-4.5)
assesslite_0.4.0.tgz(r-4.6-any)assesslite_0.4.0.tgz(r-4.5-any)
assesslite_0.4.0.tar.gz(r-4.7-any)assesslite_0.4.0.tar.gz(r-4.6-any)
assesslite_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
assesslite/json (API)
| # Install 'assesslite' in R: |
| install.packages('assesslite', repos = c('https://heidihelena.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/heidihelena/assesslite/issues
Last updated from:278c394b0f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 162 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | OK | 137 | ||
| macos-release-arm64 | OK | 101 | ||
| macos-oldrel-arm64 | OK | 77 | ||
| windows-devel | OK | 198 | ||
| windows-release | OK | 96 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 113 |
Exports:assume_invarianceassumption_latticedecidedeclare_graphinvariance_vocabularyreject_invariancerender_reportstructural_audittest_invariancewrite_audit
Dependencies:jsonlite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assume an invariance: the analysis relies on it and it should be attacked | assume_invariance |
| Build the pooling assumption lattice | assumption_lattice |
| Apply the decision rules to a tested audit | decide |
| Declare a causal DAG for the graph_check and adjustment_check attacks | declare_graph |
| Canonical invariance identifiers (core spec v0.1) | invariance_vocabulary |
| Reject an invariance: the analyst asserts it does not hold here | reject_invariance |
| Render the audit as a self-contained HTML report | render_report |
| Declare the structure of a causal analysis and open its audit | structural_audit |
| Run attacks against the declared invariances | test_invariance |
| Write the audit to a JSON file conforming to the core audit schema | write_audit |