<?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 Repeated measures in regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400088#M20856</link>
    <description>&lt;P&gt;Dear SAS users and experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have received a mixture data set with repeat analysis results. The mixture contains 3 different ingredients where the sum of fraction ingredients is always equal to 1. On laboratory scale, every sample is measured 3 times on foam properties by the same person (so no subject variation).&lt;/P&gt;
&lt;P&gt;The relation between foam and ingredients ratios can be done using PROC GLM with no intercept (NOINT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Y1,1 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y1,2 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y1,3 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Y2,1 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y2,2 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y2,3 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;X1, x2, x3 are mass fraction ingredients.&lt;/P&gt;
&lt;P&gt;Y1,1 … Y1,2&amp;nbsp;&amp;nbsp; … Y1,3 are the response of mixture 1, measured 3 times.&lt;/P&gt;
&lt;P&gt;Y2,1 … Y2,2&amp;nbsp;&amp;nbsp; … Y2,3 are the response of mixture 2, measured 3 times.&lt;/P&gt;
&lt;P&gt;And so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that we have very limited data set and the idea is to use proc glm with all measured Y values. Alternatively, I can use the mean values of Y for every mixtures but the drawback is that the power of the model becomes less, especially with limited data set. Using repeated measures of Y in the model will expand the data set 3 times and the model will improve a lot. But the possible drawback is that the model quality is too optimistic, derived from very high correlation coefficient. I have the impression that this kind of model is not very realistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question: what is the most appropriate SAS PROC to handle in this kind of situation? PROC GLIMMIX with RANDOM (level is 1,2,3 for every mixture where 1 = measured first time, 2 = measured second time and 3 = measured third time)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cornelis&lt;/P&gt;</description>
    <pubDate>Sun, 01 Oct 2017 06:19:43 GMT</pubDate>
    <dc:creator>Cornelis</dc:creator>
    <dc:date>2017-10-01T06:19:43Z</dc:date>
    <item>
      <title>Repeated measures in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400088#M20856</link>
      <description>&lt;P&gt;Dear SAS users and experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have received a mixture data set with repeat analysis results. The mixture contains 3 different ingredients where the sum of fraction ingredients is always equal to 1. On laboratory scale, every sample is measured 3 times on foam properties by the same person (so no subject variation).&lt;/P&gt;
&lt;P&gt;The relation between foam and ingredients ratios can be done using PROC GLM with no intercept (NOINT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Y1,1 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y1,2 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y1,3 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Y2,1 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y2,2 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;Y2,3 = ax1 + bx2 + cx3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;X1, x2, x3 are mass fraction ingredients.&lt;/P&gt;
&lt;P&gt;Y1,1 … Y1,2&amp;nbsp;&amp;nbsp; … Y1,3 are the response of mixture 1, measured 3 times.&lt;/P&gt;
&lt;P&gt;Y2,1 … Y2,2&amp;nbsp;&amp;nbsp; … Y2,3 are the response of mixture 2, measured 3 times.&lt;/P&gt;
&lt;P&gt;And so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that we have very limited data set and the idea is to use proc glm with all measured Y values. Alternatively, I can use the mean values of Y for every mixtures but the drawback is that the power of the model becomes less, especially with limited data set. Using repeated measures of Y in the model will expand the data set 3 times and the model will improve a lot. But the possible drawback is that the model quality is too optimistic, derived from very high correlation coefficient. I have the impression that this kind of model is not very realistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question: what is the most appropriate SAS PROC to handle in this kind of situation? PROC GLIMMIX with RANDOM (level is 1,2,3 for every mixture where 1 = measured first time, 2 = measured second time and 3 = measured third time)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cornelis&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 06:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400088#M20856</guid>
      <dc:creator>Cornelis</dc:creator>
      <dc:date>2017-10-01T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400227#M20862</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/39747"&gt;@Cornelis&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that we have very limited data set and the idea is to use proc glm with all measured Y values. Alternatively, I can use the mean values of Y for every mixtures but the drawback is that the power of the model becomes less, especially with limited data set.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Using the means is not only required by your design, but it is the only right thing to do.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using repeated measures of Y in the model will expand the data set 3 times and the model will improve a lot.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But it is the wrong thing to do, and it confounds the replication variability with the experimental variability. In other words, the replicates tell you nothing about the experimental variability in your mixtures; they only tell you about the variability of repeat testing. You are going to have to live with the small amount of mixtures that you have.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;My question: what is the most appropriate SAS PROC to handle in this kind of situation?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would use PROC GLM, where the model is specified so that you can compute the experimental variability and the replicate variability — in other words, the replicates are nested within your mixtures and are random. This is equivalent to using the means for the model of mixture-to-mixture differences, and the replicates for the repeat testing variability. PROC GLIMMIX would also work in this situation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 12:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400227#M20862</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-10-02T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures in regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400233#M20863</link>
      <description>&lt;P&gt;Thank you for your kind support and advice.&lt;/P&gt;
&lt;P&gt;You are right, confounding is the effect that will give false positive results.&lt;/P&gt;
&lt;P&gt;Uisng repeat in teh random effect is the best option to build a model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 12:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-in-regression/m-p/400233#M20863</guid>
      <dc:creator>Cornelis</dc:creator>
      <dc:date>2017-10-02T12:37:34Z</dc:date>
    </item>
  </channel>
</rss>

