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

  • Get column names that has particular value

    Hi,  I just started using jmp at work and trying to learn JSL. I am trying to write a script to get the column names where the row value =1. For example, the table shows values of 0 and 1 under different IMCX columns and I want to find out which column has the value =1 in each row and store under a new column called IMC. In the first row,  column IMC 4 has 1 so I manually enter IMC4 under IMC. The...

    Paul06 Paul06
    Discussions |
    Jun 18, 2024 7:28 AM
    5561 views | 10 replies
  • DOE for agricultural applications

    Hi,I will be soon assisting colleagues in creating a DOE design for planting different crops and looking at yield. It looks like, at this point, the only factors are the crops (16 varieties) and they need to add field blocks / plots to account for differences like elevation,...etc. I have JMP pro, but never used it for Agriculture DOE and was wondering if you have recommendations or resources I ca...

    tnad tnad
    Discussions |
    Jun 18, 2024 7:16 AM
    739 views | 1 replies
  • Surface plot

    If I have a surface plot, is there a method to visualize or color the maximum points on the surface?

    Sherif_96 Sherif_96
    Discussions |
    Jun 18, 2024 6:18 AM
    1491 views | 4 replies
  • How to count number of rows generated by Tabulate()?

    I have a JSL of the form below to generate a table using Tabulate (). How do I count the number of rows in the table?Note the number of rows change with what I have got selected in the Local Data Filter () and the row count needs to be updated with my filter selection.Tabulate( Add Table( Column Table( Grouping Columns( :Parameter1 ) ), Row Table( Grouping Columns( :Wafer ) ) ), Local Data ...

    Neo Neo
    Discussions |
    Jun 18, 2024 4:52 AM
    1229 views | 3 replies
  • How to re-access a file on SharePoint?

    Some time ago I created a script that gets data from a file on SharePoint. Everything worked smoothly. One day I started receiving an access error. I have attached the code but I have removed the exact link.
    How to fix it and where is the cause of the problem?//JMP16
    dt = Open("https://link?download=1", Worksheets( "Sheet name" ), //Sheet selection Use for all sheets( 1 ), Concatenate Worksheets(
    ...

    ControlModes159 ControlModes159
    Discussions |
    Jun 17, 2024 9:48 PM
    1103 views | 1 replies

Latest Discussions

  • DOE for agricultural applications

    Hi,I will be soon assisting colleagues in creating a DOE design for planting different crops and looking at yield. It looks like, at this point, the only factors are the crops (16 varieties) and they need to add field blocks / plots to account for differences like elevation,...etc. I have JMP pro, but never used it for Agriculture DOE and was wondering if you have recommendations or resources I ca...

    tnad tnad
    Discussions |
    Jun 18, 2024 7:16 AM
    739 views | 1 replies
  • Surface plot

    If I have a surface plot, is there a method to visualize or color the maximum points on the surface?

    Sherif_96 Sherif_96
    Discussions |
    Jun 18, 2024 6:18 AM
    1491 views | 4 replies
  • How to count number of rows generated by Tabulate()?

    I have a JSL of the form below to generate a table using Tabulate (). How do I count the number of rows in the table?Note the number of rows change with what I have got selected in the Local Data Filter () and the row count needs to be updated with my filter selection.Tabulate( Add Table( Column Table( Grouping Columns( :Parameter1 ) ), Row Table( Grouping Columns( :Wafer ) ) ), Local Data ...

    Neo Neo
    Discussions |
    Jun 18, 2024 4:52 AM
    1229 views | 3 replies
  • JMP or Excel issue with protected workbooks

    I am not sure if this is a JMP or Excel issue (or both).  I often have to share my data tables with non-JMP users.  I frequently save the JMP data table in Excel format and do this with a number of data files which I then create copies of individual worksheets and move them all into one workbook.  In the past (up to a couple of months ago), this worked fine.  All of a sudden, every Excel workbook ...

    dlehman1 dlehman1
    Discussions |
    Jun 17, 2024 1:34 PM
    842 views | 1 replies
  • Reference portion of array/list indirectly

    Using JMP 17.0.0, Windows 10.I've been unsuccessful at finding documentation on what I want to do, and it seems not to be as easy as I thought it would be... What I want is to update a table (dtJ) with columns from another table (dtN), but not define precisely how many columns to add, as the amount of columns to be added may differ each time my For loop runs. For( r = 1, r <= N Items( dtlist ), r+...

    GreenisBTFL GreenisBTFL
    Discussions |
    Jun 17, 2024 10:08 AM
    661 views | 1 replies

Latest Discussions

  • Fit Johnson capability analysis

    Hello,Is it possible to modify the constant value zval in the capability analysis? thank you

    pojamet pojamet
    Discussions |
    Jun 14, 2024 4:40 AM
    544 views | 0 replies
  • When we bootstrap a nonlinear model, how are the bootstrap parameters calculated?

     JMP has proved to be an invaluable tool, and we are using JMP's nonlinear platform to fit various kinetic models that are now being used for regulatory purposes.   We need to be able to describe to various agencies around the world such as FDA, EMEA, how the bootstrap parameter list is generated within JMP.   We don't need extreme detail, just a description in plain lay-person's English that can ...

    GammaZulu GammaZulu
    Discussions |
    Jun 12, 2024 8:49 AM
    560 views | 0 replies
  • Formating when saving Journals as PDF

    The formatting that is inherent in a journal displaying a panel box is lost when saving that journal as a pdf.  Is there a way to maintain the thoughtful look and feel of the journal?PanelBox("Bill To", textbox("aaa"))I am still in JMP 14, on Windows 10.

    mann mann
    Discussions |
    Jun 7, 2024 2:38 PM
    765 views | 0 replies
  • Cox PH Survival plot with CI?

    We're trying to run a survival analysis with Cox proportional hazards for time to reinjure knees after surgery for those who return to sport before/after 9 months with covariate of age and level of sports. I'd like to be able to generate the survival plots with 95CI's along with the analyses.
    I've watched the recent tutorial but it didn't address these points.
    Can anyone point me to resources to do ...

    RodWhiteley RodWhiteley
    Discussions |
    Jun 7, 2024 5:05 AM
    587 views | 0 replies
  • ordinal logistic regression variable selection

    I’ve conducted an ordinal logistic regression analysis with 3 independent variables. I then want to ask if adding an interaction to an independent variable is warranted. What is the best approach for determining whether to retain the interaction term or not? Do you base this decision on the p-value of the parameter estimate of the interaction term, p-value of the interaction term in the Wald Test,...

    JudithSS JudithSS
    Discussions |
    Jun 6, 2024 6:19 AM
    592 views | 0 replies
view all discussions