<?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: SAS Beginer- Clarity required on the below in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581919#M13768</link>
    <description>&lt;P&gt;I need to know why proc univariate is used in this code? and how histogram works in this code?&lt;/P&gt;</description>
    <pubDate>Sat, 17 Aug 2019 12:03:43 GMT</pubDate>
    <dc:creator>Deepak13</dc:creator>
    <dc:date>2019-08-17T12:03:43Z</dc:date>
    <item>
      <title>SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581474#M13683</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain what is the actual purpose of proc univariate and histogram codes in the below program, I have tired to find clarity in google but it lead to further confusions. Could anyone please explain this in simple words.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data grades;&lt;BR /&gt;input Name &amp;amp; $14. Gender : $1. Section : $3. ExamGrade1 @@;&lt;BR /&gt;datalines;&lt;BR /&gt;Abdallah F Mon 46&lt;BR /&gt;Anderson M Wed 75&lt;BR /&gt;Aziz F Wed 67&lt;BR /&gt;Bayer M Wed 77&lt;BR /&gt;Bhatt M Fri 79&lt;BR /&gt;Blair F Fri 70&lt;BR /&gt;Bledsoe F Mon 63&lt;BR /&gt;Boone M Wed 58&lt;BR /&gt;Burke F Mon 63&lt;BR /&gt;Chung M Wed 85&lt;BR /&gt;Cohen F Fri 89&lt;BR /&gt;Drew F Mon 49&lt;BR /&gt;Dubos M Mon 41&lt;BR /&gt;Elliott F Wed 85&lt;BR /&gt;Farmer F Wed 58&lt;BR /&gt;Franklin F Wed 59&lt;BR /&gt;Freeman F Mon 79&lt;BR /&gt;Friedman M Mon 58&lt;BR /&gt;Gabriel M Fri 75&lt;BR /&gt;Garcia M Mon 79&lt;BR /&gt;Harding M Mon 49&lt;BR /&gt;Hazelton M Mon 55&lt;BR /&gt;Hinton M Fri 85&lt;BR /&gt;Hung F Fri 98&lt;BR /&gt;Jacob F Wed 64&lt;BR /&gt;Janeway F Wed 51&lt;BR /&gt;Jones F Mon 39&lt;BR /&gt;Jorgensen M Mon 63&lt;BR /&gt;Judson F Fri 89&lt;BR /&gt;Kuhn F Mon 89&lt;BR /&gt;LeBlanc F Fri 70&lt;BR /&gt;Lee M Fri 48&lt;BR /&gt;Litowski M Fri 85&lt;BR /&gt;Malloy M Wed 79&lt;BR /&gt;Meyer F Fri 85&lt;BR /&gt;Nichols M Mon 58&lt;BR /&gt;Oliver F Mon 41&lt;BR /&gt;Park F Mon 77&lt;BR /&gt;Patel M Wed 73&lt;BR /&gt;Randleman F Wed 46&lt;BR /&gt;Robinson M Fri 64&lt;BR /&gt;Shien M Wed 55&lt;BR /&gt;Simonson M Wed 62&lt;BR /&gt;Smith N M Wed 71&lt;BR /&gt;Smith R M Mon 79&lt;BR /&gt;Sullivan M Fri 77&lt;BR /&gt;Swift M Wed 63&lt;BR /&gt;Wolfson F Fri 79&lt;BR /&gt;Wong F Fri 89&lt;BR /&gt;Zabriski M Fri 89&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data= grades;&lt;BR /&gt;histogram examgrade1;&lt;BR /&gt;title 'introductory Chemistry Exam Scores';&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581474#M13683</guid>
      <dc:creator>Deepak13</dc:creator>
      <dc:date>2019-08-15T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581479#M13686</link>
      <description>&lt;P&gt;Are you asking what a histogram is or what PROC UNIVARATE does?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581479#M13686</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-15T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581482#M13688</link>
      <description>&lt;P&gt;To examine the distribution of the variable examgrade1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/272660"&gt;@Deepak13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain what is the actual purpose of proc univariate and histogram codes in the below program, I have tired to find clarity in google but it lead to further confusions. Could anyone please explain this in simple words.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data grades;&lt;BR /&gt;input Name &amp;amp; $14. Gender : $1. Section : $3. ExamGrade1 @@;&lt;BR /&gt;datalines;&lt;BR /&gt;Abdallah F Mon 46&lt;BR /&gt;Anderson M Wed 75&lt;BR /&gt;Aziz F Wed 67&lt;BR /&gt;Bayer M Wed 77&lt;BR /&gt;Bhatt M Fri 79&lt;BR /&gt;Blair F Fri 70&lt;BR /&gt;Bledsoe F Mon 63&lt;BR /&gt;Boone M Wed 58&lt;BR /&gt;Burke F Mon 63&lt;BR /&gt;Chung M Wed 85&lt;BR /&gt;Cohen F Fri 89&lt;BR /&gt;Drew F Mon 49&lt;BR /&gt;Dubos M Mon 41&lt;BR /&gt;Elliott F Wed 85&lt;BR /&gt;Farmer F Wed 58&lt;BR /&gt;Franklin F Wed 59&lt;BR /&gt;Freeman F Mon 79&lt;BR /&gt;Friedman M Mon 58&lt;BR /&gt;Gabriel M Fri 75&lt;BR /&gt;Garcia M Mon 79&lt;BR /&gt;Harding M Mon 49&lt;BR /&gt;Hazelton M Mon 55&lt;BR /&gt;Hinton M Fri 85&lt;BR /&gt;Hung F Fri 98&lt;BR /&gt;Jacob F Wed 64&lt;BR /&gt;Janeway F Wed 51&lt;BR /&gt;Jones F Mon 39&lt;BR /&gt;Jorgensen M Mon 63&lt;BR /&gt;Judson F Fri 89&lt;BR /&gt;Kuhn F Mon 89&lt;BR /&gt;LeBlanc F Fri 70&lt;BR /&gt;Lee M Fri 48&lt;BR /&gt;Litowski M Fri 85&lt;BR /&gt;Malloy M Wed 79&lt;BR /&gt;Meyer F Fri 85&lt;BR /&gt;Nichols M Mon 58&lt;BR /&gt;Oliver F Mon 41&lt;BR /&gt;Park F Mon 77&lt;BR /&gt;Patel M Wed 73&lt;BR /&gt;Randleman F Wed 46&lt;BR /&gt;Robinson M Fri 64&lt;BR /&gt;Shien M Wed 55&lt;BR /&gt;Simonson M Wed 62&lt;BR /&gt;Smith N M Wed 71&lt;BR /&gt;Smith R M Mon 79&lt;BR /&gt;Sullivan M Fri 77&lt;BR /&gt;Swift M Wed 63&lt;BR /&gt;Wolfson F Fri 79&lt;BR /&gt;Wong F Fri 89&lt;BR /&gt;Zabriski M Fri 89&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc univariate data= grades;&lt;BR /&gt;histogram examgrade1;&lt;BR /&gt;title 'introductory Chemistry Exam Scores';&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 16:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581482#M13688</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-15T16:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581919#M13768</link>
      <description>&lt;P&gt;I need to know why proc univariate is used in this code? and how histogram works in this code?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 12:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581919#M13768</guid>
      <dc:creator>Deepak13</dc:creator>
      <dc:date>2019-08-17T12:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581921#M13770</link>
      <description>&lt;P&gt;Could you be more specific? how does it examine? If you don't mind explanation with a simpler program would do more good!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 12:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581921#M13770</guid>
      <dc:creator>Deepak13</dc:creator>
      <dc:date>2019-08-17T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581953#M13773</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Histogram&lt;/STRONG&gt; - creates a histogram. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.khanacademy.org/math/pre-algebra/pre-algebra-math-reasoning/pre-algebra-picture-bar-graphs/v/histograms" target="_blank" rel="noopener"&gt;https://www.khanacademy.org/math/pre-algebra/pre-algebra-math-reasoning/pre-algebra-picture-bar-graphs/v/histograms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;PROC UNIVARIATE&lt;/STRONG&gt; is basically doing exploratory data analysis on data:&lt;BR /&gt;&lt;A href="https://towardsdatascience.com/exploratory-data-analysis-8fc1cb20fd15" target="_blank" rel="noopener"&gt;https://towardsdatascience.com/exploratory-data-analysis-8fc1cb20fd15&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Why are you doing this? We can't know the answer to that, that's something you need to ask whoever told you to do this. If you're trying to learn statistics and SAS perhaps you should consider taking the first SAS Statistics course - it's online and on demand, and free. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;crs=STAT1" target="_blank" rel="noopener"&gt;https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;crs=STAT1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You want to simplify three lines of code? I don't think that makes sense at all. The first set of the code is creating your data to analyze, that cannot be simplified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/272660"&gt;@Deepak13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Could you be more specific? how does it examine? If you don't mind explanation with a simpler program would do more good!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 19:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/581953#M13773</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-17T19:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/583660#M13998</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2019 13:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/583660#M13998</guid>
      <dc:creator>Deepak13</dc:creator>
      <dc:date>2019-08-24T13:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Beginer- Clarity required on the below</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/583768#M14019</link>
      <description>&lt;P&gt;Question via&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you asking what a histogram is or what PROC UNIVARATE does?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/272660"&gt;@Deepak13&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Answer: Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is not a yes/no question. Please take the time to provide clear information if you would like help, this is a volunteer user community.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Aug 2019 16:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Beginer-Clarity-required-on-the-below/m-p/583768#M14019</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-25T16:29:53Z</dc:date>
    </item>
  </channel>
</rss>

