cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Konstantinl
Level II

Using externally calculated st.dev. in X by Y

Hi everyone,

 

i occasionally get datasets, where there is no raw data available, just the mean, st.dev. and number of replicates. Is there a way to use this available data to run a t-test, for instance? A quick platform launch is included to show what I want to do.

I was thinking, that maybe constructing a simulated distribution (let's assume it's normal) with the given parameters and counts could be the way to go, but I I'm not sure how to do that. Does anyone have an idea? A scripted solution would be good, i could adapt that.

 

Have a great day!

Kanstantsin

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Using externally calculated st.dev. in X by Y

You might also be able to use this solution.

 

You would have to run very many bootstrap samples to approach inference by resampling.

View solution in original post

5 REPLIES 5
Georg
Level VII

Re: Using externally calculated st.dev. in X by Y

You can use --> Sample Index --> Teaching Scripts for a t-test with summary statistics:

But may be not appropriate for many rows.

Georg_0-1676477225225.png

 

Georg
Konstantinl
Level II

Re: Using externally calculated st.dev. in X by Y

Hi Georg, thanks for this! Didn't know this option existed! Doesn't scale too greatly unfortunately.

The solution that Mark gave is what I was looking for! And, yeah, that's not a dataset with high effects...

Re: Using externally calculated st.dev. in X by Y

You might also be able to use this solution.

 

You would have to run very many bootstrap samples to approach inference by resampling.

Konstantinl
Level II

Re: Using externally calculated st.dev. in X by Y

Hi Mark,

 

thanks a lot! yes, this worked rather nicely, and so did the concatenation for categories that Ron mentions in his reply.

 

Georg
Level VII

Re: Using externally calculated st.dev. in X by Y

I would probably use this graph to understand the data, mean on y and stddev as interval:

Georg_0-1676535597980.png

Resampling can be done of course, but will not lead to a good assessment with small differences.

Georg

Recommended Articles