<?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 choose &amp;quot;Level Tested&amp;quot; in Binomial Probability test in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361790#M61150</link>
    <description>&lt;P&gt;It doesn't look like your screenshot made it onto your post and that might help us understand your goal.&amp;nbsp; Could you try posting it again? Also, it would be helpful to have some example data to work with. Could you recreate your chart with one of the example data sets, or using the table below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to here(1);

New Table( "Example Data",
	Add Rows( 50 ),
	New Column( "Responses", Numeric, "Continuous", Format( "Best", 12 ),
		Formula( Floor( Random Uniform( 1, 9.99 ) ) )
	),
	New Column( "Satisfied", Numeric, "Ordinal", Format( "Best", 12 ),
		Formula( If( :Responses &amp;lt; 3, 0, :Responses &amp;gt; 7, 2, 1 ) ),
		Value Labels( {0 = "Dissatisfied", 1 = "Neither", 2 = "Satisfied"} ),
		Use Value Labels( 1 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Copy this into a new script window and press run to create the table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1614089194529.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30630i11B437AD0EAA46E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_0-1614089194529.png" alt="ih_0-1614089194529.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 14:07:04 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2021-02-23T14:07:04Z</dc:date>
    <item>
      <title>How to choose "Level Tested" in Binomial Probability test</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361441#M61107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a new user of Jmp. I currently using it to run binomial hypothesis testing, and have encountered what I believe is a "settings issue" that I cannot seem to solve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am testing binomial hypothesis for data that has either "satisfied" or "dissatisfied"; when I run the "test probabilities" and enter the given threshold (say, 90%) for the "satisfied" value and 0.1 for "dissatisfied", respectively, JMP returns the probabilities for "dissatisfied".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is there a way to choose which "level" is tested? I understand that the values give me the result I am looking for, but I am looking for the data table to show said value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated - a screenshot is uploaded to show which figure I am talking about.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:43:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361441#M61107</guid>
      <dc:creator>ms_Ni</dc:creator>
      <dc:date>2023-06-10T20:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose "Level Tested" in Binomial Probability test</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361790#M61150</link>
      <description>&lt;P&gt;It doesn't look like your screenshot made it onto your post and that might help us understand your goal.&amp;nbsp; Could you try posting it again? Also, it would be helpful to have some example data to work with. Could you recreate your chart with one of the example data sets, or using the table below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to here(1);

New Table( "Example Data",
	Add Rows( 50 ),
	New Column( "Responses", Numeric, "Continuous", Format( "Best", 12 ),
		Formula( Floor( Random Uniform( 1, 9.99 ) ) )
	),
	New Column( "Satisfied", Numeric, "Ordinal", Format( "Best", 12 ),
		Formula( If( :Responses &amp;lt; 3, 0, :Responses &amp;gt; 7, 2, 1 ) ),
		Value Labels( {0 = "Dissatisfied", 1 = "Neither", 2 = "Satisfied"} ),
		Use Value Labels( 1 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Copy this into a new script window and press run to create the table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1614089194529.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30630i11B437AD0EAA46E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_0-1614089194529.png" alt="ih_0-1614089194529.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 14:07:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361790#M61150</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-02-23T14:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose "Level Tested" in Binomial Probability test</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361858#M61153</link>
      <description>&lt;P&gt;You enter the hypothesized probabilities for the levels of interest. The null hypothesis, that is. So does 0.9 represent the assumed probability of satisfied responses for which the alternative hypothesis is another probability? These are tests for a difference (i.e., decide that probability is not the assumed value).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this example: &lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/examples-of-the-test-probabilities-option.shtml" target="_self"&gt;Test Probabilities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 15:56:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-choose-quot-Level-Tested-quot-in-Binomial-Probability/m-p/361858#M61153</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-02-23T15:56:44Z</dc:date>
    </item>
  </channel>
</rss>

