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

  • How to set different scale when I use "by"?

    Hi, I use "by" function to draw plots one-time.How could I use script to set different scale?I tried to use "if" but it didn't work.Here is my script:d_graph=dt3 << Graph Builder( Size( 1200, 300 ), Show Control Panel( 0 ), Variables( X( :Lot ), X( :ReadPoint, Position( 1 ) ), Y( :drift% ), Group X( :Rel_Test ), Color( :Lot ) ), Elements( Box Plot( X( 1 ), X( 2 ), Y, Legend( 1 ) ) )...

    LT LT
    Discussions |
    Jun 24, 2024 5:39 PM
    997 views | 4 replies
  • How do I make "Process Capability" with data table including limits and target?

    Could you tell me how to make Process Capability with a data table including LSL, USL, Target? ------------------------------------------------------------------------------------------------------------------------I have the data table including LSL, USL, Target. I use Column Dialog and select columns for Process Capability. But... It doesn't work with error msg "Process Capability cannot be laun...

    NagneTE1 NagneTE1
    Discussions |
    Jun 24, 2024 5:11 PM
    671 views | 2 replies
  • Standardization required in Multivariate?

    I'm trying to perform an outlier analysis (Mahalanobis distance) in Multivariate. Do I need to standardize (normalize all values to the same scale, for example, -1 to 1) all values before executing the analysis, or does JMP do that for me automatically? Thanks.

    JZ JZ
    Discussions |
    Jun 24, 2024 3:38 PM
    482 views | 1 replies
  • Input a single value to multiple selected cells in data table at once (excel CTRL+enter equivalent)

    Hi all,
    I was wondering if there is a good way to enter a single value (such as "1") into all cells which I have selected in a data table. In Excel you would do this by pressing CTRL+enter after setting the value for the cells.
    The workaround I'm using is to write the value in notepad, select the value, copy it to clipboard and in JMP data table on top of selected cells click "paste". This just does...

    asj asj
    Discussions |
    Jun 24, 2024 1:04 PM
    1740 views | 6 replies
  • how to connect points with lines in graph builder?

    In graph builder,After plotting the "Points",how to connect points with lines?I knew use "Smoother" or "Lines" to plot lines, but the lines don't connect the points. Just like the attached picture.

    Fusion Fusion
    Discussions |
    Jun 24, 2024 12:58 PM
    25203 views | 13 replies

Latest Discussions

  • Standardization required in Multivariate?

    I'm trying to perform an outlier analysis (Mahalanobis distance) in Multivariate. Do I need to standardize (normalize all values to the same scale, for example, -1 to 1) all values before executing the analysis, or does JMP do that for me automatically? Thanks.

    JZ JZ
    Discussions |
    Jun 24, 2024 3:38 PM
    482 views | 1 replies
  • Input a single value to multiple selected cells in data table at once (excel CTRL+enter equivalent)

    Hi all,
    I was wondering if there is a good way to enter a single value (such as "1") into all cells which I have selected in a data table. In Excel you would do this by pressing CTRL+enter after setting the value for the cells.
    The workaround I'm using is to write the value in notepad, select the value, copy it to clipboard and in JMP data table on top of selected cells click "paste". This just does...

    asj asj
    Discussions |
    Jun 24, 2024 1:04 PM
    1740 views | 6 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    531 views | 0 replies
  • axial points are not tken into account for designs?

    Hello,I wanted to add this question to my last post, but there is no button to edit it.Id I create adesign, do I not need into account that in a further optimisation design axial points might be necessary? If I use the real maximum values for the points |-1| and +1 snd later I want to realise a rotable CCD with a  (coded) axial point at |3.36| how will JMP handle this? Why does it not take this in...

    Thommy7571 Thommy7571
    Discussions |
    Jun 24, 2024 9:48 AM
    951 views | 4 replies
  • Multiple date formats in one column

    Hi, I have imported an excel data table into jmp and in a column that includes date and time, I can see that multiple date and time formats are represented. For that reason, jmp displays this as character. How do I take into account the different formats and still transform this into a date&time format in jmp? According to what I can see, I have two different formats e.g.: 2/19/2024 10:4608-03-202...

    JulieSAppel JulieSAppel
    Discussions |
    Jun 24, 2024 7:16 AM
    508 views | 1 replies

Latest Discussions

  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    531 views | 0 replies
  • replicate factor analysis in R

    Hi experts,
    I'm trying to replicate the results, obtained in a factor analyses using JMP Pro17, in R.I have an almost perfect matching between the unrotated factor loading obrained in JMP and R, but the rotated factor loading seem to diverge substantially, despite maintaing the same settings (factoring method, prior communality, number of factors, and rotation method - weight 1).
    Am I missing someth...

    NeuroScholar202 NeuroScholar202
    Discussions |
    Jun 24, 2024 4:41 AM
    386 views | 0 replies
  • change tick labels

    There are several ways to change tick labels in Graph Builder.

    New in JMP17: via Configure Levels. Before JMP17, one could use Value Labels: ... and there is a nice shortcut to apply them very quickly:
    - click on a tick label and hold the mouse button for some while.-  the axis will change to edit mode- edit the label- press ESC

    thanks @laura_archer for this trick & explanation


    (view in My Videos) 

    hogi hogi
    Discussions |
    Jun 20, 2024 2:01 PM
    439 views | 0 replies
  • 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
    382 views | 0 replies
view all discussions