<?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: Conditional Individual Confidence Interval with Proc Mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/323879#M17114</link>
    <description>&lt;P&gt;Dear Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for you interest to my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that I didn't explained well my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can have CIs from outp= .&lt;/P&gt;&lt;P&gt;But my problem is that I can not have Tolerance Intervals for 'result' variable. I need to estimate the intervals where individual measurements could be found if the experiment would be repeated again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anastasia.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2017 09:18:54 GMT</pubDate>
    <dc:creator>AnastasiaK</dc:creator>
    <dc:date>2017-01-11T09:18:54Z</dc:date>
    <item>
      <title>Conditional Individual Confidence Interval with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/319963#M16912</link>
      <description>&lt;P&gt;I am running SAS proc mixed:&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;=Data;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sample;&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; result= time / &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;=KENWARDROGER &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;s&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;cl&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;E3&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;alphap&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;residual&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;outp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=mixedout;&lt;/FONT&gt;&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;&amp;nbsp;sample /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;s&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I need to calculate Confidence Intervals for individual values for each sample separately.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;We&amp;nbsp; can call these intervals Prediction intervals.&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;With outp= I can obtain only CI's for mean values.&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;Can somebody help me?&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;Thank you in advance,&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;Anastasia.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/319963#M16912</guid>
      <dc:creator>AnastasiaK</dc:creator>
      <dc:date>2016-12-19T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Individual Confidence Interval with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/321323#M16998</link>
      <description>&lt;P&gt;You can get EBLUPs (empirical best linear unbiased predictors) from the solution option on your RANDOM statement. &amp;nbsp;You could add a CL option to get confidence bounds. &amp;nbsp;The outp= only incorporates EBLUPs for repeated factors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 19:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/321323#M16998</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-12-27T19:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Individual Confidence Interval with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/323879#M17114</link>
      <description>&lt;P&gt;Dear Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for you interest to my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that I didn't explained well my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can have CIs from outp= .&lt;/P&gt;&lt;P&gt;But my problem is that I can not have Tolerance Intervals for 'result' variable. I need to estimate the intervals where individual measurements could be found if the experiment would be repeated again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anastasia.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 09:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/323879#M17114</guid>
      <dc:creator>AnastasiaK</dc:creator>
      <dc:date>2017-01-11T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Individual Confidence Interval with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/325118#M17169</link>
      <description>&lt;P&gt;I fear I am missing something. &amp;nbsp;So you want confidence bounds on 'result' at various times for future repetitions at the same random effects? &amp;nbsp;What about shifting to PROC GLIMMIX, where you can use the OUTPUT statement--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;output out=out1 pred(blup ilink)=predicted lcl(blup ilink)=lower ucl(blup ilink)=upper;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should give the blup's and confidence intervals on the original scale.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 20:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Individual-Confidence-Interval-with-Proc-Mixed/m-p/325118#M17169</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2017-01-16T20:13:41Z</dc:date>
    </item>
  </channel>
</rss>

