<?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: Cronbach's coefficient alpha in questionnaire research in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558989#M33702</link>
    <description>It's the last link in the previous message (GitHub) above.</description>
    <pubDate>Wed, 15 May 2019 15:00:37 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-05-15T15:00:37Z</dc:date>
    <item>
      <title>Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558129#M33669</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I intended to verify the effectiveness of a questionnaire in the SAS Guide through PROC CORR but I do not know how to start could give me some hint since this questionnaire has several answers that can go from scales from 0 to 5, such as answers of agree I do not agree .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is attached a part of the questionnaire in an attempt to be more accurate in the question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 14:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558129#M33669</guid>
      <dc:creator>habitusantos</dc:creator>
      <dc:date>2019-05-12T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558175#M33670</link>
      <description>Which portion do you need help with, methodology or coding? You first need to determine the methodology and then the code is pretty easy to develop. &lt;BR /&gt;&lt;BR /&gt;Cronbach Alpha is via PROC FREQ, and using PROC CORR for data that's categorical can be problematic.</description>
      <pubDate>Mon, 13 May 2019 02:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558175#M33670</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-13T02:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558562#M33688</link>
      <description>Hi Reeza,&lt;BR /&gt;Thanks for answering me . My urgent need it's essentially about the methodology because i have categorical data and it's not simple to convert it in numerical data.&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 14 May 2019 08:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558562#M33688</guid>
      <dc:creator>habitusantos</dc:creator>
      <dc:date>2019-05-14T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558648#M33696</link>
      <description>Recoding character to numeric is easy enough. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/creating-and-recoding-variables-in-sas/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/creating-and-recoding-variables-in-sas/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you need to do it for many:&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/seminars/sas-arrays/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/seminars/sas-arrays/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Personally I'm a fan of formats, but that may be more complicated at the moment.  You also need to show us what you need/want. Right now you've posted some data and a fairly vague question so if it's not specific enough you won't get answers. &lt;BR /&gt;&lt;BR /&gt;I have a macro I use for survey/categorical data that may be helpful? Only if you have a single variable you want to analyze, otherwise PROC FREQ or SURVEYFREQ or TABULATE are what you want to be looking into.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/0ff46bbd76bcc101e40945816b232303" target="_blank"&gt;https://gist.github.com/statgeek/0ff46bbd76bcc101e40945816b232303&lt;/A&gt;</description>
      <pubDate>Tue, 14 May 2019 15:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558648#M33696</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-14T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558828#M33700</link>
      <description>Hi Reeza again,&lt;BR /&gt;thank you for helping me you have given me several clues to my problem but I think that the macro for the survey with categorical data would be very useful. Could you me pass? Thank you very much one more time</description>
      <pubDate>Wed, 15 May 2019 07:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558828#M33700</guid>
      <dc:creator>habitusantos</dc:creator>
      <dc:date>2019-05-15T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558989#M33702</link>
      <description>It's the last link in the previous message (GitHub) above.</description>
      <pubDate>Wed, 15 May 2019 15:00:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/558989#M33702</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-15T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cronbach's coefficient alpha in questionnaire research</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/559165#M33703</link>
      <description>Thanks a lot for your help</description>
      <pubDate>Wed, 15 May 2019 21:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cronbach-s-coefficient-alpha-in-questionnaire-research/m-p/559165#M33703</guid>
      <dc:creator>habitusantos</dc:creator>
      <dc:date>2019-05-15T21:08:59Z</dc:date>
    </item>
  </channel>
</rss>

