cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

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

Built in way of taking mean of replicates?

I have a data table with columns:

Sample Target Measurement

 

Is there a built in way I can take the mean of Measurement for rows where the combination (Sample, Name) is the same in multiple rows?

Without using 2 nested for loops.

 

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Built in way of taking mean of replicates?

See Tabulate, Summary, Summarize and Col Mean()

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Built in way of taking mean of replicates?

See Tabulate, Summary, Summarize and Col Mean()

-Jarmo

Recommended Articles