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

  • Predicted response of ANN

    when I save the predicted response of ANN in jmp, it gave me points not values

    hamza-moussa hamza-moussa
    Discussions |
    Nov 25, 2023 6:31 AM
    1097 views | 1 replies
  • How to exclude rows until distribution mean meets a criteria?

    Below is an example similar to my actual case where I would like to exclude SITEs until the distribution mean for each parameter (only those plotted case below) fall within their respective spec limits.Sites/wafer to be excluded start from the distribution extreme on the side where the mean is outside the spec limit (LSL or USL). I think one could start with any parameter, remove sites from the di...

    Neo Neo
    Discussions |
    Nov 25, 2023 6:08 AM
    4963 views | 10 replies
  • JSL Help: Set Function() command syntax help

    Hi All,   Back with another JSL programming question. It's related to the other posts through, e.g. here.   I would like to have a Check Box() functionality that when the check box is checked (state=1), the selected rows (it happens to be rows where RSquare is negative) are selected and then hidden and removed so the updated Graph builder shows the desired output. Then, if the box is unchecked (st...

    SDF1 SDF1
    Discussions |
    Nov 25, 2023 5:05 AM
    4123 views | 9 replies
  • Fatal JMP16 bug

    This isn't a question, just brining awareness to an issue that I recently noticed within my scripts since moving to JMP16 -- namely, I'd assume that Is Namespace( ... ) would not return a truthy value for a deleted namespace, but it does in JMP16.2 (but not in JMP14.3) Because of this, the following script crashes JMP16.2:ns = New Namespace(); ns:ns = New Namespace(); ns:ns << Delete Namespace(); ...

    ErraticAttack ErraticAttack
    Discussions |
    Nov 25, 2023 4:10 AM
    4634 views | 11 replies
  • How do I use a formula to calculate mean for selected rows

    Hi everyone, To preface, I am basically a new user to JMP so I don't know how to do any scripting.  Just basic formulas, etc.  Here is what I need to do and can't figure out how.  I'd like to first calculate an average of the "Amount of Cyandin" for each of the same "Sample Number" (goal to have a column that calculates what I've placed in the "Average of three injections" column.  Similarly I'd l...

    EmilyT EmilyT
    Discussions |
    Nov 24, 2023 3:34 PM
    5225 views | 5 replies

Latest Discussions

  • Predicted response of ANN

    when I save the predicted response of ANN in jmp, it gave me points not values

    hamza-moussa hamza-moussa
    Discussions |
    Nov 25, 2023 6:31 AM
    1097 views | 1 replies
  • JSL Help: Set Function() command syntax help

    Hi All,   Back with another JSL programming question. It's related to the other posts through, e.g. here.   I would like to have a Check Box() functionality that when the check box is checked (state=1), the selected rows (it happens to be rows where RSquare is negative) are selected and then hidden and removed so the updated Graph builder shows the desired output. Then, if the box is unchecked (st...

    SDF1 SDF1
    Discussions |
    Nov 25, 2023 5:05 AM
    4123 views | 9 replies
  • Modular scripts with functions yielding data tables not working

    Hi, I have multiple include modules with functions, which are supposed to each yield a data table reference. In the main script these data tables are joined (see below). Joining, however, fails. I suppose, the error is about namespacing, but could not find a solution on my own. Thanks in advance.  main.jsl: include("module1.jsl");include("module2.jsl"); dt1 = Function1(); // in module1.jsldt2 = Fu...

    UEJ UEJ
    Discussions |
    Nov 24, 2023 9:55 AM
    948 views | 1 replies
  • How to use JSL to save an entire column of text content to a binary file?

    for exampleSH12 SA15toThanks!

    lala lala
    Discussions |
    Nov 24, 2023 1:39 AM
    757 views | 1 replies
  • Trigger JSL by selecting a data point

    Hi, what is the best way to trigger JSL when I select a data point in Graph Builder?e.g. to update parts of the Dashboard based on the current selection There is the Row State Handler.But this is a property of the data table. So the JSL code will even be triggered after the Dashboard got closed.So, I would have to take care to remove it afterwards. I noticed that a Filter Change Handler of a Local...

    hogi hogi
    Discussions |
    Nov 23, 2023 11:29 AM
    1006 views | 2 replies

Latest Discussions

  • When the neural network of JMP is operated in Python, the value is different.

    When the neural network created by JMP was saved and run in python code, it output values different from the score output by JMP.

    OS:windows 10Python Version : 3.9

    File list jmp_score.py
    CNN_NTanH_boost.py <- JMP Python 
    mypython_code.py


    import CNN_NTanH_boost
    import numpy as np
    import pandas as pdfilepath = r"filepath" ext = 'csv' if filepath.endswith(ext): df=pd.read_csv(filepath) else : df=pd....

    TShiino TShiino
    Discussions |
    Nov 21, 2023 8:48 PM
    830 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    786 views | 0 replies
  • Choice platform, analysis of discrete choice: random parameters logit analysis?

    Hi there,I have a question concerning the choice platform. I have conducted a discrete choice experiment and analysed it using JMP. I have the choice profiles dataset, and the choices run (or responses) on another. I have done my analysis, and it bears interesting results.A colleague suggested performing a random parameters logit analysis. Is it possible to do it in JMP? How does it differ from th...

    gav2013 gav2013
    Discussions |
    Nov 17, 2023 8:07 AM
    746 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1197 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    834 views | 0 replies
view all discussions