<?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: JMP Statistical Analysis - Fit Model - Omitting of Results in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331603#M58044</link>
    <description>Note: An explanation of the problem encountered is described in the word document attached</description>
    <pubDate>Tue, 10 Nov 2020 11:53:16 GMT</pubDate>
    <dc:creator>Lefkiosvanrooij</dc:creator>
    <dc:date>2020-11-10T11:53:16Z</dc:date>
    <item>
      <title>JMP Statistical Analysis - Fit Model - Omitting of Results</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331598#M58043</link>
      <description>&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;During statistical analysis of our data set using JMP, we encounter the following problem that I would like to share with you for to ask whether other users of JMP have encountered this before and know why it occurs and how to solve it.&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Model(
	Y( :Measured RP% ),
	Effects,
	Random Effects( :Assay ),
	NoBounds( 0 ),
	Personality( "Standard Least Squares" ),
	Method( "REML" ),
	Emphasis( "Minimal Report" ),
	Run(
		:Measured RP% &amp;lt;&amp;lt; {Summary of Fit( 1 ), Analysis of Variance( 0 ),
		Parameter Estimates( 1 ), Scaled Estimates( 0 ),
		Plot Actual by Predicted( 0 ), Plot Regression( 0 ),
		Plot Residual by Predicted( 0 ), Plot Studentized Residuals( 0 ),
		Plot Effect Leverage( 0 ), Plot Residual by Normal Quantiles( 0 )}
	),
	Where( :Sample == "Accuracy 40" ),
	SendToReport(
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40"},
			"Parameter Estimates",
			OutlineBox,
			{Close( 0 )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40", "Parameter Estimates"},
			"Std Error",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40", "Random Effect Predictions"
			},
			"Std Error",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40",
			"REML Variance Component Estimates"},
			"Std Error",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40",
			"REML Variance Component Estimates"},
			"95% Lower",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40",
			"REML Variance Component Estimates"},
			"Sqrt Variance Component",
			NumberColBox,
			{Visibility( "Visible" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40",
			"REML Variance Component Estimates"},
			"Pct of Total",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40",
			"REML Variance Component Estimates"},
			"CV",
			NumberColBox,
			{Visibility( "Visible" )}
		),
		Dispatch(
			{"Response Measured RP% Sample=Accuracy 40", "Effect Details", "Assay",
			"Least Squares Means Table"},
			"Std Error",
			NumberColBox,
			{Visibility( "Collapse" )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:24:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331598#M58043</guid>
      <dc:creator>Lefkiosvanrooij</dc:creator>
      <dc:date>2023-06-09T00:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Statistical Analysis - Fit Model - Omitting of Results</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331603#M58044</link>
      <description>Note: An explanation of the problem encountered is described in the word document attached</description>
      <pubDate>Tue, 10 Nov 2020 11:53:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331603#M58044</guid>
      <dc:creator>Lefkiosvanrooij</dc:creator>
      <dc:date>2020-11-10T11:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Statistical Analysis - Fit Model - Omitting of Results</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331744#M58054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/21589"&gt;@Lefkiosvanrooij&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I was able to recreate the error that you got using s smaller data table set based on what you included in the DOCX file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, I think it has to do with your selection (or rather de-selection) of the "Unbounded Variance Components" in the Fit Model window. If you check it, the CIs are calculated a different way then if they are unchecked, see the JMP help &lt;A href="https://www.jmp.com/support/help/en/15.2/index.shtml#page/jmp/restricted-maximum-likelihood-reml-model.shtml" target="_self"&gt;here&lt;/A&gt;. It may be that you can't use the REML method in which case you can use EMS method for estimating variances. You can also check the box "Estimate Only Variance Components".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am not a statistician, so I can't comment on which method is appropriate to use for your analysis, but I believe with the "Unbounded Variance Components" unchecked, then you get the error of the fit reporting 0 for some of the samples, like Accuracy 40.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!,&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 15:42:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331744#M58054</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2020-11-10T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Statistical Analysis - Fit Model - Omitting of Results</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331749#M58057</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12549"&gt;@SDF1&lt;/a&gt;&amp;nbsp;claimed, the unbounded estimates option determines the result of estimating the variance components with REML. Unbounded estimates can result in negative estimates. Variance cannot be negative, but these results are actually the covariance, which can be negative. This option provides better hypothesis tests and BLUPs. It is important if you include fixed effects in your model. (Your script shows no fixed effects.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can bound the estimates and constrain them to be non-negative. Any negative estimate is forced to be zero.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 16:38:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Statistical-Analysis-Fit-Model-Omitting-of-Results/m-p/331749#M58057</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-11-10T16:38:17Z</dc:date>
    </item>
  </channel>
</rss>

