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

  • Something Like Solver with Nonlinear?

    Hello,   Love this stuff. But having a problem using JMP to solve a problem that I currently do in Excel.    Picture is attached. I have an analytical measurement of volume % of a given particle size on each row. I need to convert each row into a particle count for some other calculations, so I made a model that assigns a particle count to each particle size, and then let Solver make the model pre...

    FJMoesler FJMoesler
    Discussions |
    Oct 26, 2021 8:20 AM
    5110 views | 7 replies
  • Response Surface Design with 1 impossible configuration

    Hi, I've just built an orthogonal response surface design with 8 contiunous parameters with the default axial value : 2.828. The problem is that 1 on my parameters it has no physical sens to go beyond the lower bond. So I have 1 exp that I can't do. Would you advise me to use a optimal design with a constraint, even if the quality of the plan is less than a response durface design ?Or just change ...

    theocurnillon theocurnillon
    Discussions |
    Oct 26, 2021 5:08 AM
    746 views | 1 replies
  • How do I analyse paired comparisons with an internal control

    Hello, I am relatively new to JMP (currently using JMP 15) and I am struggling to identify how to analyse paired comparisons where each test subject has a control measure and an intervention measure at every timepoint. The analysis being performed is looking at the change in continuous variable measured on the face over a defined time period, we know from experience that this variable fluctuates o...

    MKinninmonth MKinninmonth
    Discussions |
    Oct 26, 2021 1:55 AM
    6334 views | 10 replies
  • How to solve the error of window tap? Windows 11 install problem?

    Hello. Everybody!
    I have a big trouble using the Jump.After my pc upgrade to Windows 11, then find error at Jump Pro. Thus, I downgraded with Windows 10. After install Jump Pro, I can not add the item in the left bot to the right box.It cannot show the action. Also, it does not show the click for a second choice of the item in the left box.Pls, give me the solution from this problem.Thanks in advac...

    Jingook Jingook
    Discussions |
    Oct 25, 2021 4:17 PM
    1570 views | 2 replies
  • Question about variable with hours

    I have an end-of-work variable of the respondents. I want to set so that people who finish their workday at midnight or 3 AM will be considered as those who finish later, at the moment it presents me as someone who finishes their workday earlier.
    How can I set this up? The problematic observations are highlighted in the attached image: 

    Rozenzwaige2 Rozenzwaige2
    Discussions |
    Oct 25, 2021 3:53 PM
    1958 views | 6 replies

Latest Discussions

  • Something Like Solver with Nonlinear?

    Hello,   Love this stuff. But having a problem using JMP to solve a problem that I currently do in Excel.    Picture is attached. I have an analytical measurement of volume % of a given particle size on each row. I need to convert each row into a particle count for some other calculations, so I made a model that assigns a particle count to each particle size, and then let Solver make the model pre...

    FJMoesler FJMoesler
    Discussions |
    Oct 26, 2021 8:20 AM
    5110 views | 7 replies
  • Response Surface Design with 1 impossible configuration

    Hi, I've just built an orthogonal response surface design with 8 contiunous parameters with the default axial value : 2.828. The problem is that 1 on my parameters it has no physical sens to go beyond the lower bond. So I have 1 exp that I can't do. Would you advise me to use a optimal design with a constraint, even if the quality of the plan is less than a response durface design ?Or just change ...

    theocurnillon theocurnillon
    Discussions |
    Oct 26, 2021 5:08 AM
    746 views | 1 replies
  • How do I analyse paired comparisons with an internal control

    Hello, I am relatively new to JMP (currently using JMP 15) and I am struggling to identify how to analyse paired comparisons where each test subject has a control measure and an intervention measure at every timepoint. The analysis being performed is looking at the change in continuous variable measured on the face over a defined time period, we know from experience that this variable fluctuates o...

    MKinninmonth MKinninmonth
    Discussions |
    Oct 26, 2021 1:55 AM
    6334 views | 10 replies
  • Script editor - turn off quote completion?

    In JMP Pro 15.2.0, whenever I type a quote character - " - JMP inserts another. But the cursor is left at the end of the line. After I type a quote, this is what i have (with | being the cursor position): ""| I then have to backspace once so I can start typing the text for the string literal.Of course, when I go to close the string literal, it happens again:""|I have to backspace once again to get...

    blackeneth blackeneth
    Discussions |
    Oct 25, 2021 1:52 PM
    1569 views | 2 replies
  • Help with JSL file run method

    Can I create a JSL which runs with the excel file stored in the same folder as the JSL file ? I have to analyze various output files, all of the output files are stored in different folders , but has the same columns and analyzing method.Can I create a JSL file which when copied to the source folder and ran it runs the excel file (output file) in that folder?

    hs2021 hs2021
    Discussions |
    Oct 25, 2021 11:45 AM
    798 views | 1 replies

Latest Discussions

  • how can I use structural equation model to make predictions?

    Hi, I built a structural equation model and it works well. I would like use the model to make some predictions. Basically, what I want to do is to change the value of a variable and then JMP can calculate the values of other variables. Is there any way i can output the model equation so that I can use it to predict? Thanks.

    lujc07 lujc07
    Discussions |
    Oct 22, 2021 11:54 AM
    718 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    686 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    643 views | 0 replies
  • world map server compatibility

    I have successfully used 1-2 world map servers in the past through GraphBuilder but am encountering issues recently (JMP Pro 16). I can't figure out if it's something on my/JMP's end, or the WMS themselves. For instance, the US government has all these presumably WMS-like mapping products:  Note: tiled services may show up as Web Map Tile Service (WMTS), rather than WMS. Most software that can loa...

    abmayfield abmayfield
    Discussions |
    Oct 22, 2021 4:56 AM
    743 views | 0 replies
  • Preserving JMP Data Table Hyperlinks when Tables are Saved in Excel Format

    At the risk of blasphemy, I am trying to figure out how to save a table that has hyperlinks for all data in a column in an Excel file, where the hyperlinks are still functional. I pull a lot of Excel data into JMP for faster data analysis and can add hyperlinks to entries in JMP columns. I can save the resulting charts as picture files and raw data files that can be read in Excel, but would also l...

    JensRiege JensRiege
    Discussions |
    Oct 15, 2021 3:39 PM
    755 views | 0 replies
view all discussions