<?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 I can't figure it out in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844743#M333964</link>
    <description>&lt;P&gt;*Using the SAS data set SASHELP.Cars, compute the mean and standard deviation for Horsepower&lt;BR /&gt;broken down by Make and Origin. Include the number of nonmissing and missing values in the output and print all statistics to one decimal place. Use the PRINTALLTYPES option to see all possible combinations of the CLASS variables&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 02:49:18 GMT</pubDate>
    <dc:creator>Iamcassandra</dc:creator>
    <dc:date>2022-11-17T02:49:18Z</dc:date>
    <item>
      <title>I can't figure it out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844743#M333964</link>
      <description>&lt;P&gt;*Using the SAS data set SASHELP.Cars, compute the mean and standard deviation for Horsepower&lt;BR /&gt;broken down by Make and Origin. Include the number of nonmissing and missing values in the output and print all statistics to one decimal place. Use the PRINTALLTYPES option to see all possible combinations of the CLASS variables&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 02:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844743#M333964</guid>
      <dc:creator>Iamcassandra</dc:creator>
      <dc:date>2022-11-17T02:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: I can't figure it out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844745#M333965</link>
      <description>&lt;P&gt;Please show the code you have tried, the log from running the code, and describe what is going wrong (errors? wrong result?)&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will make it easier for people to help you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 03:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844745#M333965</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-11-17T03:57:38Z</dc:date>
    </item>
    <item>
      <title>Need Better Subject Line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844790#M333978</link>
      <description>&lt;P&gt;Please also provide a meaningful subject that describes the problem, &lt;STRONG&gt;please change the subject in your ORIGINAL post&lt;/STRONG&gt;. ALmost every post here could have the subject "I can't figure it out" and so this is not a meaningful subject line.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 12:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844790#M333978</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-17T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: I can't figure it out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844919#M334026</link>
      <description>&lt;P&gt;Since this sounds a lot like homework what procedures were recently covered in your class/ training?&lt;/P&gt;
&lt;P&gt;I can see this done in summary procedures like Proc Means/Summary/Univariate and reporting procedures Report or Tabulate.&lt;/P&gt;
&lt;P&gt;Which I would use might depend on other requirements or common appearance with other output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The option Printalltypes seems to indicate the instructor expects you to use Proc Means, and the "all possible combinations of Class variables" implies the presence of a CLASS statement (grouping variables).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Style comment: "number of missing or nonmissing" should be integers. Decimal places with integer counts are pretty strange in general&amp;nbsp; though it is easy to force such.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 16:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844919#M334026</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-17T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: I can't figure it out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844924#M334031</link>
      <description>&lt;P&gt;&lt;A href="https://sascrunch.com/proc-means/" target="_blank"&gt;https://sascrunch.com/proc-means/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 17:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/844924#M334031</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-11-17T17:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: I can't figure it out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/845155#M334100</link>
      <description>Hi, in addition to the excellent suggestions you've already received, whoever wrote this assignment provided you with a hint. If you use this search string in Google:&lt;BR /&gt;site: support.sas.com PRINTALLTYPES&lt;BR /&gt;  You should see in the results that the PRINTALLTYPES option is an option that can be used in the PROC MEANS statement and the links in Google should take you to the PROC MEANS documentation, where you will also see information about the CLASS statement. The documentation for PROC MEANS has 13 examples of how to use the procedure. If your teacher has not provided you with any other information, taking a look at the PROC MEANS examples would be a good place to start.&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 18 Nov 2022 17:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-can-t-figure-it-out/m-p/845155#M334100</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-11-18T17:12:43Z</dc:date>
    </item>
  </channel>
</rss>

