<?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: change p-value output format in preferences in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52996#M29992</link>
    <description>&lt;P&gt;If you will be calculating FDR then you will have a lot of p-values. A script can extract the p-vaue. The format only affects the display of this value. The value extracted will be full-precision regardless of the format.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Mar 2018 19:04:43 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2018-03-11T19:04:43Z</dc:date>
    <item>
      <title>change p-value output format in preferences</title>
      <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52995#M29991</link>
      <description>&lt;P&gt;Simple question. I understand the reasons why reporting p&amp;lt;0.0001 as "&amp;lt;0.0001"; I also understand how to change the&amp;nbsp;number format in individual outputs. However, for some downtream analyses (like FDR calculation) it is necessary to have the exact p-value AND it is difficult to change format in a large output with thousands of tests. Is there a way to change the preference for p-value output system-wide? Or at least for each analysis separately, but before the output has been generated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Mar 2018 15:06:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52995#M29991</guid>
      <dc:creator>l_yampolsky</dc:creator>
      <dc:date>2018-03-11T15:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: change p-value output format in preferences</title>
      <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52996#M29992</link>
      <description>&lt;P&gt;If you will be calculating FDR then you will have a lot of p-values. A script can extract the p-vaue. The format only affects the display of this value. The value extracted will be full-precision regardless of the format.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Mar 2018 19:04:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52996#M29992</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-03-11T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: change p-value output format in preferences</title>
      <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52998#M29994</link>
      <description>&lt;P&gt;Could you post an example of a script that extracts p-values? I usually do this by copying the output into a table and parsing it, works ok. But yes, sure, a script would be easier.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 00:12:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/52998#M29994</guid>
      <dc:creator>l_yampolsky</dc:creator>
      <dc:date>2018-03-12T00:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: change p-value output format in preferences</title>
      <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/53008#M30001</link>
      <description>&lt;P&gt;This example illustrates the basic steps. You could extend it in many ways to suit a particular case.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// set namespace
Names Default to Here( 1 );

// open data set
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

// launch platform and estimate parameters
biv = dt &amp;lt;&amp;lt; Bivariate( Y( :weight ), X( :height ), Fit Line );

// obtain reference to report layer
biv rep = biv &amp;lt;&amp;lt; Report;

// obtain p-value for parameter estimate from report layer
pVal = biv rep["Parameter Estimates"][NumberColBox("Prob&amp;gt;|t|")] &amp;lt;&amp;lt; Get( 2 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:01:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/53008#M30001</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-03-12T13:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: change p-value output format in preferences</title>
      <link>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/53021#M30004</link>
      <description>&lt;P&gt;Thanks, this is really helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:54:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/change-p-value-output-format-in-preferences/m-p/53021#M30004</guid>
      <dc:creator>l_yampolsky</dc:creator>
      <dc:date>2018-03-12T14:54:17Z</dc:date>
    </item>
  </channel>
</rss>

