<?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: producing journal quality statistical tables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83957#M4069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ODS one can create a table with almost any format and style you like. It does take a bit of time to learn the process. Here is a good explanation:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/091-2008.pdf" title="http://www2.sas.com/proceedings/forum2008/091-2008.pdf"&gt;http://www2.sas.com/proceedings/forum2008/091-2008.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other helpful paper:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf" title="http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf"&gt;http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 13:09:11 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2013-05-23T13:09:11Z</dc:date>
    <item>
      <title>producing journal quality statistical tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83954#M4066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is not so much about a statistical procedure as producing journal quality statistical tables using SAS output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using SAS for the past two years and everytime after manipulating my data and getting the results, producing good quality statistical tables is always a challenge. For example, using proc reg or proc GML to produce a journal quality statistical table is quite cumbersome. What I do now is when I get to this last stage of my empirical work, I switch to STATA and with little effort, I can produce a table that I can cut and paste into a word document for my paper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched on this forum and in the web for articles or discussions about this topic, but I don't seem to find anything. Am I missing something? Is SAS easy to use for producing journal quality statistical tables? Although I use ODS a little bit, I am certainly not an expert. At the moment, all my outputs are either excel or html using ODS, but they take a huge amount of editing to get to journal quality level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone enlighten me or pass me some links that talk about this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 08:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83954#M4066</guid>
      <dc:creator>iank131</dc:creator>
      <dc:date>2013-05-23T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: producing journal quality statistical tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83955#M4067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A nice overview of ODS graphicsis is in the papers at &lt;A class="active_link" href="http://support.sas.com/resources/papers/tnote/ods_graph.html#ods" title="http://support.sas.com/resources/papers/tnote/ods_graph.html#ods"&gt;ODS Graphics and Graphing Technical Papers&lt;/A&gt;, with my favorite overview being&lt;/P&gt;&lt;P&gt;Rodriguez, (2011): &lt;A href="http://support.sas.com/resources/papers/76822_ODSGraph2011.pdf" title="http://support.sas.com/resources/papers/76822_ODSGraph2011.pdf"&gt;http://support.sas.com/resources/papers/76822_ODSGraph2011.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Some presentation tips are at &lt;A href="http://support.sas.com/resources/papers/proceedings10/237-2010.pdf" title="http://support.sas.com/resources/papers/proceedings10/237-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/237-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't specify what your issue is, but I assume that you just want more control over teh output, including the ability to add titles, reference lines, and so forth.&amp;nbsp; There are two apporaches:&lt;/P&gt;&lt;P&gt;1) For minor changes to ODS output from a procedure, use the ODS Graphics Editor (p. 9 of Rodriguez 2011). A step-by-step example is available at &lt;A href="http://blogs.sas.com/content/iml/2012/08/06/change-a-plot-title-by-using-the-ods-graphics-editor/" title="http://blogs.sas.com/content/iml/2012/08/06/change-a-plot-title-by-using-the-ods-graphics-editor/"&gt; Change a plot title by using the ODS Graphics Editor - The DO Loop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) For more complex designs, I tell the procedure to output the results, and then use SGPLOT or SGPANEL to create the graphic. Most procedures have an OUTPUT statement an OUT= data set, or some other way to output predicted values, residual values, etc. You can also get data directly from ODS graphics that are produced (see &lt;A href="http://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics/" title="http://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics/"&gt; How to get data values out of ODS graphics - The DO Loop&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a shot. If you can get part of the way, posting more details to this forum will help answer remaining issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83955#M4067</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-23T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: producing journal quality statistical tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83956#M4068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you clarify whether you are referring to the tabular output from various stat procedures or statistics tables inside the graphs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 12:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83956#M4068</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-05-23T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: producing journal quality statistical tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83957#M4069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ODS one can create a table with almost any format and style you like. It does take a bit of time to learn the process. Here is a good explanation:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/091-2008.pdf" title="http://www2.sas.com/proceedings/forum2008/091-2008.pdf"&gt;http://www2.sas.com/proceedings/forum2008/091-2008.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other helpful paper:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf" title="http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf"&gt;http://www.nesug.org/proceedings/nesug03/ad/ad001.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83957#M4069</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2013-05-23T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: producing journal quality statistical tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83958#M4070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. My mind was read "graphics" but your words said "tables." &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/producing-journal-quality-statistical-tables/m-p/83958#M4070</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-23T13:36:05Z</dc:date>
    </item>
  </channel>
</rss>

