SAS Health and Life Sciences

Health care analytics, drug development, real-world evidence, and more
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

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