
Proc GEE (Multinominal Outcome) - Estimate Statement
Sep 9, 2024 · Hi, I'm running proc gee for a multinominal outcome (0 1 2 3 4, with ref = 0). I would like to find the odds ratio for a continuous predictor using the Estimate ...
multinominal logistic regression prediction - SAS Communities
Dec 14, 2018 · Hi, I am trying to use proc logit to predict a multinomial variable (polyshaptria) with 3 levels (1,2,3). The code is as follow: proc logistic data=triathlon_pct; class polyshaptria; …
Goodness of Fit Multinomial SURVEYLOGISTIC - SAS Communities
Apr 8, 2025 · Hi all, I’m currently working on a multinomial logistic regression using surveylogistic procedure. I’d like to assess the goodness-of-fit of the model. I noticed the output includes a …
Forward Selection Process with Multinominal Response Variable
Nov 21, 2024 · Solved: Hi everyone! Hope my title makes sense! I'm trying to build a code using forward selection process that has a multinomial response variable!
Solved: zero-inflated multinomial data - SAS Communities
Oct 10, 2024 · Solved: Dear SAS Community, I am trying to analyze multinomial dependent variables that have mostly zeroes. When I analyze these variables includíng
Bayesian Multinomial Model for Ordinal Data - SAS Communities
Dec 13, 2023 · Overview This example illustrates how to fit a Bayesian multinomial model by using the built-in mutinomial density function (MULTINOM) in the MCMC procedure for …
Unbalanced data, Using Weight in Multinomial Regression Model
Feb 19, 2024 · Hi, I am conducting a multinomial regression analysis with the outcome variable being membership class. The membership classes include group 1 (high trajectory over time, …
multinomial logistic regression - SAS Support Communities
Nov 11, 2023 · Hi all, I am trying to do a multinomial logistic regression for a study with 3 categories dependent variable (SDMSCORE) and 4 categories independent variable …
Estimate statement in PROC GEE for multinomial outcome
Jun 10, 2022 · Hello, I'm fitting a multinomial regression using PROC GEE because I have repeated measures. I have an interaction in my model, so I need to use
Goodness of Fit for Multinominal regression - SAS Communities
Aug 24, 2017 · Hey all, so if i am using a multinominal procedure (proc logistic with Class), how shall i test the goodness of fit? i suppose they are not the same as the binary logistic …