cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • I cant move newly created columns to specific locations

    I cant make my code work. I am trying to move some newly created columns to specific locations but I get the next error: "Unrecognized key word" Do you guys have any ideas of whats wrong here? ColDelta=(ColNum-2)/2; ColStart=4; For(k=1, k<=ColDelta, k++, TabData << Move Selected Columns( Column (ColNum+k), after(Column(ColStart)) ); ColStart=ColStart+3; );

    CrownofTears CrownofTears
    Discussions |
    Aug 14, 2023 7:27 AM
    1600 views | 4 replies
  • How can I update a shift detected in a new tool to effect my predictive Model?

    I have done a DOE and developed a LMS model and NN model for prediction purposes. On a new tool we ran some tests and noticed a slight shift, now I would like to build on previous interactions we already discovered but add the appropriate shifts to improve the predictions. Any suggestions?

    John89 John89
    Discussions |
    Aug 14, 2023 6:21 AM
    2257 views | 5 replies
  • How to change multiple columns attributes using scripts?

    I have a table with col name : Name, Sex, Track 1, Track 1, Track 3, Track 4, Track 5 .... Track 50All cols are character, nominal. I would like to change Track 1 to Track 50 to number, continuous. How can I do that using script?

    Dorami Dorami
    Discussions |
    Aug 14, 2023 2:12 AM
    1002 views | 1 replies
  • How to multiply all elements in a list

    I am trying to figure out how to multiply the unreliability of all the sub-components per year.  I was thinking of creating an array for each year and use "Product" function to multiply all of the element within the array. But I feel like it will be loop within loops. Is there any suggestion to achieve this task? Thank you.

    mquyen mquyen
    Discussions |
    Aug 13, 2023 4:06 PM
    1326 views | 2 replies
  • I cannot add USL and LSL to my variability chart automatically

    Hi Guys,

    I am trying to have my Variability charts generated automatically with LSL and USL. This is the code I am using.
    This code runs but it does not generate the limits in the chart. Do you have any idea of what io am doing wrong?DeltaVar= New Window("GRR Delta Report", For(l=1, l<=Nitems(ListDelta),l++, tres=Variability Chart( Y(ListDelta[l]), X(:Chan, :SN), Model (Crosse...

    CrownofTears CrownofTears
    Discussions |
    Aug 13, 2023 7:53 AM
    1461 views | 2 replies

Latest Discussions

  • How can I update a shift detected in a new tool to effect my predictive Model?

    I have done a DOE and developed a LMS model and NN model for prediction purposes. On a new tool we ran some tests and noticed a slight shift, now I would like to build on previous interactions we already discovered but add the appropriate shifts to improve the predictions. Any suggestions?

    John89 John89
    Discussions |
    Aug 14, 2023 6:21 AM
    2257 views | 5 replies
  • How to change multiple columns attributes using scripts?

    I have a table with col name : Name, Sex, Track 1, Track 1, Track 3, Track 4, Track 5 .... Track 50All cols are character, nominal. I would like to change Track 1 to Track 50 to number, continuous. How can I do that using script?

    Dorami Dorami
    Discussions |
    Aug 14, 2023 2:12 AM
    1002 views | 1 replies
  • How to multiply all elements in a list

    I am trying to figure out how to multiply the unreliability of all the sub-components per year.  I was thinking of creating an array for each year and use "Product" function to multiply all of the element within the array. But I feel like it will be loop within loops. Is there any suggestion to achieve this task? Thank you.

    mquyen mquyen
    Discussions |
    Aug 13, 2023 4:06 PM
    1326 views | 2 replies
  • Custom path definition in the Destructive Degradation platform

    The Destructive Degradation (DD) platform provides a list of built-in path definition models. I'm interested in fitting a first-order nonlinear kinetics model to experimental data collected at various temperatures using an Arrhenius transformation of temperature. All the Arrhenius-based kinetics models that are built-in in JMP 17.0 represent the path definitions having common intercepts and asympt...

    pepees pepees
    Discussions |
    Aug 12, 2023 6:40 AM
    941 views | 1 replies
  • XML parsing to JSL Help

    Hi Everyone, I have been stuck on this XML parsing data to JSL for awhile, I can do it at one level but not at 2 levels. I have this XML as below: <Menu name="AAA" role="PP"><Item name="XXX" value="-11.9" /><Item name="YYY" value="7.1" /><Item name="Tool" value="121"/><Item name="POSITION" value="301"/><Item name="ID" value="1562" /></Menu><Menu name="BBB" role="PP"><Item name="XXX" value="-1.9" /...

    BagOfMapsFish37 BagOfMapsFish37
    Discussions |
    Aug 11, 2023 4:36 PM
    1280 views | 2 replies

Latest Discussions

  • Graph Builder - Summary Statistics - select aggregation column?

    Points plot in Graph builder provides an option to calculate summary statistics.By default, points with same x value are aggregated into one value. Is there an option to select another column to specify groups of point which get aggregated?e.g. to display the median height/weight for different ages - with one click.  Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builde...

    hogi hogi
    Discussions |
    Aug 10, 2023 2:23 AM
    1086 views | 0 replies
  • Get the JMP Default Dark color theme

    Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes.  Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 9, 2023 9:26 AM
    1062 views | 0 replies
  • Rolling and Expanding window forecast in 17

    Is there a function in J17 to automate multiple rolling window forecasts for time series and include forecast errors MSE,MAE,etc.

    ParametricSteer ParametricSteer
    Discussions |
    Aug 4, 2023 1:05 AM
    706 views | 0 replies
  • 2023 Americas Discovery Summit User community discount?

    Hi... sorry to be a bother about this...  As I go through registration for the Discovery Summit, the system doesn't seem to recognize my community membership. Is there a code I should use? Thx!

    steven_reagan steven_reagan
    Discussions |
    Aug 2, 2023 1:12 PM
    611 views | 0 replies
  • Redo - for a Report in a Dasboard?

    Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
    - including the filters that were applied by the surrounding dashbord?

    hogi hogi
    Discussions |
    Jul 26, 2023 1:43 AM
    558 views | 0 replies
view all discussions