<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using more than one dependent variable in the model statement of proc mixed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915409#M360695</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wonder if i can use more than 1&amp;nbsp;&lt;SPAN&gt;dependent variable in the model statement of proc mixed? If so, how could i do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Feb 2024 19:30:30 GMT</pubDate>
    <dc:creator>JessicaM</dc:creator>
    <dc:date>2024-02-10T19:30:30Z</dc:date>
    <item>
      <title>Using more than one dependent variable in the model statement of proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915409#M360695</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wonder if i can use more than 1&amp;nbsp;&lt;SPAN&gt;dependent variable in the model statement of proc mixed? If so, how could i do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 19:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915409#M360695</guid>
      <dc:creator>JessicaM</dc:creator>
      <dc:date>2024-02-10T19:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using more than one dependent variable in the model statement of proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915410#M360696</link>
      <description>&lt;P&gt;From the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_mixed_toc.htm" target="_self"&gt;PROC MIXED documentation&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="aa-stmt"&gt;&lt;A class="aa-stmt" tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_mixed_syntax10.htm" target="_blank" rel="noopener"&gt;MODEL&lt;/A&gt;&lt;/SPAN&gt; &lt;SPAN class="aa-stmtopt"&gt;dependent &lt;SPAN class=" aa-keyword"&gt;=&lt;/SPAN&gt; &amp;lt;fixed-effects&amp;gt; &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It allows you to state a dependent (which is singular, in other words you can have only one) variable in the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Google finds many answers however, this is just one answer found: &lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi23/Stats/p229.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/sugi23/Stats/p229.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 22:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915410#M360696</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-02-10T22:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using more than one dependent variable in the model statement of proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915413#M360698</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Here's an example of &lt;STRONG&gt;PROC GLIMMIX with a&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;bivariate outcome variable&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;SAS/STAT® 15.2 User's Guide&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;The GLIMMIX Procedure&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;Example 51.5 Joint Modeling of Binary and Count Data&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_glimmix_examples08.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_glimmix_examples08.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also do &lt;STRONG&gt;joint models for longitudinal and time-to-event (survival) data&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;You can google and you will find material from the Belgian bio-stat professors Geert Verbeke and Geert Molenberghs (and some of their&amp;nbsp;PhD students).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 22:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-more-than-one-dependent-variable-in-the-model-statement-of/m-p/915413#M360698</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-02-10T22:36:47Z</dc:date>
    </item>
  </channel>
</rss>

