<?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: SAS Output :Symbol Interpretation, How do I get a symbol to show significance in output, t-test in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617249#M180834</link>
    <description>&lt;P&gt;Why?&lt;BR /&gt;&lt;BR /&gt;I would recommend not doing this, it isn't worth the effort. The method as mentioned would require you to modify the template and if you changed options in the t-test it may break the template. Also, modifying templates is not an easy task...definitely doable just not recommended. I usually pipe my results into tables and then customize the output for journals and push it straight to PDF or Word.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's some instructions and explanations on how to capture output that is shown. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/307016"&gt;@ttuske&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am running a proc ttest and getting great output. But It isn't exactly what I want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is the output I currently have" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35324iDB1E6CFED03F903F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Current.PNG" alt="This is the output I currently have" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is the output I currently have&lt;/span&gt;&lt;/span&gt;&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;
&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;
&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;
&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;
&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is what I want (DIFFERENCES HIGHLIGHTED)" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35325iB2FEBDC41E06C13C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Want.PNG" alt="This is what I want (DIFFERENCES HIGHLIGHTED)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is what I want (DIFFERENCES HIGHLIGHTED)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want the output to show an * or similar symbol(checkmark or x) when the p-value is greater&lt;/P&gt;
&lt;P&gt;(could work with less then as well)&lt;/P&gt;
&lt;P&gt;than my alpha level.&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;
&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;
&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;
&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;My code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data = work.t_test;
class ax_mcell_email_ibs_pm933;
var ct_bert1_score ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you really want to mess around with the templates, here's an example of PROC FREQ modifications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0404-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0404-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You would need to do something similar for the PROC TTEST templates. If you go down this route, make sure to back up a copy of the template otherwise you'll have destroyed it and all further output could be incorrect.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 16:56:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-01-14T16:56:30Z</dc:date>
    <item>
      <title>SAS Output :Symbol Interpretation, How do I get a symbol to show significance in output, t-test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617226#M180818</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am running a proc ttest and getting great output. But It isn't exactly what I want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is the output I currently have" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35324iDB1E6CFED03F903F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Current.PNG" alt="This is the output I currently have" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is the output I currently have&lt;/span&gt;&lt;/span&gt;&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;&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;&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;&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;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is what I want (DIFFERENCES HIGHLIGHTED)" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35325iB2FEBDC41E06C13C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Want.PNG" alt="This is what I want (DIFFERENCES HIGHLIGHTED)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is what I want (DIFFERENCES HIGHLIGHTED)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want the output to show an * or similar symbol(checkmark or x) when the p-value is greater&lt;/P&gt;&lt;P&gt;(could work with less then as well)&lt;/P&gt;&lt;P&gt;than my alpha level.&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;&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;&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;&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;My code is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data = work.t_test;
class ax_mcell_email_ibs_pm933;
var ct_bert1_score ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 15:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617226#M180818</guid>
      <dc:creator>ttuske</dc:creator>
      <dc:date>2020-01-14T15:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Output :Symbol Interpretation, How do I get a symbol to show significance in output, t-test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617227#M180819</link>
      <description>&lt;P&gt;I think the easiest and fastest way to get this done is to use a text editor, as you seem to have done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make it work inside a program, you'd probably have to change the template used by PROC TTEST, and that's not something worth doing here, in my opinion.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 15:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617227#M180819</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-14T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Output :Symbol Interpretation, How do I get a symbol to show significance in output, t-test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617249#M180834</link>
      <description>&lt;P&gt;Why?&lt;BR /&gt;&lt;BR /&gt;I would recommend not doing this, it isn't worth the effort. The method as mentioned would require you to modify the template and if you changed options in the t-test it may break the template. Also, modifying templates is not an easy task...definitely doable just not recommended. I usually pipe my results into tables and then customize the output for journals and push it straight to PDF or Word.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's some instructions and explanations on how to capture output that is shown. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/307016"&gt;@ttuske&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am running a proc ttest and getting great output. But It isn't exactly what I want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is the output I currently have" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35324iDB1E6CFED03F903F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Current.PNG" alt="This is the output I currently have" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is the output I currently have&lt;/span&gt;&lt;/span&gt;&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;
&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;
&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;
&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;
&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="This is what I want (DIFFERENCES HIGHLIGHTED)" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35325iB2FEBDC41E06C13C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output_Want.PNG" alt="This is what I want (DIFFERENCES HIGHLIGHTED)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is what I want (DIFFERENCES HIGHLIGHTED)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want the output to show an * or similar symbol(checkmark or x) when the p-value is greater&lt;/P&gt;
&lt;P&gt;(could work with less then as well)&lt;/P&gt;
&lt;P&gt;than my alpha level.&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;
&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;
&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;
&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;My code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data = work.t_test;
class ax_mcell_email_ibs_pm933;
var ct_bert1_score ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you really want to mess around with the templates, here's an example of PROC FREQ modifications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0404-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0404-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You would need to do something similar for the PROC TTEST templates. If you go down this route, make sure to back up a copy of the template otherwise you'll have destroyed it and all further output could be incorrect.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 16:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Output-Symbol-Interpretation-How-do-I-get-a-symbol-to-show/m-p/617249#M180834</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-14T16:56:30Z</dc:date>
    </item>
  </channel>
</rss>

