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!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

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

How to change the number of level for Group X on Graph Builder?

Hello,

I am very new to JMP and I want to change the number of level for my group X. I want to separate them as two different region.

From here, 

joepark_0-1619909414830.png

 

By having 2 for the number of level, I got this

joepark_1-1619909492409.png

 

How to divide 2 level 100-400 and 400> 

 

Any guidance would be appreciated.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to change the number of level for Group X on Graph Builder?

What you need to do, is to create a new column in your data table, and using a formula, assign the rows to one of the two groups you they should be in.  Then, when you use Graph Builder, us the the new column as the X Grouping column

Jim

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: How to change the number of level for Group X on Graph Builder?

What you need to do, is to create a new column in your data table, and using a formula, assign the rows to one of the two groups you they should be in.  Then, when you use Graph Builder, us the the new column as the X Grouping column

Jim
joepark
Level III

Re: How to change the number of level for Group X on Graph Builder?

Hi Txnelson,

 

Thank you so much for your reply! I tried to make binning formula from the column menu and I found out I don't have 'utilities' option.

Do you have any ideas how to find 'utilities' option?

joepark_1-1619925638641.png

 

 

joepark
Level III

Re: How to change the number of level for Group X on Graph Builder?

Sorry I just found the option under the menu bar.

Recommended Articles