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

  • Bug? Excel add-in not loading combined cells properly

    In JMP 16.2, the Excel add-in doesn't merge combined cells as it happens with the Excel wizard. Let's create a table with combined cells (a common practice in Excel). [see attached] RowABCXYZ10.7762170.9834860.25715600020.9760180.9965870.68016510130.9525020.8645370.16730901040.1993490.3476250.2285311-1-150.1876440.8889050.94740700-160.4202030.4967390.786041-101 Using Excel-addin (preferences chang...

    FN FN
    Discussions |
    Mar 2, 2023 6:59 AM
    1436 views | 2 replies
  • Move Rows

    Hello
    I have calculated the table, but I want to move rows in this table.For example, I want to move the GPIO row to the start of the table and the JTAG row after GPIO.I tried to write this script, but something went wrong, can you assist me with this script? dt << Move Rows ( {"GPIO"}, At Start );
    dt << Move Rows ( {"JTAG"}, After( "GPIO" ) );  

    Dennisbur Dennisbur
    Discussions |
    Mar 2, 2023 5:03 AM
    2250 views | 4 replies
  • I/O error when close a data table

    Hello, Recently I just installed JMP 15. Whenever I attempted to close a non-empty data table, the log will pop up with the following error message: "Save changes to the JMP Data Table Untitled 25?I/O problem.Untitled 25.jmp
    Unable to open in ReadWrite mode.
    The system cannot find the file specified." The table has nothing special. I just created a new one and type in random words in the cols;I hav...

    kanpiner kanpiner
    Discussions |
    Mar 2, 2023 4:50 AM
    4142 views | 5 replies
  • Create new columns that add data from existing columns to one fixed column

    Let's say I have one column with numeric-continuous data.  This data is my "reference" data.  I have n other columns with numeric-continuous data.  Is there a way to create an additional n columns where each of these new columns is a sum of the first "reference" data column with each of the n other columns?

    ashwint27 ashwint27
    Discussions |
    Mar 1, 2023 9:27 PM
    1640 views | 2 replies
  • How to set confidence interval's method to likelihood instead of Wald for the Distribution Profiler in 'Fit Life by X'

    Hi everyone, This seems to be a simple question, but I cannot find the solution. In Analyze toolbar > Reliability and Survival > Fit Life by X, there is a distribution profiler. My problem is that the confidence intervals (CIs) shown here are using Wald's method, even when I selected the likelihood as the preferred CI method. Unfortunately, I also cannot find the button to change from Wald to like...

    Bhume_Chant Bhume_Chant
    Discussions |
    Mar 1, 2023 6:50 PM
    1631 views | 2 replies

Latest Discussions

  • Bug? Excel add-in not loading combined cells properly

    In JMP 16.2, the Excel add-in doesn't merge combined cells as it happens with the Excel wizard. Let's create a table with combined cells (a common practice in Excel). [see attached] RowABCXYZ10.7762170.9834860.25715600020.9760180.9965870.68016510130.9525020.8645370.16730901040.1993490.3476250.2285311-1-150.1876440.8889050.94740700-160.4202030.4967390.786041-101 Using Excel-addin (preferences chang...

    FN FN
    Discussions |
    Mar 2, 2023 6:59 AM
    1436 views | 2 replies
  • I/O error when close a data table

    Hello, Recently I just installed JMP 15. Whenever I attempted to close a non-empty data table, the log will pop up with the following error message: "Save changes to the JMP Data Table Untitled 25?I/O problem.Untitled 25.jmp
    Unable to open in ReadWrite mode.
    The system cannot find the file specified." The table has nothing special. I just created a new one and type in random words in the cols;I hav...

    kanpiner kanpiner
    Discussions |
    Mar 2, 2023 4:50 AM
    4142 views | 5 replies
  • Get column value related to another column minimum

    Hi,I am looking for easier way (without scripting) for extract the X column value of Y axis minimum for each plot/charts.I have N columns chart, the first column is the X axis. the other is sets of measurements\reading.I want to get the X value which related to each set of plots.I did it by script but i want to know if there is an easier way.attached example for data format.following the script I ...

    YGerchman YGerchman
    Discussions |
    Mar 1, 2023 6:36 PM
    978 views | 1 replies
  • Minimum function

    I have two different dates for different people. First column (A) is person name. Second column is (B=index event date) and the third one is (C=intervention date). The fourth column is  the difference (D) between the two dates "B-C/ in days(1)" .
    My question is how to let JMP choose specific value in D for each person (A). I need to select the value in the following timeframes:
    1- The closest value ...

    AliSheffeh AliSheffeh
    Discussions |
    Mar 1, 2023 3:51 PM
    1321 views | 2 replies
  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1078 views | 0 replies

Latest Discussions

  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1078 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    792 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1599 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1630 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
view all discussions