<?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: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890967#M44152</link>
    <description>&lt;P&gt;&lt;A href="https://support.sas.com/kb/30/333.html#errinvar" target="_blank"&gt;https://support.sas.com/kb/30/333.html#errinvar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1692963306300.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/87063i968BB1090EF1540F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1692963306300.png" alt="Ksharp_0-1692963306300.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.class alpha;
var weight height age;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 11:34:50 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2023-08-25T11:34:50Z</dc:date>
    <item>
      <title>A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliability</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890803#M44132</link>
      <description>&lt;P&gt;Exactly what the subject line says. Given, for example, a correlation matrix of y1-y6 in text format, read it into sas and use that matrix as input to proc corr to compute the reliability of the scale defined by y1-y6.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890803#M44132</guid>
      <dc:creator>emaguin</dc:creator>
      <dc:date>2023-08-24T15:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890806#M44133</link>
      <description>&lt;P&gt;Reading a correlation matrix should not be any different than reading in any other type of data.&lt;/P&gt;
&lt;P&gt;What is your formula for calculating reliability?&lt;/P&gt;
&lt;P&gt;How would you calculate it from the original data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share an example input dataset and the expected result for that data.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890806#M44133</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-24T15:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890807#M44134</link>
      <description>&lt;P&gt;A correlation matrix cannot be input to PROC CORR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you plan to compute reliability?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890807#M44134</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-08-24T15:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890808#M44135</link>
      <description>&lt;P&gt;Please show the text of your "correlation" matrix.&lt;/P&gt;
&lt;P&gt;Type=Corr data sets have to be of very specific structures we need to see if you even have all of the required elements. You may want to search the online help for "Type=corr datasets" to see the basic details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is likely better to provide the raw data used to make your correlation matrix if available and let Proc Corr make the set or do the analysis on the raw data.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890808#M44135</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-08-24T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890814#M44137</link>
      <description>In her reply, Paige says that proc corr won't take matix input and that is what I thought was true when I looked at the proc corr documentation but I wanted to ask because my sas knowledge would only fill a thimble but one with a hole in it. I know that sas has IML and it can be used to do amazing things, including, I'm sure, computing a reliability coefficient but I don't know how use IML.&lt;BR /&gt;I can do this in spss with two commands: matrix data and reliability (which accepts a matrix data file as well as regular data file as input).&lt;BR /&gt;Thank you for replying.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2023 16:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890814#M44137</guid>
      <dc:creator>emaguin</dc:creator>
      <dc:date>2023-08-24T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890815#M44138</link>
      <description>I thought was true when I looked at the proc corr documentation but I wanted to ask because my sas knowledge would only fill a thimble albeit one with a hole in it. I know that sas has IML and it can be used to do amazing things, including, I'm sure, computing a reliability coefficient but I don't know how use IML.&lt;BR /&gt;I can do this in spss with two commands: matrix data and reliability (which accepts a matrix data file as well as regular data file as input).&lt;BR /&gt;Thank you for replying.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2023 16:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890815#M44138</guid>
      <dc:creator>emaguin</dc:creator>
      <dc:date>2023-08-24T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890825#M44140</link>
      <description>Thanks for pointing out that sas has a corr dataset and many more types as well based on the search you suggested. I understand your point but the format and structure of a sas type=corr data set is that for a matrix dataset in spss and I know to make them, I've made them and am making them. Example A.2+Figure A.3 in that search shows how to do that and the result.&lt;BR /&gt;In her reply, Paige says that proc corr won't take matix input and that is what I thought was true when I looked at the proc corr documentation but I wanted to ask because my sas knowledge would only fill a thimble but one with a hole in it. I know that sas has IML and it can be used to do amazing things, including, I'm sure, computing a reliability coefficient but I don't know how use IML.&lt;BR /&gt;I can do this in spss with two commands: matrix data and reliability (which accepts a matrix data file as well as regular data file as input).&lt;BR /&gt;Thank you for replying.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2023 16:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890825#M44140</guid>
      <dc:creator>emaguin</dc:creator>
      <dc:date>2023-08-24T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: A) read correlation matrix into sas; B) use that matrix as input to proc corr to compute reliabi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890967#M44152</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/kb/30/333.html#errinvar" target="_blank"&gt;https://support.sas.com/kb/30/333.html#errinvar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1692963306300.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/87063i968BB1090EF1540F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1692963306300.png" alt="Ksharp_0-1692963306300.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.class alpha;
var weight height age;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 11:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-read-correlation-matrix-into-sas-B-use-that-matrix-as-input-to/m-p/890967#M44152</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-08-25T11:34:50Z</dc:date>
    </item>
  </channel>
</rss>

