BookmarkSubscribeRSS Feed
JessicaM
Calcite | Level 5

Hi everyone,

 

I am wonder if i can use more than 1 dependent variable in the model statement of proc mixed? If so, how could i do that?

 

Thank you!!

2 REPLIES 2
PaigeMiller
Diamond | Level 26

From the PROC MIXED documentation:

 

MODEL dependent = <fixed-effects> </ options>;

 

It allows you to state a dependent (which is singular, in other words you can have only one) variable in the MODEL statement.

 

Google finds many answers however, this is just one answer found: https://support.sas.com/resources/papers/proceedings/proceedings/sugi23/Stats/p229.pdf

--
Paige Miller
sbxkoenk
SAS Super FREQ

Here's an example of PROC GLIMMIX with a bivariate outcome variable:

 

SAS/STAT® 15.2 User's Guide

The GLIMMIX Procedure

Example 51.5 Joint Modeling of Binary and Count Data

https://go.documentation.sas.com/doc/en/statug/15.2/statug_glimmix_examples08.htm

 

You can also do joint models for longitudinal and time-to-event (survival) data.

You can google and you will find material from the Belgian bio-stat professors Geert Verbeke and Geert Molenberghs (and some of their PhD students).

 

Koen

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 877 views
  • 2 likes
  • 3 in conversation