<?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: Bootstrapping a CI or Std Error in a Mixed Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/622898#M30002</link>
    <description>&lt;P&gt;Everything you ever wanted to know about bootstrapping in SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 23:28:53 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-06T23:28:53Z</dc:date>
    <item>
      <title>Bootstrapping a CI or Std Error in a Mixed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/622881#M30001</link>
      <description>&lt;P&gt;I'm using a mixed model with multiple random and fixed effects (REML) and continuous y and I would like to try using bootstrapping to get more accurate CI or SE values since even with transformation or BoxCox my y-data are not always normal.&amp;nbsp; I don't find a proc to do this.&amp;nbsp; Can someone help?&amp;nbsp; I am quite familiar with JMP 14 and use SAS 7.154 a little bit.&amp;nbsp; Thanks.&amp;nbsp; Here's the code I'm starting with:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=phenoall;
  class hyb n pd loc;
  model nce=hyb n pd n*hyb pd*hyb n*pd;
  random loc block(loc) pass(loc) loc*n loc*hyb;
  lsmeans hyb / adjust=tukey;
run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/622881#M30001</guid>
      <dc:creator>Daisy2</dc:creator>
      <dc:date>2020-02-06T21:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping a CI or Std Error in a Mixed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/622898#M30002</link>
      <description>&lt;P&gt;Everything you ever wanted to know about bootstrapping in SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 23:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/622898#M30002</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-06T23:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping a CI or Std Error in a Mixed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/626580#M30132</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; Just curious, does the bootstrapping give you better SE for the fixed effects or the random effects?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 23:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bootstrapping-a-CI-or-Std-Error-in-a-Mixed-Model/m-p/626580#M30132</guid>
      <dc:creator>Daisy2</dc:creator>
      <dc:date>2020-02-21T23:30:13Z</dc:date>
    </item>
  </channel>
</rss>

