Jenner compatibility test for CONSORT Analysis.sas - #1
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds jenner-check/ with one compatibility bundle derived from CONSORT Analysis.sas (enrollment frequencies, sex*treatment crosstab, age summary by treatment) plus the run_jenner runner.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
CONSORT Analysis.sasruns on it directly — this PR adds a smalljenner-check/folder with a compatibility bundle built from that program so you can see it for yourself.The bundle (
jenner-check/t001_consort_enrollment_summary/) runs your enrollment analysis on the program's own inline data: the screening/randomization/treatment frequencies, the sex-by-treatment crosstab, and the age summary by treatment arm. To run it:cd jenner-check && ./run_jenner.sh --all(it posts each bundle to the hosted API and checks the result; you can also paste the script into the workspace at jenneranalytics.com).I liked that the repo carries the same CONSORT analysis in SAS, R, Stata, and Python side by side — a genuinely useful way to teach the workflow, and the self-contained sample data makes the SAS version run as-is.
No response needed — merge, close, or ignore as you like. To opt out of any future PRs like this, reply with
no-more-prsor open an issue titledjenner-check: opt out.