<?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 Re: Proc mixed G matrix (random intercept) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395984#M20671</link>
    <description>sorry, the actual syntax:&lt;BR /&gt;model depression =&lt;BR /&gt;&lt;BR /&gt;financial_stress personal_rel_stress&lt;BR /&gt;other_stress VPA age&lt;BR /&gt;with_both_parents&lt;BR /&gt;&lt;BR /&gt;fin_stress_M perso_stress_M other_stress_M VPA_M age_M&lt;BR /&gt;&lt;BR /&gt;female mother_university ln_density_house&lt;BR /&gt;self_esteem parent_born_canada&lt;BR /&gt;&lt;BR /&gt;/solution ddfm = bw residual ;</description>
    <pubDate>Thu, 14 Sep 2017 15:40:49 GMT</pubDate>
    <dc:creator>mahmood</dc:creator>
    <dc:date>2017-09-14T15:40:49Z</dc:date>
    <item>
      <title>Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395927#M20662</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to everyone. I have&amp;nbsp;a question on Proc mixed:&amp;nbsp;I am using&amp;nbsp;longitudinal/panel data. I have a random intercept model and the G matrix I am getting &lt;STRONG&gt;&lt;FONT color="#993300"&gt;shows (only) row one for the first ID. Is this correct? How can I explain this? &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Estimated G Matrix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Row&amp;nbsp;&amp;nbsp;&amp;nbsp; Effect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NEW_PIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; Intercept&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1448&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395927#M20662</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T14:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395952#M20664</link>
      <description>&lt;P&gt;Please post the code that you are using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is&amp;nbsp;your output from a table or from a data set?&lt;/P&gt;
&lt;P&gt;You say "first.ID", is this for a computation that includes BY group processing? Does the log provide any information, such as the model did not converge except for the first BY group?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 15:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395952#M20664</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-09-14T15:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395960#M20665</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Hi, following is the code. x1, x2, x3 are time-variant; x1_mean x2_mean x3_mean are individual mean over time; z are time-invariant.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;mixed&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = reg_fin_1 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noitprint&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; PLOTS(MAXPOINTS= &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;20000000000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;ID ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; _imputation_ ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;Y_i,t = x1_i,t x2_i,t x3_i,t x1_mean x2_mean x3_mean z1 z2 z3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;solution&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ddfm&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = bw &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;residual&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;random&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;subject&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; =&amp;nbsp;ID &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = un &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;solution&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;g&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;output&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; solutionF=mxparms3 ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 15:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395960#M20665</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395967#M20667</link>
      <description>converged well; no warning or notice on the log</description>
      <pubDate>Thu, 14 Sep 2017 15:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395967#M20667</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395973#M20669</link>
      <description>NEW_PIN is the ID</description>
      <pubDate>Thu, 14 Sep 2017 15:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395973#M20669</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T15:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395979#M20670</link>
      <description>&lt;P&gt;I don't understand your syntax. What are the commas doing in the MODEL statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;Y_i&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;t = x1_i&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;t x2_i&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;t x3_i&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;t&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 15:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395979#M20670</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-09-14T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395984#M20671</link>
      <description>sorry, the actual syntax:&lt;BR /&gt;model depression =&lt;BR /&gt;&lt;BR /&gt;financial_stress personal_rel_stress&lt;BR /&gt;other_stress VPA age&lt;BR /&gt;with_both_parents&lt;BR /&gt;&lt;BR /&gt;fin_stress_M perso_stress_M other_stress_M VPA_M age_M&lt;BR /&gt;&lt;BR /&gt;female mother_university ln_density_house&lt;BR /&gt;self_esteem parent_born_canada&lt;BR /&gt;&lt;BR /&gt;/solution ddfm = bw residual ;</description>
      <pubDate>Thu, 14 Sep 2017 15:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395984#M20671</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395986#M20672</link>
      <description>on previous syntax: i is individual, and t = time</description>
      <pubDate>Thu, 14 Sep 2017 15:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/395986#M20672</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-14T15:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mixed G matrix (random intercept)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/396451#M20681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the G matrix only prints for the first observation. However, for the R matrix we can select which observations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahid Mahmood&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-G-matrix-random-intercept/m-p/396451#M20681</guid>
      <dc:creator>mahmood</dc:creator>
      <dc:date>2017-09-15T19:08:28Z</dc:date>
    </item>
  </channel>
</rss>

