<?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: Adding comments to bottom of table in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/811015#M33888</link>
    <description>&lt;P&gt;Using the footnote statement before the procedure creating the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote 'The class of 1999';

proc print data=sashelp.class;
run;

footnote;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 02 May 2022 08:46:54 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2022-05-02T08:46:54Z</dc:date>
    <item>
      <title>Adding comments to bottom of table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/810773#M33880</link>
      <description>&lt;P&gt;How would I be able to do this at the bottom of my tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"....after all coefficients,&lt;BR /&gt;that says “State, Occupation, and Industry Controls?” and for each model that has such controls&lt;BR /&gt;put “Yes” in the corresponding column (and “No” otherwise)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;": Number of Obs. (number of observations used in that regression), Adjusted R-squared,&lt;BR /&gt;and the F-statistics related to the overall significance of variables included in each model (call it&lt;BR /&gt;“Overall Significance”)."&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 04:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/810773#M33880</guid>
      <dc:creator>ccherrub</dc:creator>
      <dc:date>2022-04-30T04:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding comments to bottom of table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/810786#M33881</link>
      <description>&lt;PRE&gt;
ods rtf file="&amp;amp;path.report.rtf" style=_journal  ;
proc report data=output nowd spanrows style(header)={font_style=roman just=l fontsize=0.38cm}
 style(report)={outputwidth=100% cellpadding=0 cellspacing=0} style(column)={just=l  fontsize=0.38cm }
;
columns label project  test placebo ;
define label/group style(header)={just=l} ;
define project/group style(header)={just=l} order=data;
define test/group style(header)={just=l} "试验组/(N=&amp;amp;n_sub_t.)";
define placebo/group style(header)={just=l} "对照组/(N=&amp;amp;n_sub_p.)";
run;
ods text="(*ESC*)S={fontsize=0.38cm fontfamily='MYingHei_18030_C-Medium' asis=on}人口学资料";

ods rtf close;
&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Apr 2022 10:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/810786#M33881</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-04-30T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding comments to bottom of table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/811015#M33888</link>
      <description>&lt;P&gt;Using the footnote statement before the procedure creating the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote 'The class of 1999';

proc print data=sashelp.class;
run;

footnote;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 May 2022 08:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-comments-to-bottom-of-table/m-p/811015#M33888</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-05-02T08:46:54Z</dc:date>
    </item>
  </channel>
</rss>

