<?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: Does anyone know how to do these? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/705119#M216230</link>
    <description>Thank you so much for the example codes and a textbook I really appreciate it!!!</description>
    <pubDate>Thu, 10 Dec 2020 16:55:12 GMT</pubDate>
    <dc:creator>cvilme1998</dc:creator>
    <dc:date>2020-12-10T16:55:12Z</dc:date>
    <item>
      <title>Does anyone know how to do these?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/704916#M216144</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am very confused on how to do this with sashelp.bweight. Could someone show me, also is there a textbook or video you would recommend for beginners that could help with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 03:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/704916#M216144</guid>
      <dc:creator>cvilme1998</dc:creator>
      <dc:date>2020-12-10T03:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to do these?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/704938#M216146</link>
      <description>&lt;P&gt;Good evening,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a bit of code to get you started. You first want to use proc contents to examine your dataset and see what your variables are like. From there, the first set of figures are a three way cross tabulation with proc freq, and the next a proc univariate output. Each set of outputs in the pdf will have a title on the top that will give a description of the code used to create the output. Here is a good resource on some basic statistical procedures as well as more info on how to use the "by" "class" and "var" statements. Hope this gets you started!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.test;&lt;BR /&gt;set sashelp.bweight;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=sashelp.bweight;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc freq data=sashelp.bweight;&lt;BR /&gt;tables black*married*visit;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc univariate data=sashelp.bweight;&lt;BR /&gt;var weight;&lt;BR /&gt;class boy;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vknight.org/SAS-R/Content/SAS-Chapter-02/" target="_blank"&gt;https://vknight.org/SAS-R/Content/SAS-Chapter-02/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 04:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/704938#M216146</guid>
      <dc:creator>rhaley1821</dc:creator>
      <dc:date>2020-12-10T04:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to do these?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/705119#M216230</link>
      <description>Thank you so much for the example codes and a textbook I really appreciate it!!!</description>
      <pubDate>Thu, 10 Dec 2020 16:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/705119#M216230</guid>
      <dc:creator>cvilme1998</dc:creator>
      <dc:date>2020-12-10T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to do these?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/705204#M216269</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350163"&gt;@rhaley1821&lt;/a&gt;&amp;nbsp;Your helpful answer would be even more helpful if the code was formatted.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 20:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-anyone-know-how-to-do-these/m-p/705204#M216269</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-12-10T20:37:44Z</dc:date>
    </item>
  </channel>
</rss>

