<?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 Interpreting proc surveyfreq output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809843#M81779</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say I run a survey among 5 people asking if someone uses SAS. For each person I can assign weight to reflect importance of each person for the population. Now I want to obtain number of people in the population using SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
	input id sas w;
	datalines;
	1 1 0.2
	2 0 0.05
	3 1 0.1
	4 1 0.95
	5 0 0.6
	;
run;

proc surveyfreq data = have;
	tables sas;
	weight w;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you tell me which number in the output gives me the answer? Is it 65.7895% * 5 (weighted percentage multiplied by total number of observations)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: obviously&amp;nbsp;65.7895% * 5 is wrong. I meant&amp;nbsp;65.7895% * number of observations in the population&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 12:16:05 GMT</pubDate>
    <dc:creator>chris2377</dc:creator>
    <dc:date>2022-04-26T12:16:05Z</dc:date>
    <item>
      <title>Interpreting proc surveyfreq output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809843#M81779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say I run a survey among 5 people asking if someone uses SAS. For each person I can assign weight to reflect importance of each person for the population. Now I want to obtain number of people in the population using SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
	input id sas w;
	datalines;
	1 1 0.2
	2 0 0.05
	3 1 0.1
	4 1 0.95
	5 0 0.6
	;
run;

proc surveyfreq data = have;
	tables sas;
	weight w;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you tell me which number in the output gives me the answer? Is it 65.7895% * 5 (weighted percentage multiplied by total number of observations)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: obviously&amp;nbsp;65.7895% * 5 is wrong. I meant&amp;nbsp;65.7895% * number of observations in the population&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809843#M81779</guid>
      <dc:creator>chris2377</dc:creator>
      <dc:date>2022-04-26T12:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting proc surveyfreq output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809850#M81780</link>
      <description>&lt;P&gt;That is&amp;nbsp; correct (the edited value)..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809850#M81780</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-04-26T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting proc surveyfreq output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809851#M81781</link>
      <description>Thanks a lot!</description>
      <pubDate>Tue, 26 Apr 2022 12:20:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpreting-proc-surveyfreq-output/m-p/809851#M81781</guid>
      <dc:creator>chris2377</dc:creator>
      <dc:date>2022-04-26T12:20:20Z</dc:date>
    </item>
  </channel>
</rss>

