cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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.

Discussions

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

Counting rows

I have a data set with multiple lines of data per individual. The lines of data are medical procedures and I want to get the average number of lines (or procedures) per individual. I'm not sure how to do that.

 

I was able to count the number of lines but I can't take the mean of that since everyone who has 5 lines also has 4 lines and 3 lines and so on. So basically what I think I need is for JMP to count the number of lines, but then only save the highest number. How can I do that?

 

The data structure is like this:

 

ID      Count  

001    1  

001    2  

001    3  

002    1  

003    1  

003    2  

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Counting rows

the formula would be

 

Col Number(:Count,ID)
Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: Counting rows

the formula would be

 

Col Number(:Count,ID)
Jim

Recommended Articles