<?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 getting the output from proc corr in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520986#M73399</link>
    <description>&lt;P&gt;Hello members,&lt;/P&gt;
&lt;P&gt;I only want the Cronbach coefficient alpha output (as below) from proc corr. How should I do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Corr: Cronbach Coefficient Alpha" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="2" scope="colgroup"&gt;Cronbach&amp;nbsp;Coefficient&amp;nbsp;Alpha&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l b header" scope="col"&gt;Variables&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Alpha&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;Raw&lt;/TD&gt;
&lt;TD class="r data"&gt;0.751385&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;Standardized&lt;/TD&gt;
&lt;TD class="r data"&gt;
&lt;P&gt;0.757465&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Dec 2018 20:29:27 GMT</pubDate>
    <dc:creator>TX_STAR</dc:creator>
    <dc:date>2018-12-12T20:29:27Z</dc:date>
    <item>
      <title>getting the output from proc corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520986#M73399</link>
      <description>&lt;P&gt;Hello members,&lt;/P&gt;
&lt;P&gt;I only want the Cronbach coefficient alpha output (as below) from proc corr. How should I do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Corr: Cronbach Coefficient Alpha" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="2" scope="colgroup"&gt;Cronbach&amp;nbsp;Coefficient&amp;nbsp;Alpha&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l b header" scope="col"&gt;Variables&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Alpha&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;Raw&lt;/TD&gt;
&lt;TD class="r data"&gt;0.751385&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;Standardized&lt;/TD&gt;
&lt;TD class="r data"&gt;
&lt;P&gt;0.757465&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520986#M73399</guid>
      <dc:creator>TX_STAR</dc:creator>
      <dc:date>2018-12-12T20:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: getting the output from proc corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520987#M73400</link>
      <description>&lt;P&gt;Do you want it in a data set or in a report?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520987#M73400</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-12T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: getting the output from proc corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520992#M73401</link>
      <description>&lt;P&gt;How to do both in a data set and a report?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520992#M73401</guid>
      <dc:creator>TX_STAR</dc:creator>
      <dc:date>2018-12-12T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: getting the output from proc corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520994#M73402</link>
      <description>&lt;P&gt;Add &lt;STRONG&gt;ods output&amp;nbsp;CronbachAlpha=CronbachAlpha;&amp;nbsp;&lt;/STRONG&gt;to your PROC CORR code like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Fish1 (drop=HtPct WidthPct);
   title 'Fish Measurement Data';
   input Weight Length3 HtPct WidthPct @@;
   Weight3= Weight**(1/3);
   Height=HtPct*Length3/100;
   Width=WidthPct*Length3/100;
   datalines;
242.0 30.0 38.4 13.4     290.0 31.2 40.0 13.8
340.0 31.1 39.8 15.1     363.0 33.5 38.0 13.3
430.0 34.0 36.6 15.1     450.0 34.7 39.2 14.2
500.0 34.5 41.1 15.3     390.0 35.0 36.2 13.4
450.0 35.1 39.9 13.8     500.0 36.2 39.3 13.7
475.0 36.2 39.4 14.1     500.0 36.2 39.7 13.3
500.0 36.4 37.8 12.0        .  37.3 37.3 13.6
600.0 37.2 40.2 13.9     600.0 37.2 41.5 15.0
700.0 38.3 38.8 13.8     700.0 38.5 38.8 13.5
610.0 38.6 40.5 13.3     650.0 38.7 37.4 14.8
575.0 39.5 38.3 14.1     685.0 39.2 40.8 13.7
620.0 39.7 39.1 13.3     680.0 40.6 38.1 15.1
700.0 40.5 40.1 13.8     725.0 40.9 40.0 14.8
720.0 40.6 40.3 15.0     714.0 41.5 39.8 14.1
850.0 41.6 40.6 14.9    1000.0 42.6 44.5 15.5
920.0 44.1 40.9 14.3     955.0 44.0 41.1 14.3
925.0 45.3 41.4 14.9     975.0 45.9 40.6 14.7
950.0 46.5 37.9 13.7
;

ods graphics on;
title 'Fish Measurement Data';
proc corr data=fish1 nomiss alpha plots=matrix;
   var Weight3 Length3 Height Width;
   ods output CronbachAlpha=CronbachAlpha;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/520994#M73402</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-12T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: getting the output from proc corr</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/521000#M73403</link>
      <description>Thank you. It worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 12 Dec 2018 20:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-output-from-proc-corr/m-p/521000#M73403</guid>
      <dc:creator>TX_STAR</dc:creator>
      <dc:date>2018-12-12T20:47:56Z</dc:date>
    </item>
  </channel>
</rss>

