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

  • Multiple column color formatting

    I have multiple columns both numerical and characters. I want to color format for all numeric columns.  My first attempt was using if function Local ({dt},
    dt = Data Table ("Cpk report overall");
    dt << Begin Data Update;
    For Each Row(
    If(
    :"Row 1"n >= 1.33, :"Row 1"n << Color cells ("Green", Row()),
    (:"Row 1"n < 1.33) & (:"Row 1"n >= 1.06), :"Row 1"n << Color cells ("Yellow", Row()),
    :"Row 1"n < 1.06, :"...

    Azim Azim
    Discussions |
    Oct 18, 2024 2:06 AM
    834 views | 2 replies
  • Customize Toolbars - Move Items within Toolbar

    I've created a toolbar that contains numerous Custom JSL Scripts that I've written.  I would like to change the order/grouping of these items on the toolbar but can neither drag/drop them to new locations nor do I find any commands for moving or adjusting the position of items within the Toolbar.  The best I've been able to figure out, which is rather clunky and time-consuming, is to create a new ...

    terapin terapin
    Discussions |
    Oct 18, 2024 12:59 AM
    3896 views | 6 replies
  • Plot multiple Y axis from a list of column on JSL

    Hi all,    I have an issue with plotting some data from an FTIR experiment. I have a list containing the name of the columns I want to plot on the Y axis so that they are all overlaid on the same scale (not on top of each other). But somehow I can't figure out how to write the code. 
    I tried like this but it seems like the "Position([1])"isn't really working.   Can anyone help?   Thanks!

    gb = dt<<...

    LGaspard_98 LGaspard_98
    Discussions |
    Oct 17, 2024 11:55 PM
    891 views | 2 replies
  • JMP use for Module Engineers in Semiconductor industry

    Hello guys. I have been using JMP lately for my experimental designs in the semiconductor industry. I wanted to reach out and to see if there is anyone who could help me with a guideline and a couple of questions I have. Thanks for your time and considering my request.Best,Moein

    Moein_afr Moein_afr
    Discussions |
    Oct 17, 2024 11:51 PM
    957 views | 3 replies
  • No output result for summation of multiple columns

    Trying to create a new column to represent a grouping of several columns together by using the sum function in the formula box. I've tried a few different ways (manually clicking each column to be used and using the + sign, selecting the statistical sum function and adding each column, and highlighting all needed columns then right clicking to Combine Sum) and each time the formula allows me to co...

    TAKAMX TAKAMX
    Discussions |
    Oct 17, 2024 11:11 AM
    1387 views | 5 replies

Latest Discussions

  • JMP use for Module Engineers in Semiconductor industry

    Hello guys. I have been using JMP lately for my experimental designs in the semiconductor industry. I wanted to reach out and to see if there is anyone who could help me with a guideline and a couple of questions I have. Thanks for your time and considering my request.Best,Moein

    Moein_afr Moein_afr
    Discussions |
    Oct 17, 2024 11:51 PM
    957 views | 3 replies
  • Creating a dashed median line in boxplot

    I'm creating a boxplot, and I want to have a dashed median line in a boxplot. Please give me show me how to do it. I've tried so many times, but I am not successful. Thank you.

    Huriken Huriken
    Discussions |
    Oct 17, 2024 4:46 AM
    1554 views | 4 replies
  • using web browser box, is there any way I can have it retain BROWSER level zoom between "navigate" events?

    I'm firing events into the browser box, but every time I navigate a URL my browser level zoom gets reset.Browser level zoom like in chrome is controlled with "{ctrl} + {mouse wheel}" or "{Ctr}l + {+}"  Is there any parameter I can set to control this or maintain the users previous setting?Coming in at 100% every time isn't ideal.I have full control of the web page too, but I don't want to do a CSS...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 16, 2024 8:02 AM
    1168 views | 1 replies
  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    599 views | 0 replies
  • How to use a variable in JSL to set the levels of a DOE factor?

    I'm trying to add a factor to a DOE using a variable instead of hard coding the levels. The end goal is to provide the user with a simple interface set the levels for one of the factors. The following code doesn't work and the factor just ends up with L1 and L2 as levels. Names Default To Here( 1 ); levels = List(1,2,3); d = DOE( Custom Design, Add factor(Discrete Numeric, levels) ); d << Make...

    ChrisMuenzer ChrisMuenzer
    Discussions |
    Oct 15, 2024 7:30 PM
    1038 views | 2 replies

Latest Discussions

  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    599 views | 0 replies
  • PLS

    New to PLS and confused as to the following: when I run the PLS and ask for results  for two factors, I  get two rows for each Y (in this case metabolites). I must  be interpreting the results wrong, as I do not expect two rows for each metabolite, with a total of four different scores, two apparently corresponding to each factor.  

    CarlSchmidt CarlSchmidt
    Discussions |
    Oct 12, 2024 7:49 AM
    459 views | 0 replies
  • JMP Virtual Lab: Can not access to virtual laboratory because of user name or password error

    1. Reset the password: Password not set successfully2. User name and password are not changed How to solve the problem?

    chenxiaobin chenxiaobin
    Discussions |
    Oct 11, 2024 1:53 AM
    568 views | 0 replies
  • Locked Data Table

    In JMP 18 a locked data table does no longer allow saving a script. This is a disadvantage in my working process. In my view locking the data table should protect the data only. W. Koch

    winfriedkoch0 winfriedkoch0
    Discussions |
    Oct 3, 2024 8:12 AM
    536 views | 0 replies
  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    565 views | 0 replies
view all discussions