<?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: Set Seed for Anderson-Darling Simulated p-Value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Set-Seed-for-Anderson-Darling-Simulated-p-Value/m-p/637545#M83529</link>
    <description>&lt;P&gt;There might be other options, but Random Reset seems might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Cities.jmp");
obj = Distribution(Column(:CO));
Random Reset(112);
obj &amp;lt;&amp;lt; Fit Lognormal(Goodness of Fit(1));
wait(1);
obj = Distribution(Column(:CO));
Random Reset(112);
obj &amp;lt;&amp;lt; Fit Lognormal(Goodness of Fit(1));
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 19:19:32 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-05-31T19:19:32Z</dc:date>
    <item>
      <title>Set Seed for Anderson-Darling Simulated p-Value</title>
      <link>https://community.jmp.com/t5/Discussions/Set-Seed-for-Anderson-Darling-Simulated-p-Value/m-p/637534#M83528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if it is possible to set the seed for the Anderson-Darling Goodness-of-Fit test in the JMP "Distribution" platform. I'd like to be able to replicate the Anderson-Darling simulated p-value result every time I run the script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am open to scripting solutions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using JMP 16.2.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 18:59:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-Seed-for-Anderson-Darling-Simulated-p-Value/m-p/637534#M83528</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2023-05-31T18:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Seed for Anderson-Darling Simulated p-Value</title>
      <link>https://community.jmp.com/t5/Discussions/Set-Seed-for-Anderson-Darling-Simulated-p-Value/m-p/637545#M83529</link>
      <description>&lt;P&gt;There might be other options, but Random Reset seems might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Cities.jmp");
obj = Distribution(Column(:CO));
Random Reset(112);
obj &amp;lt;&amp;lt; Fit Lognormal(Goodness of Fit(1));
wait(1);
obj = Distribution(Column(:CO));
Random Reset(112);
obj &amp;lt;&amp;lt; Fit Lognormal(Goodness of Fit(1));
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 19:19:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-Seed-for-Anderson-Darling-Simulated-p-Value/m-p/637545#M83529</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-05-31T19:19:32Z</dc:date>
    </item>
  </channel>
</rss>

