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

  • 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
  • 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
    980 views | 1 replies
  • 如何根据用户输入的值自动的改变制表平台里的合格率?

    谢谢各位大佬,我是一个新手,求问,如何把用户输入的比较符号,还有数值,纳入JSL计算,我用eval(parse()),始终实现不了,谢谢。names default to here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Window( "合格率报表", Data Filter Context Box( H List Box( dfsb = Current Data Table() << Data Filter( Local ), Platform( Current Data Table(), V List Box( Outline Box( "请输入所有参数规格限", Lineup Box( N Col( 3 ), Spacing( 5 ), ...

    lehaofeng lehaofeng
    Discussions |
    Mar 1, 2023 6:21 PM
    1234 views | 3 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
    1323 views | 2 replies

Latest Discussions

  • 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
    980 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
    1323 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
  • How do I change the Eigenvalue cutoff in Variable Clustering ?

    Hello: I am trying to change the default cutoff for the eigenvalue in variable clustering.  It looks like JMP is using a default value of 1.  Eigenvalue change is not available as an option in the platform.  I looked into the scripting index, and I am not sure how to change the eigenvalue: dt = Open( "$SAMPLE_DATA/Cities.jmp" );
    obj = dt << Cluster Variables( Y( :OZONE, :CO, :SO2, :NO, :PM10 ) ); A...

    AN1 AN1
    Discussions |
    Feb 28, 2023 5:00 PM
    908 views | 1 replies
  • How do I get Street Map Service to align up with my data

    I have some latitude and longitude data that I place in graph builder.  When I select Simple Earth and Detailed Earth as a background map the data aligns perfectly.  When I select Street Map Service the data is not aligned with map.  Not sure what I can do to get this fixed.  Sometimes it seems to work, and sometimes it does not.  

    Machine23 Machine23
    Discussions |
    Feb 28, 2023 11:15 AM
    879 views | 1 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
    793 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
    1600 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
    1632 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