<?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 How do you output individual growth parameters in proc mixed? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-output-individual-growth-parameters-in-proc-mixed/m-p/143625#M7539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to output the growth parameters for each "class1213" into an output dataset.&amp;nbsp; What syntax should I use?&amp;nbsp; (The one I have here is not correct, apparently.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=two;&lt;/P&gt;&lt;P&gt;class class1213;&lt;/P&gt;&lt;P&gt;model cld1 = time/solution ddfm=bw notest;&lt;/P&gt;&lt;P&gt;random intercept time/subject=class1213 type=un;&lt;/P&gt;&lt;P&gt;ods output class1213 time;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 16:08:43 GMT</pubDate>
    <dc:creator>rdsilver_umd_edu</dc:creator>
    <dc:date>2013-11-14T16:08:43Z</dc:date>
    <item>
      <title>How do you output individual growth parameters in proc mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-output-individual-growth-parameters-in-proc-mixed/m-p/143625#M7539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to output the growth parameters for each "class1213" into an output dataset.&amp;nbsp; What syntax should I use?&amp;nbsp; (The one I have here is not correct, apparently.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=two;&lt;/P&gt;&lt;P&gt;class class1213;&lt;/P&gt;&lt;P&gt;model cld1 = time/solution ddfm=bw notest;&lt;/P&gt;&lt;P&gt;random intercept time/subject=class1213 type=un;&lt;/P&gt;&lt;P&gt;ods output class1213 time;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 16:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-output-individual-growth-parameters-in-proc-mixed/m-p/143625#M7539</guid>
      <dc:creator>rdsilver_umd_edu</dc:creator>
      <dc:date>2013-11-14T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do you output individual growth parameters in proc mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-output-individual-growth-parameters-in-proc-mixed/m-p/143626#M7540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=two;&lt;/P&gt;&lt;P&gt;class class1213;&lt;/P&gt;&lt;P&gt;model cld1 = time/solution ddfm=bw notest;&lt;/P&gt;&lt;P&gt;random intercept time/subject=class1213 type=un solution;&lt;/P&gt;&lt;P&gt;ods output SolutionR=wanted_dataset;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the documentation, this should be what you need.&amp;nbsp; Beware that the standard errors are not the standard errors of the estimates, but are of the difference between the estimate and the random effect parameter(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-you-output-individual-growth-parameters-in-proc-mixed/m-p/143626#M7540</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-11-15T17:24:59Z</dc:date>
    </item>
  </channel>
</rss>

