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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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