<?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: request for survey data anlysis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25108#M5664</link>
    <description>Thanks to you both for your kind response.&lt;BR /&gt;
reg. forst question , I have 1500 responses just quoted from 1-5 for  satisfied and 1-6 for informed.&lt;BR /&gt;
I mean i need to group them how many 1s,2s.... for satisfied and same for the informed and then plot the graph&lt;BR /&gt;
&lt;BR /&gt;
please guide me the right way to do</description>
    <pubDate>Wed, 03 Nov 2010 12:50:05 GMT</pubDate>
    <dc:creator>ssas</dc:creator>
    <dc:date>2010-11-03T12:50:05Z</dc:date>
    <item>
      <title>request for survey data anlysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25105#M5661</link>
      <description>Hi all,&lt;BR /&gt;
Could any one guide me steps for analysing my survey data&lt;BR /&gt;
I want to find the correlation between two variable using scatterplot&lt;BR /&gt;
data is like this&lt;BR /&gt;
satisfied   informed&lt;BR /&gt;
2  3&lt;BR /&gt;
1 2&lt;BR /&gt;
6  5&lt;BR /&gt;
3 4&lt;BR /&gt;
3 1 &lt;BR /&gt;
2  2&lt;BR /&gt;
 where 1 - very well satisfied/informed&lt;BR /&gt;
2- well satisfied/informed&lt;BR /&gt;
and so onn&lt;BR /&gt;
please correct me if i am wrong&lt;BR /&gt;
1. find the frequencies of both satisfoed and informed ( how many   1's,2's... in each category using proc freq)&lt;BR /&gt;
2. need to plot on graph and find the Rsquare value&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance</description>
      <pubDate>Fri, 29 Oct 2010 10:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25105#M5661</guid>
      <dc:creator>ssas</dc:creator>
      <dc:date>2010-10-29T10:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: request for survey data anlysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25106#M5662</link>
      <description>ods html;&lt;BR /&gt;
   ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
   title 'Fish Measurement Data';&lt;BR /&gt;
   proc corr data=fish1 nomiss plots=matrix;&lt;BR /&gt;
      var Height Width Length3 Weight3;&lt;BR /&gt;
    run;&lt;BR /&gt;
&lt;BR /&gt;
   ods graphics off;&lt;BR /&gt;
   ods html close;&lt;BR /&gt;
&lt;BR /&gt;
From Proc Corr doc., ex 1.7&lt;BR /&gt;
&lt;BR /&gt;
However, this is for continuous data and your data is categorical.  Check also proc freq with the measures option</description>
      <pubDate>Fri, 29 Oct 2010 18:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25106#M5662</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-29T18:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: request for survey data anlysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25107#M5663</link>
      <description>Hi.&lt;BR /&gt;
tjeller is right.Your data is ordinal categorical data ,better to use proc freq' measure options.&lt;BR /&gt;
and what is your meaning at the first question?Does say the frequencies of each group of the satisfoed and informed? then use list option.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc freq data=sashelp.class;&lt;BR /&gt;
 tables sex*name /list;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 01 Nov 2010 04:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25107#M5663</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-11-01T04:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: request for survey data anlysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25108#M5664</link>
      <description>Thanks to you both for your kind response.&lt;BR /&gt;
reg. forst question , I have 1500 responses just quoted from 1-5 for  satisfied and 1-6 for informed.&lt;BR /&gt;
I mean i need to group them how many 1s,2s.... for satisfied and same for the informed and then plot the graph&lt;BR /&gt;
&lt;BR /&gt;
please guide me the right way to do</description>
      <pubDate>Wed, 03 Nov 2010 12:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/request-for-survey-data-anlysis/m-p/25108#M5664</guid>
      <dc:creator>ssas</dc:creator>
      <dc:date>2010-11-03T12:50:05Z</dc:date>
    </item>
  </channel>
</rss>

