<?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: Issues bootstrapping GLM or GENMOD in UE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275541#M58574</link>
    <description>&lt;P&gt;I agree with you, NOPRINT and OUTEST should be the standard options for any generalized model, however they&amp;nbsp;are not available for the most important procedures like glm and genmod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;ods output &lt;/STRONG&gt;for&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;storing the result may be good enough for one replication but using it in a &lt;STRONG&gt;by&lt;/STRONG&gt; process is not efficient.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case,&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Beside JACKBOOT macro, you are able to do bootstrap analysis by using &lt;STRONG&gt;surveyselect&lt;/STRONG&gt; with &lt;STRONG&gt;reps&lt;/STRONG&gt; options to generate the resamples or by a &lt;STRONG&gt;datastep&lt;/STRONG&gt; program. Next you are able to use &lt;STRONG&gt;by&lt;/STRONG&gt; processing to estimate the parameters for each replications.&lt;/LI&gt;&lt;LI&gt;For linear model you should use &lt;STRONG&gt;proc reg&amp;nbsp;&lt;/STRONG&gt;which supports NOPRINT and OUTEST.&lt;/LI&gt;&lt;LI&gt;For generalized model you should use &lt;STRONG&gt;proc catmod&amp;nbsp;&lt;/STRONG&gt;which supports NOPRINT and OUTES.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 00:53:21 GMT</pubDate>
    <dc:creator>sinmathstat</dc:creator>
    <dc:date>2016-06-07T00:53:21Z</dc:date>
    <item>
      <title>Issues bootstrapping GLM or GENMOD in UE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275536#M58573</link>
      <description>&lt;P&gt;I was trying to bootstrap GLM and GENMOD output using the JACBOOT.SAS macro, specifically in University Edition. I hit several several snags!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Neither procedure has "OUTEST=" type code to output parameters.&lt;/LI&gt;
&lt;LI&gt;Fine, you say: simply use ODS OUTPUT to get the parameters. But, what do I do about the 10,000 sets of sequential HTML output?
&lt;UL&gt;
&lt;LI&gt;NOPRINT is not an option as, of course, ODS OUTPUT can't operate with NOPRINT (and, p.s., PROC GENMOD also bizzarly doesn't do NOPRINT...).&lt;/LI&gt;
&lt;LI&gt;Neither is ODS RESULTS OFF or the like an option, which is my goto solution if all else fails in these situations, because University Edition doesn't allow ODS HTML to close either.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I am currently stumped. Any thoughts out there? Am I missing something &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 22:54:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275536#M58573</guid>
      <dc:creator>GregLee</dc:creator>
      <dc:date>2016-06-06T22:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issues bootstrapping GLM or GENMOD in UE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275541#M58574</link>
      <description>&lt;P&gt;I agree with you, NOPRINT and OUTEST should be the standard options for any generalized model, however they&amp;nbsp;are not available for the most important procedures like glm and genmod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;ods output &lt;/STRONG&gt;for&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;storing the result may be good enough for one replication but using it in a &lt;STRONG&gt;by&lt;/STRONG&gt; process is not efficient.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case,&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Beside JACKBOOT macro, you are able to do bootstrap analysis by using &lt;STRONG&gt;surveyselect&lt;/STRONG&gt; with &lt;STRONG&gt;reps&lt;/STRONG&gt; options to generate the resamples or by a &lt;STRONG&gt;datastep&lt;/STRONG&gt; program. Next you are able to use &lt;STRONG&gt;by&lt;/STRONG&gt; processing to estimate the parameters for each replications.&lt;/LI&gt;&lt;LI&gt;For linear model you should use &lt;STRONG&gt;proc reg&amp;nbsp;&lt;/STRONG&gt;which supports NOPRINT and OUTEST.&lt;/LI&gt;&lt;LI&gt;For generalized model you should use &lt;STRONG&gt;proc catmod&amp;nbsp;&lt;/STRONG&gt;which supports NOPRINT and OUTES.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 00:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275541#M58574</guid>
      <dc:creator>sinmathstat</dc:creator>
      <dc:date>2016-06-07T00:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues bootstrapping GLM or GENMOD in UE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275547#M58576</link>
      <description>&lt;P&gt;ods select none;&lt;/P&gt;
&lt;P&gt;ods output .............&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 01:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275547#M58576</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-07T01:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issues bootstrapping GLM or GENMOD in UE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275661#M58582</link>
      <description>&lt;P&gt;Perhaps these articles will help:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;A href="http://blogs.sas.com/content/iml/2013/05/24/turn-off-ods-for-simulations.html" target="_self"&gt;"Turn off ODS when running simulations in SAS"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;A href="http://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html" target="_self"&gt;"What is the best way to suppress ODS output in SAS?"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issues-bootstrapping-GLM-or-GENMOD-in-UE/m-p/275661#M58582</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-07T13:39:09Z</dc:date>
    </item>
  </channel>
</rss>

