cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.
Choose Language Hide Translation Bar
View Original Published Thread

Column Formula CI Calculating

JMPUser9
Level II

I'm putting CI into columns and need to calculate the t-statistic from a look up table that will vary row to row. How do I use a formula to write the value for,

t(0.05,(n1+n2-2)

value from a t-table at 2-sided 90% CI (0.05), and degrees of freedom

1 ACCEPTED SOLUTION

Accepted Solutions
MRB3855
Super User


Re: Column Formula CI Calculating

Hi @JMPUser9  : If I understand your question correctly: Here it is.

t Quantile( 0.05, (:n1 + :n2) - 2 )

View solution in original post

1 REPLY 1
MRB3855
Super User


Re: Column Formula CI Calculating

Hi @JMPUser9  : If I understand your question correctly: Here it is.

t Quantile( 0.05, (:n1 + :n2) - 2 )

Recommended Articles

No recommendations found