<?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: Descriptive Analyisis in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673982#M9306</link>
    <description>Yes. I think so. &lt;BR /&gt;descriptive analysis is just asking you to calculate some statistic like : MEADIAN MEAN STD FREQ .......&lt;BR /&gt;&lt;BR /&gt;A classic descriptive analysis is univariate three panel analysis.&lt;BR /&gt;&lt;BR /&gt;proc univariate data=have plots;&lt;BR /&gt;var amount;&lt;BR /&gt;histogram amount/kernel;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote several blogs about it .</description>
    <pubDate>Sun, 02 Aug 2020 11:46:10 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2020-08-02T11:46:10Z</dc:date>
    <item>
      <title>Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673973#M9303</link>
      <description>&lt;P&gt;Hello, I am a complete novice at SAS and I use the university edition. One of my assignments was to add a Descriptive Analysis based on assignment. Can anyone give me like a dummified definition of what a descriptive analysis is? And maybe like a tutorial on how to add them as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A Fellow Highschool Kid&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 03:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673973#M9303</guid>
      <dc:creator>Xpcutebear</dc:creator>
      <dc:date>2020-08-02T03:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673974#M9304</link>
      <description>Also is Descriptive Statistics the same thing?</description>
      <pubDate>Sun, 02 Aug 2020 03:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673974#M9304</guid>
      <dc:creator>Xpcutebear</dc:creator>
      <dc:date>2020-08-02T03:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673980#M9305</link>
      <description>&lt;P&gt;The only thing I can think of is that it is the same as "descriptive statistics".&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 12:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673980#M9305</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-02T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673982#M9306</link>
      <description>Yes. I think so. &lt;BR /&gt;descriptive analysis is just asking you to calculate some statistic like : MEADIAN MEAN STD FREQ .......&lt;BR /&gt;&lt;BR /&gt;A classic descriptive analysis is univariate three panel analysis.&lt;BR /&gt;&lt;BR /&gt;proc univariate data=have plots;&lt;BR /&gt;var amount;&lt;BR /&gt;histogram amount/kernel;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote several blogs about it .</description>
      <pubDate>Sun, 02 Aug 2020 11:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673982#M9306</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-08-02T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673986#M9307</link>
      <description>&lt;P&gt;A descriptive analysis refers to computing statistics such as means, standard deviation, min, max,...&amp;nbsp; Look back in your notes and see if there are examples of using PROC MEANS (or PROC UNIVARIATE) to compute basic statistics for each variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the following call to PROC MEANS computes some basic statistics for each numerical variable in the Sashelp.Class data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=Sashelp.Class Min Mean Std Max  ndec=3;
var Age Height Weight;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 12:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/673986#M9307</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-08-02T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674156#M9313</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340008"&gt;@Xpcutebear&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Also is Descriptive Statistics the same thing?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Might be a jargon thing for some groups.&lt;/P&gt;
&lt;P&gt;In my training "analysis" means some person has looked at the information and added some value to raw information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A table of statistics is way to provide some description.&lt;/P&gt;
&lt;P&gt;Analysis would add something like "change/no change from previous/expected values" or perhaps an impact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your $0.02 may vary.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 14:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674156#M9313</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-03T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674157#M9314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340008"&gt;@Xpcutebear&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To build on what has already been said,&amp;nbsp;I also encourage you to check out the SAS Studio tasks. The tasks are point-and-click interfaces that enable you to use SAS for data prep and various analyses without writing any code. Instead, as you navigate a task's menus and options, the&amp;nbsp;underlying SAS code is&lt;BR /&gt;automatically generated for you in real time.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You access the tasks from the "Tasks and Utilities" section of the navigation pane on the left:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tasks.PNG" style="width: 583px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47888i08C158C3386F19C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="tasks.PNG" alt="tasks.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your situation, the "Summary Statistics" task in the Statistics category should be helpful.&amp;nbsp; The "Characterize Data" task in the Data category and the "Data Exploration" task in the Statistics category might also be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Brian&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 14:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674157#M9314</guid>
      <dc:creator>BrianGaines</dc:creator>
      <dc:date>2020-08-03T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Descriptive Analyisis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674228#M9315</link>
      <description>&lt;P&gt;Thank you all for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 00:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Descriptive-Analyisis/m-p/674228#M9315</guid>
      <dc:creator>Xpcutebear</dc:creator>
      <dc:date>2020-08-04T00:15:05Z</dc:date>
    </item>
  </channel>
</rss>

