<?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: Analysis of uploaded data in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770415#M30868</link>
    <description>&lt;P&gt;OK.&lt;/P&gt;
&lt;P&gt;You are using SAS 9.4 Maintenance Level 6 from autumn 2018 and you use SAS Studio as a front-end.&lt;/P&gt;
&lt;P&gt;You need to specify a Library Reference for your dataset to come up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME MY_LIB V9 '/sas/demodata/Rest_of_Directory_Path_to_Data' /* access=readonly */;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Change the directory path between the quotes to the directory path your data is in!&lt;/P&gt;
&lt;P&gt;Your dataset has a two-level name, being MY_LIB.abcxyz (where abcxyz is the name of your data file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Sat, 25 Sep 2021 14:35:42 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-09-25T14:35:42Z</dc:date>
    <item>
      <title>Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770387#M30864</link>
      <description>&lt;P&gt;Hello! Im very new at learning how to use the SAS program.&amp;nbsp; Is there anyone that can guide me on how to do these analysis on uploaded data.&amp;nbsp; Thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Use proc&amp;nbsp;corr to compute the correlation between the dietary supplements DSQTCALC (Calcium) and DSQTPHOS (Phosphorus), both in milligrams. Report the correlation coefficient r and if the association is significant or not (report the p value as well).&lt;/P&gt;&lt;P&gt;2. Run proc&amp;nbsp;means on these two variables, reporting the mean, standard deviation, and number of valid participant observations for each.&lt;/P&gt;&lt;P&gt;3. Perform a t-test between males and females on DSQTCALC.&amp;nbsp;Is there a significant difference between these two groups? If so, which group takes more calcium supplements (report the mean values for these two groups? Report the t statistic, p value, and if there is a significant difference between males and females based upon the p value. Be sure to use the WTMEC2YR for your t-test analysis.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 08:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770387#M30864</guid>
      <dc:creator>lshaw753</dc:creator>
      <dc:date>2021-09-25T08:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770395#M30865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's always wise to specify the SAS version you are using (and possibly the Operating System (OS)).&lt;/P&gt;
&lt;P&gt;To find out about your SAS version, submit :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%PUT &amp;amp;=sysvlong4;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to find out about it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am going to assume you have SAS VIYA 3.5+.&lt;/P&gt;
&lt;P&gt;I have :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%PUT &amp;amp;=sysvlong4;
SYSVLONG4=V.03.05M0P11112019&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There are "tasks" for all the assignments you need to do. By filling out the task template the code is written for you.&lt;/P&gt;
&lt;P&gt;See here :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sbxkoenk_0-1632563494654.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64063i49A4B526448331B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sbxkoenk_0-1632563494654.png" alt="sbxkoenk_0-1632563494654.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 09:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770395#M30865</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-25T09:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770404#M30866</link>
      <description>&lt;P&gt;Thanks for the help.&amp;nbsp; Im using the SAS OnDemand for Academics version.&amp;nbsp; I put in the first information to find out my system.&amp;nbsp; This is what I got&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lshaw753_1-1632571888372.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64066i8F5E9FE7EF075FA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lshaw753_1-1632571888372.png" alt="lshaw753_1-1632571888372.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 12:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770404#M30866</guid>
      <dc:creator>lshaw753</dc:creator>
      <dc:date>2021-09-25T12:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770405#M30867</link>
      <description>&lt;P&gt;Sample dataset Im using is not coming up when I do the correlation analysis&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 12:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770405#M30867</guid>
      <dc:creator>lshaw753</dc:creator>
      <dc:date>2021-09-25T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770415#M30868</link>
      <description>&lt;P&gt;OK.&lt;/P&gt;
&lt;P&gt;You are using SAS 9.4 Maintenance Level 6 from autumn 2018 and you use SAS Studio as a front-end.&lt;/P&gt;
&lt;P&gt;You need to specify a Library Reference for your dataset to come up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME MY_LIB V9 '/sas/demodata/Rest_of_Directory_Path_to_Data' /* access=readonly */;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Change the directory path between the quotes to the directory path your data is in!&lt;/P&gt;
&lt;P&gt;Your dataset has a two-level name, being MY_LIB.abcxyz (where abcxyz is the name of your data file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 14:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770415#M30868</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-25T14:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770431#M30870</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Im really getting somewhere with your directions. I think you so much! I working on the following.&amp;nbsp; I dont kn&lt;/SPAN&gt;&lt;SPAN&gt;ow if Im inputting the information in the right&amp;nbsp; areas. Use proc&amp;nbsp;corr to compute the correlation between the dietary supplements DSQTCALC (Calcium) and DSQTPHOS (Phosphorus), both in milligrams. Report the correlation coefficient r and if the association is significant or not (report the p value as well).&lt;/SPAN&gt;&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="lshaw753_1-1632590909845.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64069i442D509E76BA1DC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lshaw753_1-1632590909845.png" alt="lshaw753_1-1632590909845.png" /&gt;&lt;/span&gt;&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="lshaw753_2-1632590933908.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64070i6CBBA04D01895308/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lshaw753_2-1632590933908.png" alt="lshaw753_2-1632590933908.png" /&gt;&lt;/span&gt;&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="lshaw753_3-1632590956212.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64071iA24516E23C79920E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lshaw753_3-1632590956212.png" alt="lshaw753_3-1632590956212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 17:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770431#M30870</guid>
      <dc:creator>lshaw753</dc:creator>
      <dc:date>2021-09-25T17:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of uploaded data</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770435#M30871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It's as simple as this (see program below).&lt;/P&gt;
&lt;P&gt;I use the dataset &lt;FONT face="courier new,courier"&gt;sashelp.fish&lt;/FONT&gt;&amp;nbsp;, which is a sample dataset everybody has.&lt;/P&gt;
&lt;P&gt;Hence, you can run below code as well.&lt;/P&gt;
&lt;P&gt;Look at the output. It will be clear to you!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.fish PEARSON PLOTS=SCATTER;
 var Weight Height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 21:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Analysis-of-uploaded-data/m-p/770435#M30871</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-25T21:32:54Z</dc:date>
    </item>
  </channel>
</rss>

