cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
bayesfactor1
Level II

Fit Model with >1 factor results in NonEstimable Std Error?

When I run a Fit Model with one factor, I get an output that includes Std Error estimates from which I could calculate confidence limits. When I run a Fit Model with more than 1 factor, I get an output with Std Error blank and a column that says "NonEstimable". Why is that? I'd like to know confidence limits on the parameter estimates!

bayesfactor1_0-1617481054503.png

 

2 REPLIES 2
Thierry_S
Super User

Re: Fit Model with >1 factor results in NonEstimable Std Error?

Hi,
It is a bit challenging to give you a precise answer based on the limited information you provided but I wonder if your Samples variable is only represented in specific Batches, as shown below:
Batch 1 - Sample A
Batch 1 - Sample B
Batch 1 - Sample C
Batch 2 - Sample D
Batch 2 - Sample E
...
If it is the case, there is not information for JMP to test the effect across your variables. You may want to explore the functionality of Nesting Sample within Batch: Sample[Batch]?
Best,
TS
Thierry R. Sornasse

Re: Fit Model with >1 factor results in NonEstimable Std Error?

The Singularity Details notice at the beginning of the report suggests that you have confounded effects with your current specification of the model.

Recommended Articles