<?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: resampling with proc GLM (or any analytical proc) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338171#M17837</link>
    <description>&lt;P&gt;Just use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=foo.bar1;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and everything, including the by variable, will be output to foo.bar1.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Mar 2017 05:32:03 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-03-05T05:32:03Z</dc:date>
    <item>
      <title>resampling with proc GLM (or any analytical proc)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338120#M17836</link>
      <description>&lt;P&gt;Hello group:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying something new here and running into the usual programming snafu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;step 1 - use proc surveyselect to create several replicates of a dataset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;step2 - use proc glm and ods to obtain a file of parameter estimates. Here's the code which works without the "by" clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS trace on;&lt;BR /&gt;ods output glm.anova.t2pcl_total.ParameterEstimates=foo.bar1;&lt;BR /&gt;proc glm data=boot1 outstat=foo.bar;&lt;BR /&gt;class cage (ref=first) ceduca (ref=last) cincome crace sex (ref=first);&lt;BR /&gt;model t2pcl_total = sex cage ceduca cincome crace /*_INTO_*/ overall_score /solution;&lt;BR /&gt;weight tot_weight;&lt;BR /&gt;by replicate; /* works without this on a single file */&lt;BR /&gt;run;&lt;BR /&gt;ods trace off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When computing one file the output "glm.anova.t2pcl_total.ParameterEstimates" gets created just fine but with multiple&lt;/P&gt;&lt;P&gt;replicates it creates a path like "glm.bygroup3.anova.t2pcl_total.ParameterEstimates"&amp;nbsp;- this is clear from the trace in the&lt;/P&gt;&lt;P&gt;attached log file. See error message in attached file also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking the answer might lie in macro programming but that's just a guess. Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;OldSASguy100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 15:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338120#M17836</guid>
      <dc:creator>OldSASGuy100</dc:creator>
      <dc:date>2017-03-04T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: resampling with proc GLM (or any analytical proc)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338171#M17837</link>
      <description>&lt;P&gt;Just use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=foo.bar1;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and everything, including the by variable, will be output to foo.bar1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2017 05:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338171#M17837</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-03-05T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: resampling with proc GLM (or any analytical proc)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338245#M17838</link>
      <description>Thanks, worked like a charm.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Sun, 05 Mar 2017 16:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/resampling-with-proc-GLM-or-any-analytical-proc/m-p/338245#M17838</guid>
      <dc:creator>OldSASGuy100</dc:creator>
      <dc:date>2017-03-05T16:05:38Z</dc:date>
    </item>
  </channel>
</rss>

