Using Poisson regression with a log link (PROC GENMOD, SAS), we modeled 30-day readmission counts among 1,200 patients, offset by log(length of stay). Predictors included age, Charlson score, and discharge disposition. The model showed good fit (deviance/df = 1.02). Older age (IRR = 1.03 per year; 95% CI: 1.01–1.05) and higher Charlson score (IRR = 1.21 per point; 1.12–1.31) significantly increased readmission rates. Discharge to home health was protective (IRR = 0.82; 0.71–0.95). No overdispersion detected. Results suggest targeting high‑comorbidity older patients for transitional care.
GenMod uses a lightweight JSON-based model to define “reduced” pedigrees and generate rank scores. Outputs are often or .tsv files that can be loaded into visualization tools like IGV or Savant . genmod work
Genmod work is also green technology.
Analyzing binary outcomes (success/failure) or rates of occurrence using Logistic or Poisson regression. Using Poisson regression with a log link (PROC
: Adds various crops like Cabbage , Corn , Mushrooms , Soybeans , and Sugarcane . It also includes a detailed Fishing system with different methods like rods, nets, and traps. Mechanical Adjustments : Older age (IRR = 1
proc genmod data=my_data; class group_var; model outcome = group_var predictor / dist=poisson link=log; /* Optional: Create a dataset of parameter estimates for further reporting */ ods output ParameterEstimates=my_estimates; run;
© 2026 Nachwuchsstiftung Maschinenbau gGmbH