<?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: Variability Gauge Bias Report Error in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618805#M81817</link>
    <description>&lt;P&gt;I created an example for this MSA. I hope it illustrates the data, data layout, and analysis launch that should work. First of all, your data should have a layout similar to this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.PNG" style="width: 571px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51657i2AA9373E12100029/image-size/large?v=v2&amp;amp;px=999" role="button" title="table.PNG" alt="table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MSA should be launched like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="launch.PNG" style="width: 603px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51658i69EBB2F72186538E/image-size/large?v=v2&amp;amp;px=999" role="button" title="launch.PNG" alt="launch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After selecting the Linearity and Bias Test from the platform menu, you should not see that error message. You should see a report like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emp.PNG" style="width: 835px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51659i29C0D123C842FE28/image-size/large?v=v2&amp;amp;px=999" role="button" title="emp.PNG" alt="emp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script I used to create this example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = New Table( "Bias Analysis",
	New Column( "Donor", Numeric, Nominal, Values( Shape( Transpose( Repeat( 1::10, 2 ) ), 20, 1 ) |/ Repeat( 0, 6 ) ) ),
	New Column( "Predicate", Numeric, Continuous, Values( Shape( Transpose( Repeat( J( 1, 10, Random Normal( 15, 2 ) ), 2 ) ), 20, 1 ) |/ Repeat( 15, 6 ) ) ),
	New Column( "Test", Numeric, Continuous, Values( (:Predicate &amp;lt;&amp;lt; Get As Matrix) + J( 26, 1, Random Normal( 0, 0.1 ) ) ) )
);

dt &amp;lt;&amp;lt; New Script( "MSA by EMP",
	EMP Measurement Systems Analysis(
		Y( :Test ),
		X,
		Part( :Donor ),
		Standard( :Predicate ),
		Model( Crossed ),
		Dispersion Chart Type( Range ),
		Max Iter( 100 ),
		Conv Limit( 0.00000001 ),
		EMP MSA Analysis( :Test, Linearity and Bias Results( 1 ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 31 Mar 2023 17:04:14 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-03-31T17:04:14Z</dc:date>
    <item>
      <title>Variability Gauge Bias Report Error</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618185#M81765</link>
      <description>&lt;P&gt;When attempting to run the Bias Report in the MSA module, I receive this error. I'm not quite sure what it means or how to rectify it. Please help.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51626iB06652F564254244/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image.png" alt="MicrosoftTeams-image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:59:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618185#M81765</guid>
      <dc:creator>ERoderz</dc:creator>
      <dc:date>2023-06-09T00:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Gauge Bias Report Error</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618261#M81770</link>
      <description>&lt;P&gt;I think you have a data problem. One column should identify the part. Another column should provide the associated standard value. It appears that some standard values for the same part contradict other values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest launching the Distribution platform with the part ID and standard value columns. Select each part in turn in the histogram (click on the bar) and see if there are instances with more than one standard value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also temporarily change the modeling type of standard value to nominal. Then select Tables &amp;gt; Summary, enter both part ID and standard value as a group and click OK. The table you get should also help identify the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 18:11:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618261#M81770</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-03-30T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Gauge Bias Report Error</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618336#M81777</link>
      <description>&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;We've examined the data and now understand why the report is having an issue. We have a predicate instrument (standard) and a test instrument (Y, response). The Donor is the "Part, Sample ID". However, we ran a control sample over multiple days. Therefore, we have 6 replicates of the control donor number. If the control donor number is excluded with a data filter, the bias report is able to run. However, if the bias report cannot handle repeated measure, perhaps the EMP Measurement Systems Analysis is the wrong test. What is the correct test to determine whether our test instrument is biased?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 20:23:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618336#M81777</guid>
      <dc:creator>FlowData321</dc:creator>
      <dc:date>2023-03-30T20:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Gauge Bias Report Error</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618805#M81817</link>
      <description>&lt;P&gt;I created an example for this MSA. I hope it illustrates the data, data layout, and analysis launch that should work. First of all, your data should have a layout similar to this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.PNG" style="width: 571px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51657i2AA9373E12100029/image-size/large?v=v2&amp;amp;px=999" role="button" title="table.PNG" alt="table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MSA should be launched like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="launch.PNG" style="width: 603px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51658i69EBB2F72186538E/image-size/large?v=v2&amp;amp;px=999" role="button" title="launch.PNG" alt="launch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After selecting the Linearity and Bias Test from the platform menu, you should not see that error message. You should see a report like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emp.PNG" style="width: 835px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51659i29C0D123C842FE28/image-size/large?v=v2&amp;amp;px=999" role="button" title="emp.PNG" alt="emp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the script I used to create this example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = New Table( "Bias Analysis",
	New Column( "Donor", Numeric, Nominal, Values( Shape( Transpose( Repeat( 1::10, 2 ) ), 20, 1 ) |/ Repeat( 0, 6 ) ) ),
	New Column( "Predicate", Numeric, Continuous, Values( Shape( Transpose( Repeat( J( 1, 10, Random Normal( 15, 2 ) ), 2 ) ), 20, 1 ) |/ Repeat( 15, 6 ) ) ),
	New Column( "Test", Numeric, Continuous, Values( (:Predicate &amp;lt;&amp;lt; Get As Matrix) + J( 26, 1, Random Normal( 0, 0.1 ) ) ) )
);

dt &amp;lt;&amp;lt; New Script( "MSA by EMP",
	EMP Measurement Systems Analysis(
		Y( :Test ),
		X,
		Part( :Donor ),
		Standard( :Predicate ),
		Model( Crossed ),
		Dispersion Chart Type( Range ),
		Max Iter( 100 ),
		Conv Limit( 0.00000001 ),
		EMP MSA Analysis( :Test, Linearity and Bias Results( 1 ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 Mar 2023 17:04:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Gauge-Bias-Report-Error/m-p/618805#M81817</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-03-31T17:04:14Z</dc:date>
    </item>
  </channel>
</rss>

