cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

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