<?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: SAS Enterprise p-value and percentile in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185807#M14238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be great for your students if you use EG for an intro STATS course. It's an terrific way to keep them focused on results, without needing to be programmers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find any deficits in the product, post them here and I'm sure the experts will help out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 11:28:00 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2015-01-16T11:28:00Z</dc:date>
    <item>
      <title>SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185805#M14236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm considering teaching my introductory statistics course in SAS Enterprise Guide. I want my students to be able to calculate &lt;EM&gt;p&lt;/EM&gt;-values and percentiles for various distributions (binomial, normal, t, chi-square) with the drop-down menus if at all possible. For example, is there a way to do both of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA pval;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pval=1-PROBBNML(0.5,25,15);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC PRINT DATA=pval;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA chi;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qchi=CINV(0.95,4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC PRINT DATA=chi;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;via the drop-down menus?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 21:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185805#M14236</guid>
      <dc:creator>MegJOH</dc:creator>
      <dc:date>2015-01-15T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185806#M14237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check&amp;nbsp; QUANTILE () Function .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 07:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185806#M14237</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-16T07:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185807#M14238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be great for your students if you use EG for an intro STATS course. It's an terrific way to keep them focused on results, without needing to be programmers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find any deficits in the product, post them here and I'm sure the experts will help out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185807#M14238</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-01-16T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185808#M14239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; Is that available via point and click? Can you access the query tool without a dataset reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 14:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185808#M14239</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-16T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185809#M14240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; is this available from the drop-down menus, as Reeza asked? That's what I want to do - not have the students code it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185809#M14240</guid>
      <dc:creator>MegJOH</dc:creator>
      <dc:date>2015-01-16T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185810#M14241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. I don't know . I haven't used EG for a long time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185810#M14241</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-16T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185811#M14242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't a point-and-click reference to this specific calculation, but you can have the students tackle it without SAS coding. Here's how I'd go about it:&lt;/P&gt;&lt;P&gt;1. Most EG tasks expect to operate on data, including what I'm about to propose. In this case, I would (prior to the class) create a one-record SAS dataset named Dummy_Data in a permanent location, with one variable named Dummy_Variable, containing 1. Another option is to have the students do it themselves, using the "New Data" dialogue.&lt;/P&gt;&lt;P&gt;2. Now your students can use Query Builder to create the result. First, create a new query based on Dummy_Data.&lt;/P&gt;&lt;P&gt;3. Don't add anything to the "Select Data" pane. Instead, add a new computed column.&lt;/P&gt;&lt;P&gt;4. Make it an advanced expression.&lt;/P&gt;&lt;P&gt;5. In the expression builder window, students can enter&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;1 - PROBBNML(0.5, 25, 15)&lt;/P&gt;&lt;P&gt;using any desired combination of point-and-click and typing. I was able to do it without any typing except for the four numbers. Hit "Next".&lt;/P&gt;&lt;P&gt;6. Type pval as the identifier and column name, and any desired label. Hit "Finish".&lt;/P&gt;&lt;P&gt;7. Change the name of the result dataset, if desired.&lt;/P&gt;&lt;P&gt;8. Run the query, and I believe you'll find the result identical to your SAS data step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, this is as non-technical as asking students to do the same with Excel. No knowledge of SAS programming is needed, and they experience the Query Builder, which may be the most useful feature of Enterprise Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this gets you started!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 17:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185811#M14242</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-01-16T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise p-value and percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185812#M14243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;A __default_attr="379045" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; - I'll consider that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-p-value-and-percentile/m-p/185812#M14243</guid>
      <dc:creator>MegJOH</dc:creator>
      <dc:date>2015-01-16T18:36:14Z</dc:date>
    </item>
  </channel>
</rss>

