cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
jbasso
Level I

Critical Values in Sorted Parameter Estimates

Hi everyone,

 

I've been exploring JMP lately, specifically, the Design of Experiments.

Regarding the parameters of the fitting of the model, I'm interested in determining the critical t value for my significance level, i.e., the value of the blue vertical lines in the Sorted Parameter Estimates (example below). Is there a way to calculate this value?

 

Thank you!
Kind regards,

João

 

SortedEstimates

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Critical Values in Sorted Parameter Estimates

Use this built-in function: t quantile( probabilty, DFE). The blue lines indicate 95% significance, so use 0.025 or 0.975 for the probability.

View solution in original post

1 REPLY 1

Re: Critical Values in Sorted Parameter Estimates

Use this built-in function: t quantile( probabilty, DFE). The blue lines indicate 95% significance, so use 0.025 or 0.975 for the probability.