<?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: How can the results of summarize be made into a true table like summary generates? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-the-results-of-summarize-be-made-into-a-true-table-like/m-p/9448#M9288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, at least in JMP 11 and I think in several earlier versions, to get percentiles with &lt;EM&gt;Summary&lt;/EM&gt;. There is a text box "&lt;EM&gt;For quantile statistics, enter value (%)&lt;/EM&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JSL syntax:&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Summary&lt;STRONG&gt;(&lt;/STRONG&gt; Group&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;:areaname, ...&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Quantiles&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;99&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;CFU&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also possible to insert the results of &lt;EM&gt;Summarize()&lt;/EM&gt; into a table, but it requires scripting that may become quite complex if a general solution ( e.g. varying nr of grouping cols and statistics) is desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 18:42:14 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2014-09-04T18:42:14Z</dc:date>
    <item>
      <title>How can the results of summarize be made into a true table like summary generates?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-results-of-summarize-be-made-into-a-true-table-like/m-p/9447#M9287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can the results of a summarize be made into a true table like summary generates?&amp;nbsp; &lt;A href="http://www.jmp.com/support/help/Advanced_Data_Table_Scripting.shtml"&gt;http://www.jmp.com/support/help/Advanced_Data_Table_Scripting.shtml&lt;/A&gt; does not cover this issue directly.&lt;/P&gt;&lt;P&gt;I am trying to group a large data set by year and month, then calculate various percentiles for numeric data.&lt;/P&gt;&lt;P&gt;The goal is a new table of percentiles for each unique year/month subset.&lt;/P&gt;&lt;P&gt;I can use Quantile (&amp;lt;variable&amp;gt;,0.99) to get the 99th percentile in &lt;STRONG&gt;summarize&lt;/STRONG&gt;, but not a table output;&lt;/P&gt;&lt;P&gt;I can get a table output from&lt;STRONG&gt; summary&lt;/STRONG&gt;, but not the 99th percentile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The summarize code is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;dt&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;current data table&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;()&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;summarize&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;a &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; by&lt;STRONG&gt;(&lt;/STRONG&gt;areaname&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; roomnbr&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; isoname&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; Site&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;quarter&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;nobs &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;count&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;CFU&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;nhole &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;p99 &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;quantile&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;CFU&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Times New Roman;"&gt;0.99&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;p95 &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;quantile&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;CFU&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Times New Roman;"&gt;0.95&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;pmed &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;quantile&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;CFU&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Times New Roman;"&gt;0.50&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;pave &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Times New Roman;"&gt;mean&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Times New Roman;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;CFU&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Times New Roman;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 17:02:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-results-of-summarize-be-made-into-a-true-table-like/m-p/9447#M9287</guid>
      <dc:creator>ckerr</dc:creator>
      <dc:date>2014-09-04T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can the results of summarize be made into a true table like summary generates?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-results-of-summarize-be-made-into-a-true-table-like/m-p/9448#M9288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, at least in JMP 11 and I think in several earlier versions, to get percentiles with &lt;EM&gt;Summary&lt;/EM&gt;. There is a text box "&lt;EM&gt;For quantile statistics, enter value (%)&lt;/EM&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JSL syntax:&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Summary&lt;STRONG&gt;(&lt;/STRONG&gt; Group&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;:areaname, ...&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Quantiles&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;99&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;CFU&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also possible to insert the results of &lt;EM&gt;Summarize()&lt;/EM&gt; into a table, but it requires scripting that may become quite complex if a general solution ( e.g. varying nr of grouping cols and statistics) is desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 18:42:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-results-of-summarize-be-made-into-a-true-table-like/m-p/9448#M9288</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2014-09-04T18:42:14Z</dc:date>
    </item>
  </channel>
</rss>

