BookmarkSubscribeRSS Feed
fany
Calcite | Level 5

Hello all, i'm a master's student. I have some variable from SHARE data that i would like to use in my thesis. the data is panel data and my dependent variable is polytomic qualitative variable ( formal care, informal care, mixte care and no care) but i unable to see which procedure can I use in SAS to solve this problem. my question is:

which procedure can i use when I have panel data to make a multinomial regession with qualitative variable.

Your assistance would be greatly appreciated.

 

Thanks,

 

Fany

3 REPLIES 3
cau83
Pyrite | Level 9

I think your question may be more of a statistics question than a SAS question. Do you know what type of statistical model(s) you want to try? Tell us, then we can help with the Proc.

That being said, a possible answer to both is PROC LOGISTIC. I don't know what you mean by polytomic, but if the values you mentioned are ordinal (and i'm guessing they are, with no care being the lowest, up to formal care at the highest) then proc logistic is an option.

fany
Calcite | Level 5

I try to do an unordored multinomial logistic regression model with panel data. my dependents variable have the following modalities: 0=non care; 1= informal care only; 2=formal care only; 3= informal and formal care. I know that in cross-sectional data, we can use proc logistic with option link = glogit.

my question is : which procedure and option can i use to do this regression when i have panel data?

cau83
Pyrite | Level 9

Let me preface this by saying I do not have particular expertise in either logistic regression or working with panel data. That being said... I am not aware of any technical limitation on using logit + panel data. PROC LOGISTIC has a CLASS statement, so you could use your date variable in that statement or just as a continuous independent variable.

 

You should be okay with nominal/unordered data. Per SAS documentation

For nominal response logistic models, where the  possible responses have no natural ordering, the logit model can also be extended to a multinomial model known as a generalized or baseline-category logit model

 

The part I'm least familiar with, this being panel data and potentially needing to track each person, I googled 'sas logit fixed effects' and found this post which mentions using PROC SURVEYLOGISTIC with the STRATA statement. That may be your best next stepl

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

New Learning Events in April

 

Join us for two new fee-based courses: Administrative Healthcare Data and SAS via Live Web Monday-Thursday, April 24-27 from 1:00 to 4:30 PM ET each day. And Administrative Healthcare Data and SAS: Hands-On Programming Workshop via Live Web on Friday, April 28 from 9:00 AM to 5:00 PM ET.

LEARN MORE

Discussion stats
  • 3 replies
  • 1459 views
  • 0 likes
  • 2 in conversation