<?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 Proc GLM using a template in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-GLM-using-a-template/m-p/594289#M170709</link>
    <description>&lt;P&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;The following code modifies the format for R square.&amp;nbsp;I would like to also change formats for coefficient of variation, root mean square and y mean.&amp;nbsp;I am not sure what those variables are called&amp;nbsp;in the GLM template. Where can I find this information and what are those variable names?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt;Mary A. Marion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS CODE:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit Stat.glm.FitStatistics;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; notes "One-row table of fit statistics";&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dynamic yname;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; column RSquare ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; define RSquare;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; header = "R-Square";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 5.3;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;end;&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, 05 Oct 2019 20:06:29 GMT</pubDate>
    <dc:creator>MaryA_Marion</dc:creator>
    <dc:date>2019-10-05T20:06:29Z</dc:date>
    <item>
      <title>Proc GLM using a template</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-GLM-using-a-template/m-p/594289#M170709</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;The following code modifies the format for R square.&amp;nbsp;I would like to also change formats for coefficient of variation, root mean square and y mean.&amp;nbsp;I am not sure what those variables are called&amp;nbsp;in the GLM template. Where can I find this information and what are those variable names?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt;Mary A. Marion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS CODE:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit Stat.glm.FitStatistics;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; notes "One-row table of fit statistics";&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dynamic yname;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; column RSquare ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; define RSquare;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; header = "R-Square";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 5.3;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;end;&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, 05 Oct 2019 20:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-GLM-using-a-template/m-p/594289#M170709</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2019-10-05T20:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM using a template</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-GLM-using-a-template/m-p/594292#M170712</link>
      <description>&lt;P&gt;To see the template, run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
source Stat.GLM.FitStatistics;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are planning to edit the templates, please read the chapter in the SAS/STAT doc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the Output Delivery System&lt;/P&gt;
&lt;P&gt;---&amp;gt; &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_ods_overview18.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;Controlling Output Appearance with Templates&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2019 20:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-GLM-using-a-template/m-p/594292#M170712</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-10-05T20:26:19Z</dc:date>
    </item>
  </channel>
</rss>

