<?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: out of sample prediction standard error and 95% confidence interval in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709608#M218256</link>
    <description>&lt;P&gt;Thank you for your answer. I actually want the standard error and 95% confidence interval for each point estimate for the new data. I have 3 scenario that are out of sample and I use the model to predict the value for these 3 scenario (3 new data) and for each I need the&amp;nbsp;the standard error and 95% confidence interval.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 13:06:38 GMT</pubDate>
    <dc:creator>cedric5</dc:creator>
    <dc:date>2021-01-06T13:06:38Z</dc:date>
    <item>
      <title>out of sample prediction standard error and 95% confidence interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709510#M218192</link>
      <description>&lt;P&gt;I am analyzing growth data to determine if sibling competition affect growth using a GLIMMIX with different class and continuous variables and 2 random effects. I want to predict the out of sample data. I appended the dataset with missing values for the data I want to predict. It seems to be working but how do I get the standard error and the 95% confidence limits for the predicted data.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;proc GLIMMIX data=WORK.stdizedata namelen=200 method=MSPL scoring=3 IC=Q EXPHESSIAN PLOTS=all;&lt;BR /&gt;class hatch_year hatch_area rear_area rear_nest_trt home_or_away&lt;BR /&gt;hatch_nest_breed_ID rear_nest_breed_ID ;&lt;BR /&gt;model SMI_robust = hatch_year hatch_area rear_area rear_nest_trt home_or_away&lt;BR /&gt;d14_rear_nest_brood_size rear_Cs_at_start_of_rearing net_rearing_manipulation&lt;BR /&gt;Date_of_day14 Date_of_day14*hatch_year&lt;BR /&gt;hatch_year*hatch_area hatch_year*rear_area hatch_year*rear_nest_trt hatch_year*home_or_away&lt;BR /&gt;hatch_area*rear_area hatch_area*rear_nest_trt rear_area*rear_nest_trt&lt;BR /&gt;d14_rear_nest_brood_size*rear_Cs_at_start_of_rearing rear_Cs_at_start_of_rearing*net_rearing_manipulation&lt;BR /&gt;/ dist=gamma DDFM=KENWARDROGER solution;&lt;BR /&gt;nloptions maxiter=15000 technique=NRRIDG;&lt;BR /&gt;random intercept / subject=hatch_nest_breed_ID type=UN(1);&lt;BR /&gt;random intercept / subject=rear_nest_breed_ID type=UN(1);&lt;BR /&gt;output out=pred pred=xbeta pred(ilink)=predprob pred(ilink noblup)=fix_predprob;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 21:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709510#M218192</guid>
      <dc:creator>cedric5</dc:creator>
      <dc:date>2021-01-05T21:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: out of sample prediction standard error and 95% confidence interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709547#M218213</link>
      <description>&lt;P&gt;If I understand your question correctly, the list of predicted values will be point estimates. If you want to summarise the predicted values data set, you can use the file in a PROC MEANS procedure (or similar).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A useful summary of PROC GLIMMIX can be found here:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/196-30.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/196-30.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 03:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709547#M218213</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2021-01-06T03:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: out of sample prediction standard error and 95% confidence interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709608#M218256</link>
      <description>&lt;P&gt;Thank you for your answer. I actually want the standard error and 95% confidence interval for each point estimate for the new data. I have 3 scenario that are out of sample and I use the model to predict the value for these 3 scenario (3 new data) and for each I need the&amp;nbsp;the standard error and 95% confidence interval.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 13:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/709608#M218256</guid>
      <dc:creator>cedric5</dc:creator>
      <dc:date>2021-01-06T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: out of sample prediction standard error and 95% confidence interval</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/711446#M219172</link>
      <description>&lt;P&gt;Just to clarify, I want to account for uncertainty arising from residual variance, from the fixed effect coefficients, and also in the variance parameters for the random effects. I want to compute standard errors and 95% confidence intervals around the predictions using bootstrapping methods.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can help?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 13:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-sample-prediction-standard-error-and-95-confidence/m-p/711446#M219172</guid>
      <dc:creator>cedric5</dc:creator>
      <dc:date>2021-01-14T13:24:02Z</dc:date>
    </item>
  </channel>
</rss>

