cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • 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
    998 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
    812 views | 3 replies
  • All pairs, Tukey HSD graph builder

    Hey @everyone, Does anyone have a script to take data from the Fit Y by X analysis tool and add the connected letters report to the table itself?I am doing this manually in powerpoint, but I have a lot of data to analyse, so any tip or trick would help.Thanks I am looking for a result that looks like this, or close.This was generated by adding the letters one by one onto the graphs, but it is not ...

    ropeburn007 ropeburn007
    Discussions |
    Jun 17, 2024 9:51 PM
    866 views | 2 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
    705 views | 1 replies
  • getting new versions

    If, like me, you're having a hard time finding the JMP 18 installers now that 18 is out (yay!! good upgrade, if you haven't used it yet!), here's the link you're looking for:  https://store.jmp.com/subscription/license/view/  Happy upgrading! I'm mostly a JSL wonk, and this version like all upgrades does have some hiccoughs for your old scripts, but it's pretty solid--and Global Pragmatica® LLC is...

    erin_vang erin_vang
    Discussions |
    Jun 17, 2024 4:08 PM
    531 views | 1 replies

Latest Discussions

  • 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
    998 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
    812 views | 3 replies
  • All pairs, Tukey HSD graph builder

    Hey @everyone, Does anyone have a script to take data from the Fit Y by X analysis tool and add the connected letters report to the table itself?I am doing this manually in powerpoint, but I have a lot of data to analyse, so any tip or trick would help.Thanks I am looking for a result that looks like this, or close.This was generated by adding the letters one by one onto the graphs, but it is not ...

    ropeburn007 ropeburn007
    Discussions |
    Jun 17, 2024 9:51 PM
    866 views | 2 replies
  • getting new versions

    If, like me, you're having a hard time finding the JMP 18 installers now that 18 is out (yay!! good upgrade, if you haven't used it yet!), here's the link you're looking for:  https://store.jmp.com/subscription/license/view/  Happy upgrading! I'm mostly a JSL wonk, and this version like all upgrades does have some hiccoughs for your old scripts, but it's pretty solid--and Global Pragmatica® LLC is...

    erin_vang erin_vang
    Discussions |
    Jun 17, 2024 4:08 PM
    531 views | 1 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
    595 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
    370 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
    383 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
    509 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
    409 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
    384 views | 0 replies
view all discussions