<?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: Help for school assignment in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855699#M37716</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438789"&gt;@AMweneykhondo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Greetings i am so lost. The professor told us to copy and paste the code. but it keeps giving me errors. I am so frustrated. It is the exact question&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please start a new topic and post the log, so that we see the errors actually.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 10:13:01 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2023-01-26T10:13:01Z</dc:date>
    <item>
      <title>Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838067#M36208</link>
      <description>&lt;P&gt;I am new to SAS and still learning. I need to submit my school assignment and posting below questions for which I need some helping hand in completing those.&lt;/P&gt;&lt;P&gt;Deciding an appropriate path for analysis often requires many steps. An important first step is exploring and examining the data. An initial exploratory data analysis provides understanding of the meaning of study variables and can provide crucial clues into data preparations needed before analyzing the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open and examine the &lt;STRONG&gt;SASHELP.HEART&lt;/STRONG&gt; dataset and its variables. Familiarize yourself with the context and meanings behind the variables and their values.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How many observations are in the dataset?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I answered this :- There are total of 5209 observations in the data set.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How many variables are in the dataset? How many are numeric? How many are character?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I answered this :- There are 17 variables in the dataset. 10 variables are numeric &amp;amp; 7 variables are character type.&lt;/P&gt;&lt;P&gt;Exploring the assigned values of character variables can demonstrate patterns and inherent orderings. The default ordering of levels in SAS is alphabetical order. The levels of many character variables have an inherent ordering of magnitude. For example, non-smokers smoke less than light smokers who smoke less than moderate smokers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Tabulate the levels of the character variables in the &lt;STRONG&gt;SASHELP.HEART&lt;/STRONG&gt; dataset.&amp;nbsp; For each of the character variables:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What data values or levels are observed for each?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Which variables have an inherent ordering of magnitude? Does alphabetical order of the levels correspond to ordering levels by magnitude for any of these character variables?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 12 Oct 2022 14:36:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838067#M36208</guid>
      <dc:creator>cmsunilkumar</dc:creator>
      <dc:date>2022-10-12T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838068#M36209</link>
      <description>Hint PROC FREQ.</description>
      <pubDate>Wed, 12 Oct 2022 14:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838068#M36209</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-12T14:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838070#M36210</link>
      <description>&lt;P&gt;Thank you Reeza..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 14:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838070#M36210</guid>
      <dc:creator>cmsunilkumar</dc:creator>
      <dc:date>2022-10-12T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838315#M36219</link>
      <description>&lt;P&gt;And to get a supporting report for the questions you've already answered:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=sashelp.heart order=varnum;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 00:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/838315#M36219</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-10-13T00:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855687#M37714</link>
      <description>Greetings i am so lost. The professor told us to copy and paste the code. but it keeps giving me errors. I am so frustrated. It is the exact question</description>
      <pubDate>Thu, 26 Jan 2023 05:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855687#M37714</guid>
      <dc:creator>AMweneykhondo</dc:creator>
      <dc:date>2023-01-26T05:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855688#M37715</link>
      <description>&lt;P&gt;I'm having issues on the problem:&lt;/P&gt;&lt;P&gt;Tabulate the percent of observations in the &lt;STRONG&gt;SASHELP.HEART&lt;/STRONG&gt; dataset that have non-missing values for all the predictor variables that you will use in later analyses: &lt;STRONG&gt;AgeAtStart&lt;/STRONG&gt;, &lt;STRONG&gt;BP_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Chol_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Cholesterol&lt;/STRONG&gt;, &lt;STRONG&gt;Diastolic&lt;/STRONG&gt;, &lt;STRONG&gt;Height&lt;/STRONG&gt;, &lt;STRONG&gt;MRW&lt;/STRONG&gt;, &lt;STRONG&gt;Sex&lt;/STRONG&gt;, &lt;STRONG&gt;Smoking&lt;/STRONG&gt;, &lt;STRONG&gt;Smoking_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Systolic&lt;/STRONG&gt;, &lt;STRONG&gt;Weight&lt;/STRONG&gt;, and &lt;STRONG&gt;Weight_Status&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 05:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855688#M37715</guid>
      <dc:creator>vsandoval6</dc:creator>
      <dc:date>2023-01-26T05:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855699#M37716</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438789"&gt;@AMweneykhondo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Greetings i am so lost. The professor told us to copy and paste the code. but it keeps giving me errors. I am so frustrated. It is the exact question&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please start a new topic and post the log, so that we see the errors actually.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 10:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855699#M37716</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-01-26T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855700#M37717</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438797"&gt;@vsandoval6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm having issues on the problem:&lt;/P&gt;
&lt;P&gt;Tabulate the percent of observations in the &lt;STRONG&gt;SASHELP.HEART&lt;/STRONG&gt; dataset that have non-missing values for all the predictor variables that you will use in later analyses: &lt;STRONG&gt;AgeAtStart&lt;/STRONG&gt;, &lt;STRONG&gt;BP_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Chol_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Cholesterol&lt;/STRONG&gt;, &lt;STRONG&gt;Diastolic&lt;/STRONG&gt;, &lt;STRONG&gt;Height&lt;/STRONG&gt;, &lt;STRONG&gt;MRW&lt;/STRONG&gt;, &lt;STRONG&gt;Sex&lt;/STRONG&gt;, &lt;STRONG&gt;Smoking&lt;/STRONG&gt;, &lt;STRONG&gt;Smoking_Status&lt;/STRONG&gt;, &lt;STRONG&gt;Systolic&lt;/STRONG&gt;, &lt;STRONG&gt;Weight&lt;/STRONG&gt;, and &lt;STRONG&gt;Weight_Status&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is a new question, too. Please create a new topic and show what you have already tried.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 10:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855700#M37717</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-01-26T10:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855715#M37718</link>
      <description>&lt;P&gt;This question was cross-posted to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/PROC-MI-Height-amp-Weight-of-obs-128-still-missing/m-p/855689#M42302" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/PROC-MI-Height-amp-Weight-of-obs-128-still-missing/m-p/855689#M42302&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;where an answer was provided.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 11:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855715#M37718</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-01-26T11:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855813#M37720</link>
      <description>How do i post a new log or question?</description>
      <pubDate>Thu, 26 Jan 2023 18:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855813#M37720</guid>
      <dc:creator>AMweneykhondo</dc:creator>
      <dc:date>2023-01-26T18:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help for school assignment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855874#M37724</link>
      <description>&lt;P&gt;On the &lt;A href="https://communities.sas.com/" target="_self"&gt;home page&lt;/A&gt;, see the left side orange button 'Ask a question'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Layout may vary based on your device of course.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reeza_0-1674774937595.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79867iA640D599B14F63D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Reeza_0-1674774937595.png" alt="Reeza_0-1674774937595.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 23:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-for-school-assignment/m-p/855874#M37724</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-26T23:15:45Z</dc:date>
    </item>
  </channel>
</rss>

