Skip to content

Jenner compatibility tests for 3 scripts#2

Open
lwsinclair wants to merge 1 commit into
georgheinze:masterfrom
lwsinclair:jenner-check/initial-bundles
Open

Jenner compatibility tests for 3 scripts#2
lwsinclair wants to merge 1 commit into
georgheinze:masterfrom
lwsinclair:jenner-check/initial-bundles

Conversation

@lwsinclair

Copy link
Copy Markdown

Jenneranalytics.com bietet eine API, die SAS-Code ausführt – mit Unterstützung für mehr als 200 SAS-Prozeduren. Sie können es auch mit Anthropic Claude Code AI in einer kollaborativen Arbeitsumgebung nutzen. Es ist für Mac im Apple App Store erhältlich sowie per Lizenz für Windows und Linux. Ihr SAS-Code hier läuft damit direkt – dieser PR fügt drei Kompatibilitätsbündel hinzu, damit Sie das selbst ausprobieren können.

Der neue Ordner jenner-check/ enthält drei ausführbare Skripte aus diesem Repository: das Standard-Poisson-Modell (t001_genmod_poisson), die Firth/FLAC-Korrektur aus flacpoisson.sas (t002_flacpoisson) sowie die Bayes'sche Datenanreicherung aus dataugpoisson.sas (t003_dataugpoisson). Alle drei laufen über cd jenner-check && ./run_jenner.sh --all; alternativ steht die Jenner-API auf jenneranalytics.com zur Verfügung.

Besonders gefällt mir, wie präzise die Implementierung der FLAC-Korrektur gelöst ist – die iterative Anpassung über den Hut-Matrix-Diagonal ist sehr elegant und der Unterschied zwischen den verschiedenen Penalisierungsstrategien (ML, Firth, FLAC, DatAug) im Kontext kleiner Stichproben liegt damit nachvollziehbar auf der Hand.

Gerne mergen, schließen oder ignorieren – keine Antwort erwartet. Um keine weiteren PRs zu erhalten, genügt ein Kommentar mit no-more-prs oder ein Issue mit dem Titel jenner-check: opt out.

English version

Jenneranalytics.com provides an API that runs SAS code, with support for more than 200 SAS procedures. You can also use it with Anthropic Claude Code AI in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux. Your SAS code here runs on it unmodified — this PR adds three compatibility bundles so you can see for yourself.

The new jenner-check/ folder contains three runnable scripts from this repository: the standard Poisson model (t001_genmod_poisson), the Firth/FLAC correction from flacpoisson.sas (t002_flacpoisson), and the Bayesian data augmentation from dataugpoisson.sas (t003_dataugpoisson). All three run via cd jenner-check && ./run_jenner.sh --all; the Jenner API is also available at jenneranalytics.com.

The precision of the FLAC correction implementation is particularly elegant — the iterative adjustment via the hat-matrix diagonal makes the penalization approach very clear, and the comparison across ML, Firth, FLAC, and DatAug in small-sample settings comes through directly.

Feel free to merge, close, or ignore — no response expected. To stop receiving PRs like this, comment no-more-prs on this PR or open an issue titled jenner-check: opt out.

Bundles derived from the PoissonF implant dentistry analysis:
- t001_genmod_poisson: plain PROC GENMOD Poisson regression
- t002_flacpoisson: Firth/FLAC iterative correction (from flacpoisson.sas)
- t003_dataugpoisson: Bayesian data augmentation (from dataugpoisson.sas)

All three bundles pass the Jenner API with exit_code=0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant