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

  • Get currently executing line number of script as a variable

    I'd like to send progress messages to the log that include the currently executing line number of the script. If I never changed the script of course I could just hard-code the line number into the message. But when I add/delete lines in the course of editing, the line numbers change. So is there a function that gives you the currently executing line number, so I could incorporate something likeWr...

    john_madden john_madden
    Discussions |
    Oct 17, 2023 5:32 PM
    1525 views | 2 replies
  • Can I get local data filter selected x-axis parameters (in graph builder) in a list?

    I want to get the x-axis parameters (in graph builder) selected by my local data filter selection as a list to use in another script. Is it possible to do this via JSL?

    Neo Neo
    Discussions |
    Oct 17, 2023 4:40 PM
    1760 views | 4 replies
  • Saving multiple graphs in a window report to a single svg

    I am trying to save all the graphs in a bivariate report to an svg.  When I use "Save as" to do it it works fine.  I can't get it to work in jsl.      

    SampleTapir814 SampleTapir814
    Discussions |
    Oct 17, 2023 1:11 PM
    2592 views | 4 replies
  • List of all Platform objects?

    If I generate a platform via JSL with a By variable, the return value is a list of all generated scriptable objects.If I use the platform command just to open the Dialog - and then later, after the user clicked on OK, what is a fast & robust way to get the list of all scriptable objects which were generated? Something like(current report() << xpath("//OutlineBox")) << get scriptable object()... wi...

    hogi hogi
    Discussions |
    Oct 17, 2023 9:54 AM
    3967 views | 10 replies
  • binary recoding

    How can I simply recode a colum with numeric or missing values into a binary code?I simply wanto to know, if there is any entry ("1") or none ("0").For this purpose I would like to recode the colum by recoding "missing value" to "0" and any other numeric value to "1".

    KarlK KarlK
    Discussions |
    Oct 17, 2023 9:40 AM
    1743 views | 4 replies

Latest Discussions

  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    653 views | 0 replies
  • Are the results of fit two-level screening valid with a Plackett-Burman which may violate effect sparcity?

    I wanted to design an experiment to screen 18 factors against one response. I now understand that there are more modern, better designs to solve this problem, but at the time I used a 20-run Plackett-Burman design. I completed each run in duplicate, for 40 runs in total. I am attaching a .csv of the anonymised results, where I have standardised the factor levels (subtracted mean and divided by sta...

    noahsprent noahsprent
    Discussions |
    Oct 17, 2023 2:51 AM
    3078 views | 5 replies
  • Post processing Monte Carlo Outcomes from Prediction Profiler

    Hello everybody, I have a JMP file with a formula of two random variables: "Voltage" and "thickness".To visualize the statistical distribution of the formula, I am using the JMP Prediction profiler.I managed to create a table with all the Monte Carlo outcomes run by the profiler using the JSL command:Simulate to TableHere is what my screen looks like: As a next step I would like to use the columns...

    mark_war mark_war
    Discussions |
    Oct 16, 2023 11:08 AM
    1302 views | 2 replies
  • Adding location points to a DoE?

    I've created my first DoE and executed it, but not sure how to proceed now I have my results.Each run has 4 assay results, but also 3 locations (top, middle and bottom) were sampled per each run.  How do I add the additional locations to the results as I can only see how to add one set of assay results per run.  

    LikelihoodFrog1 LikelihoodFrog1
    Discussions |
    Oct 16, 2023 8:15 AM
    866 views | 1 replies
  • How to do multivariate comparisons in JMP?

    I would like to know how to do the following type of comparisons on Multivariate data:1. Comparison to a standard value2. Two Sample comparison3. Paired comparison on multivariate data I could not see any previous discussion on this topic. Can someone help?

    statlover statlover
    Discussions |
    Oct 16, 2023 7:51 AM
    4007 views | 5 replies

Latest Discussions

  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    653 views | 0 replies
  • Strange behavior using GenReg and Forward Selection

    Hi All,   I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method.   So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...

    SDF1 SDF1
    Discussions |
    Oct 2, 2023 9:06 AM
    623 views | 0 replies
  • SIMCA classification method: what alternative options do I have in JMP and what are the pros/cons?

    Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method?  I am currently using JMP 17 Thank you very much...

    CamillaLiscio CamillaLiscio
    Discussions |
    Oct 2, 2023 5:55 AM
    1130 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    733 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    849 views | 0 replies
view all discussions