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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • 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
ajguerrero
Level I

How to normalize data in the same column?

I have a data set containing 2 columns of interest: Incident number of an accident, and the date that incident occurred on. We made some changes to our traffic patterns, earlier this year. What I'm interested in looking at is whether the changes made to traffic patterns caused a change in the number of incidents/day. But when I look at this using the Graph Builder in JMP, it only gives me a count of incidents before the date of the changes and incidents after the date of the changes. We have data for the past few years, so naturally we have more data for time before the changes were implemented, than we have data for time after the changes have been made. What I'm interested in looking at is a way to normalize this data for incidents/day before the changes and incidents/day after the changes. What is a way that I would go about doing this? Thanks for any help in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
ron_horne
Super User (Alumni)

Re: How to normalize data in the same column?

hi ajguerrero​,

i am not sure i understand your question, next time post an example of the data (can be fake).

anyhow, try to use table summary, put the date in the grouping and ask for the sum of the numbers. this should give you the total of events per day.

ron

12766_pastedImage_0.png

View solution in original post

1 REPLY 1
ron_horne
Super User (Alumni)

Re: How to normalize data in the same column?

hi ajguerrero​,

i am not sure i understand your question, next time post an example of the data (can be fake).

anyhow, try to use table summary, put the date in the grouping and ask for the sum of the numbers. this should give you the total of events per day.

ron

12766_pastedImage_0.png

Recommended Articles