<?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 to extract p-values and factors from graphical report to simple table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8587#M8581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it in script also in straightforward way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how I do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// This first block here makes a report based on the the oneway chart (called here obj) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// Then it extracts table box # 4 which it then makes into a data table. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;obj_r=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; obj &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;report&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;tb=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; obj_r&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Table Box&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;tb2 =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; tb &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;Make Into Data Table&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// Once it's a data table, you can extract the specific p-values you want, or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// just get them all. What I've done below just gets them all: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Column(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;Set Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"pv"&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;; // I'm changing the name of the column (see note below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;pcol =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Column&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// the column that has the p values &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gcol =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Column&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// the column that has the "Levels", which I'm calling the group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;pval =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; pcol &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;GetAsMatrix&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// vector of p-values (one for each group) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gval =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; gcol &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;GetAsMatrix&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// vector of groups (one for each group) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: regarding the name change of the p-value column to pv, I did that jsut to get the hyphen out of there because the hyphen can get in the way. For example if I go looking for a specific p-value by looping on the rows of the table, JMP seems to not like this construction:&amp;nbsp; ":p-value&lt;I&gt;" so I just changed the name to pval so I can just access ":pv&lt;I&gt; which it performs without incident.&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 22:02:22 GMT</pubDate>
    <dc:creator>charliem</dc:creator>
    <dc:date>2014-05-29T22:02:22Z</dc:date>
    <item>
      <title>How to extract p-values and factors from graphical report to simple table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8583#M8577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create simple list of parameter names and p-values for Dunnett Test Comparison of many product parameters, forsot to Split Plot Lot data vs Control Lot in DOE analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In semiconductor industry we run hundreds of experiments per factory per year, and there are hundreds of test parameters at end of line that must be tested for shifts from the "process of record" or "control" split for each of the other experimental factors.&amp;nbsp; Goal is often simply best yield, but since raw parametric values for each test may impact customer field behavior, we must sort by p-value to begin further studies of those parameters which have shifted using this simple comparison of means test.&amp;nbsp;&amp;nbsp;&amp;nbsp; JMP gives us graphical report, with p-values in small tables under the comparison plots, hundreds of them.&amp;nbsp; How do we extract those p-values along with factor names and product parameter name for ranking purposes.&amp;nbsp; Suggestion has been to use excel V-lookup.&amp;nbsp; Any better ideas within JMP?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:10:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8583#M8577</guid>
      <dc:creator>mclayton200</dc:creator>
      <dc:date>2014-05-15T17:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract p-values and factors from graphical report to simple table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8584#M8578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simple answer is to right click on one of those small tables and select "Make Combined Data Table".&amp;nbsp; If you table is a Parameter Estimates, it puts all those parameter estimates tables together and will add extra columns representing the X and Y factors associated with each table.&amp;nbsp; JMP will also add extra columns for by variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works on all the tables in one JMP report window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The harder answer is the scripting answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 18:31:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8584#M8578</guid>
      <dc:creator>laural_</dc:creator>
      <dc:date>2014-05-15T18:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract p-values and factors from graphical report to simple table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8585#M8579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at the &lt;A href="http://www.jmp.com/support/help/Response_Screening.shtml" rel="noopener noreferrer" target="_blank"&gt;Response Screening&lt;/A&gt; platform in JMP 11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's made especially for testing hundreds or even thousands of responses. It incorporates a &lt;A href="http://www.jmp.com/support/help/The_Response_Screening_Report.shtml#314512" rel="noopener noreferrer" target="_blank"&gt;false-discovery rate&lt;/A&gt; approach to ensure correct declarations of significance. Simply saving all the p-values from Fit Y by X won't do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also turn it around to examine only the effects with &lt;A href="http://blogs.sas.com/content/jmp/2013/10/22/big-data-always-has-significant-differences-but-not-always-practical-differences-practical-significance-and-equivalence/" rel="noopener noreferrer" target="_blank"&gt;practical significance&lt;/A&gt;, that is, effects where the difference makes a practical difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a nice video showing off the Response Screening platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IFRAME id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/IoMYIGPuDKk" frameborder="0"&gt;&lt;/IFRAME&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 09:15:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8585#M8579</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-11-14T09:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract p-values and factors from graphical report to simple table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8586#M8580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; Have never used that response screening tool for this use, adn the overview explains why it makes sense.&amp;nbsp; &lt;/P&gt;&lt;P&gt;So I am re-testing our data using those tools now...but have not gotten answers back yet from design engineers on PRACTICAL SiGNIFICANCE (I tend to use Cpk tests and if marginal, I use simple p-values....but if Cpk is very high, may ignore large shifts and not imporant.&amp;nbsp;&amp;nbsp; That designer input is coming....so can add that input as well.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FALSE DISCOVERY RATE and the FDR plot are new to me.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I grew up on JMP 4 thru 8 mostly, now have 11.&amp;nbsp; And I am engineer, not statistician.&amp;nbsp; We also graph the data and share it with design and test engineers for starters...but management always asked for sorted p value tables as well for QA purposes in case design and test engineer miss important shifts TO THE CUSTOMER that was not known when datasheets were released and products were qualified.&amp;nbsp; So we keep the raw data until 7th year of new product release, ten archive it in QA.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lately clients include design centers that use foundries to make chips, and have little input on process details such as PM times, tool to tool matching issues, etc...except that they see variability in yield per lot.&amp;nbsp; That triggers screening DOE's using "likely suspects" based on fail bin codes and parametric shifts, and foundries help run the experiments and share in the results..without simply dumping all their factory data into our DB for all products.&amp;nbsp; Normally the Y by X plots and Dunnett tests show clearly the stongest signals and then replicates confirm the solution.&amp;nbsp; But since DOE has to be replicated one batch at a time for the final process change qualifications, this new FDR approach may become useful as we learn to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; the two of you showed us fast way to give mgmt what it requested,&amp;nbsp; and possibly more robust solution long term.&lt;/P&gt;&lt;P&gt;By the way, datasheet spec limits can be wrong for new applications which get surprised when key parameters shift by several sigma within an 8 sigma tolerance window.&amp;nbsp; So documenting raw data shifts graphically is important.&amp;nbsp; And those case studies are archived with each set of product test specs and process flow specs for many years.&amp;nbsp; &lt;/P&gt;&lt;P&gt;(Ford Motor taught us that years ago at Motorola.)&amp;nbsp; GM is just catching up on those kinds of "small details." &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 03:25:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8586#M8580</guid>
      <dc:creator>mclayton200</dc:creator>
      <dc:date>2014-05-16T03:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract p-values and factors from graphical report to simple table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8587#M8581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it in script also in straightforward way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how I do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// This first block here makes a report based on the the oneway chart (called here obj) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// Then it extracts table box # 4 which it then makes into a data table. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;obj_r=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; obj &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;report&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;tb=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; obj_r&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Table Box&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;tb2 =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; tb &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;Make Into Data Table&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// Once it's a data table, you can extract the specific p-values you want, or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;// just get them all. What I've done below just gets them all: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Column(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;Set Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"pv"&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;; // I'm changing the name of the column (see note below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;pcol =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Column&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// the column that has the p values &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gcol =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Courier New;"&gt;Column&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// the column that has the "Levels", which I'm calling the group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;pval =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; pcol &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;GetAsMatrix&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// vector of p-values (one for each group) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gval =&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; gcol &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;GetAsMatrix&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt; font-family: Courier New;"&gt;// vector of groups (one for each group) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: regarding the name change of the p-value column to pv, I did that jsut to get the hyphen out of there because the hyphen can get in the way. For example if I go looking for a specific p-value by looping on the rows of the table, JMP seems to not like this construction:&amp;nbsp; ":p-value&lt;I&gt;" so I just changed the name to pval so I can just access ":pv&lt;I&gt; which it performs without incident.&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 22:02:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-extract-p-values-and-factors-from-graphical-report-to/m-p/8587#M8581</guid>
      <dc:creator>charliem</dc:creator>
      <dc:date>2014-05-29T22:02:22Z</dc:date>
    </item>
  </channel>
</rss>

