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

Beginner

Hi,

i want to create an array for two data columns

like 

a = [ .........]

b = [......]

i also want to get the mean of both arrays and display in bivariate plot. 

i a beginner to jsl and scripting as whole. thank you

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Beginner

Perform the actions interactively in JMP and let JMP script it

  1. Open JMP
  2. Create new empty table
  3. Create your columns interactively
  4. Use Tabulate/Summary/Distribution/... to calculate means
  5. Use Fit Y by X to create plot (or graph builder)
  6. Try out red triangles in different locations to see where you can get and what type of scripts
  7. If you have JMP16+ check out log (if enhanced log is enabled it has recorded your steps, bivariate plot will be recorded after it is closed)

jthi_0-1689696061627.png

 

There is a lot of material regarding JMP scripting. Below are few suggestions

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Beginner

Perform the actions interactively in JMP and let JMP script it

  1. Open JMP
  2. Create new empty table
  3. Create your columns interactively
  4. Use Tabulate/Summary/Distribution/... to calculate means
  5. Use Fit Y by X to create plot (or graph builder)
  6. Try out red triangles in different locations to see where you can get and what type of scripts
  7. If you have JMP16+ check out log (if enhanced log is enabled it has recorded your steps, bivariate plot will be recorded after it is closed)

jthi_0-1689696061627.png

 

There is a lot of material regarding JMP scripting. Below are few suggestions

-Jarmo

Recommended Articles