<?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 My School Assignment in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775804#M31329</link>
    <description>&lt;P&gt;I need help on this class assignment before 25th October. Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 04:45:01 GMT</pubDate>
    <dc:creator>Nnamino</dc:creator>
    <dc:date>2021-10-22T04:45:01Z</dc:date>
    <item>
      <title>My School Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775804#M31329</link>
      <description>&lt;P&gt;I need help on this class assignment before 25th October. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 04:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775804#M31329</guid>
      <dc:creator>Nnamino</dc:creator>
      <dc:date>2021-10-22T04:45:01Z</dc:date>
    </item>
    <item>
      <title>Class Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775805#M31330</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please i need help on my class work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 04:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775805#M31330</guid>
      <dc:creator>Nnamino</dc:creator>
      <dc:date>2021-10-22T04:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: My School Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775806#M31331</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Do not double-post&lt;/LI&gt;
&lt;LI&gt;Do not use attachments, unless absolutely necessary&lt;/LI&gt;
&lt;LI&gt;Avoid using Office files, many organizations using SAS firewall them because of security risks&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Post your question as text, present example data in usable form (data step with datalines, posted in a code box), and show what you already tried.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 05:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775806#M31331</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-22T05:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Class Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775807#M31332</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/403909"&gt;@Nnamino&lt;/a&gt;&amp;nbsp;You will have zero luck posting an assignment directly here and expect someone to solve it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Give it your best shot yourself before. When you run into specific problems, you can post them here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To give you a big hint to most of the problems in your assignment (I did look at it), most of the problems can be solved with out-of-the-box SAS/STAT procedures such as Proc Means / Proc GLM and so on. Google your way to find examples of comparing means of two groups etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best of luck, and I will be happy to help you on specific problems that you gave a shot yourself first &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 05:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775807#M31332</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-10-22T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Class Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775822#M31336</link>
      <description>&lt;P&gt;lol. I have, i dont know if am correct, just wanted to compare. The codes below are what i use for the first one. I am new to SAS. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1A1.&lt;BR /&gt;proc means data=mydata.calls maxdec = 2 mean std;&lt;BR /&gt;var duration;&lt;BR /&gt;Cls period;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1C1.&lt;BR /&gt;proc ttest data=mydata.calls;&lt;BR /&gt;var duration;&lt;BR /&gt;class period;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;1C3.&lt;BR /&gt;proc means data=mydata.calls maxdec = 2 n mean clm;&lt;BR /&gt;var duration;&lt;BR /&gt;class period;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775822#M31336</guid>
      <dc:creator>Nnamino</dc:creator>
      <dc:date>2021-10-22T08:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: My School Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775823#M31337</link>
      <description>&lt;P&gt;Noted. Thanks so much&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775823#M31337</guid>
      <dc:creator>Nnamino</dc:creator>
      <dc:date>2021-10-22T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Class Assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775827#M31338</link>
      <description>&lt;P&gt;No Worries, just wanted to make sure you try on your own first &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take a look at it&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/My-School-Assignment/m-p/775827#M31338</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-10-22T08:10:37Z</dc:date>
    </item>
  </channel>
</rss>

