cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Save all settings from custom doe design and design report

    I understand that there is an option to save factors and responses from the custom doe window - can this functionality be extended to savings all setting?In some way, I think that it's related to Matrix X, but I didn't understand this section from the JMP Documentation.
    To facilitate the comparison of different designs and models, can the Design Evaluation output be saved?

    acid1c acid1c
    Discussions |
    Jul 27, 2015 6:26 AM
    14053 views | 6 replies
  • Prediction Formula

    These guides (A Chemical Mixture Example and Save Columns) state that I can access the Prediction Formula for a given column by using the menu: Save Columns > Predicted Values
    I am using JMP 12 and this menu is nowhere to be found. Where should I look?

    acid1c acid1c
    Discussions |
    Jul 27, 2015 6:13 AM
    10548 views | 2 replies
  • How to remove "where" condition from Contol Chart displays.

    Hello,I'm plotting three different charts(IR,EWMA & CUSUM) in a single window but the problem I'm facing is it's displaying the where condition used within charts on the display window as well.Display Window: Code:obj=New Window("Trend Analysis Report "||Long Date(Today()), vlb=V list Box());display=Function({Process,Label,By,Src_Type,lmt1,lmt2,lmt3}, r1=New Window("", plb=Panel Box(" Control Char...

    vs90 vs90
    Discussions |
    Jul 27, 2015 5:44 AM
    11960 views | 4 replies
  • Augmenting Mixture-Process DOE

    3 component mixture,0 < A < 0.40 < B < 0.10 < C < 1with 1 linear constraint,0 < (A+B) < 0.4and 1 categorical process factor with 4 levels,P1 = {1,5,10,15}.I setup the experiment using JMP 12 and this tutorial (example 1),Mixture ExperimentsNow, JMP has calculated that the default number of runs is 18, using points at vertex, edge and centroid.How can I augment this by adding additional axial point...

    acid1c acid1c
    Discussions |
    Jul 25, 2015 9:40 AM
    14365 views | 9 replies
  • How do I pull a Column Info edit as script?

    Hello everyone,So I had run my SQL query and created my datatable. Now I wanted to turn my column of numbers into a pretty US currency instead of the brick of numbers it was. I was able to right click on the PricePaid go to Column Info and make the change. Now I can't figure out how to copy that part out so I can add it to my script.Anyone know how to pull that part out as a script? or perhaps how...

    loysius loysius
    Discussions |
    Jul 24, 2015 4:35 PM
    11066 views | 4 replies

Latest Discussions

  • can row names be part of data

    I am trying to run multivariate analysis involving peaks (chemical compounds) and treatments.  is there a way to make the row number significant and usable as part of the data?

    akennedy0 akennedy0
    Discussions |
    Jul 21, 2015 3:08 PM
    5009 views | 1 replies
  • How to resample / interpolate unevenly spaced time series?

    I have an dataset consisting of two columns, X and Y, resulting from a measurement (cyclic voltammetry using PAR potentiostat). Unfortunately, the spacing of X is not equal (varies between 0.0005 and 0.0015), and the instrument's software cannot fix this. I would like to resample or interpolate the data to get equal spacing of, say, 0.001 in X. Is there a fast way to do it?

    michal_krompiec michal_krompiec
    Discussions |
    Jul 16, 2015 7:33 AM
    12402 views | 2 replies
  • How do I create contour plots with no legend via scripting?

    I just want to prevent the legends from being generated, & I didn't see a way to do this in any help pages. I am generating lots and lots of contour plots and the legends take up too much room.Thanks!

    rpeard rpeard
    Discussions |
    Jul 16, 2015 6:35 AM
    7200 views | 3 replies
  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3256 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4214 views | 0 replies

Latest Discussions

  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3256 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4214 views | 0 replies
  • how to invisible local data filter

    Hi all,Till now I was using "Panel Box" and "Close" local data filter command for the invisible but functioning local data filter. Something like below closes the data filter it is visible by jmp graph but invisible by the HTML5 output (magical).nw[Panel Box( 1 )][Outline Box( "Local Data Filter" )] << Close( 1 );nw[Panel Box( 2 )][Outline Box( "Local Data Filter" )] << Close( 1 );
    This time I use ...

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 9, 2015 7:00 AM
    2914 views | 0 replies
  • Fit Y by X Interactive HTML5 output

    I don't know if anybody using the Interactive HTML output as intensive as me but Fit Y by X platform needs an upgrade about converting the jmp language to HTML5 language. Here is an example comparing the outputs of both. Almost none of the axis and font and colour settings seem to be carried over.

    saitcopuroglu saitcopuroglu
    Discussions |
    May 22, 2015 3:14 AM
    2546 views | 0 replies
  • PowerPoint Export of Journal

    Is there a way to control the formatting of the exported PowerPoint deck?  The exported file needs so much clean up I am not sure if it saves any time over cutting and pasting.  I made a simple journal from the big class data table and a 1 page journal turns into a 5 page PowerPoint. The resulting PowerPoint is attached.

    Hegedus Hegedus
    Discussions |
    Apr 7, 2015 4:03 PM
    10413 views | 0 replies
view all discussions