Jenner compatibility tests for 2 script(s)#5
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds a jenner-check/ directory with two self-contained bundles built from the lrt_strat_cox_ph macro's stratified Cox PH steps (single-stratum and multi-strata reduced models with TYPE1 sequential tests), each captured from a passing run on the Jenner API, plus the mac/linux/windows/SAS runners. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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. The stratified Cox PH models your
%lrt_strat_cox_phmacro builds run on it unmodified — this PR adds a couple of compatibility bundles so you can see for yourself.This adds a
jenner-check/directory with two self-contained bundles plus a small runner:Each is built from your macro's reduced-model step on a small mock survival cohort shaped like the README
addictsexample. Run them withcd jenner-check && ./run_jenner.sh --all, or paste eitherscript.sasinto the hosted workspace.I enjoyed reading this one — pulling the likelihood ratio test out of two stratified PROC PHREG calls into a single tidy macro call is a genuinely useful bit of plumbing, and the way the multi-strata update threads the
|interaction terms through%scanis clean. Theputblock that renders the LRT summary table is a nice touch too.Merge it, close it, or ignore it — no response expected. To opt out of any future PRs, reply with
no-more-prsanywhere in a comment, or open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
jenneranalytics.com
linkedin.com/in/lwsinclair/