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

  • Calculate difference between 2 group

    Hi Everyone,I am new with jmp.  I have a data table like the below:index Team value1        a        52        a        123        a        204        b        55        b        226        b        6 I want to create a new column, "delta", that calculate the differences between the index group by "team", so i would have something like this: index Team value delta1        a        5        .   2  ...

    kluu kluu
    Discussions |
    Mar 9, 2023 5:54 PM
    1538 views | 2 replies
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1557 views | 3 replies
  • Two graphs to single PowerPoint slide

    Does anyone know how to send two graphs (3-D Surface Plots) to the same PowerPoint Slide?  I know how to get one there, but I need two, side-by-side.  I even know the size and position I want them on the slide, but I can't, for the life of me, figure out how to get them both there at one time.  Using Journal removes the text boxes and legend that must be included.

    WendyLou315 WendyLou315
    Discussions |
    Mar 9, 2023 9:09 AM
    18400 views | 18 replies
  • Powerpoint: trigger paste clipboard

    Does Jmp have a possibility to trigger "paste clipboard" in Powerpoint - after copying a graph to the clipboard.

    hogi hogi
    Discussions |
    Mar 9, 2023 9:05 AM
    1919 views | 3 replies
  • Recode a column based on a second table

    Hello community,I already thought a while and searched here about my problem. I have a primary table with IDs and information. With the help of a second table (contains only a part of the primary table) I would like to create a column in the primary table with a "label" for those IDs which are only present in the second table.
    Please have a look at my screenshot. I think that will give a clearer pi...

    Benjamin_Fuerst Benjamin_Fuerst
    Discussions |
    Mar 9, 2023 7:29 AM
    1563 views | 2 replies

Latest Discussions

  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1557 views | 3 replies
  • Use of Column Properties across 100's of rows

    Question,
    How can I use Column Properties to perform a 1st pass of the Columns using a sigma value, or similar descriptive feature.  Once I have found suspect columns of test data will perform a deeper dive into the data columns. Attached as snip of the dataset. Charles 

    charles_revelle charles_revelle
    Discussions |
    Mar 8, 2023 1:59 PM
    1116 views | 1 replies
  • Unable to open Add-in files in JMP17

    Hi there,I have an old Add-in file (an jmpaddin file) that works well in JMP 16. However, I am unable to open this Add-in file using JMP 17. The error message says " Add-in xxx is invalid for this version of JMP". Is there a way to address this incompatible-version issue?  

    MannBuffalo699 MannBuffalo699
    Discussions |
    Mar 8, 2023 1:15 PM
    1141 views | 2 replies
  • Use jsl to execute cmd to open up a ESP file

    Hi all, I'm trying to present my 3D model on my jmp dashboard. The esp file is opened by executing a command through cmd window and opens up in a browser. I can add a wed page in the dashboard, but is it possible to use jsl to call cmd window and execute a command? Thank you!

    OrthogonalCrow3 OrthogonalCrow3
    Discussions |
    Mar 8, 2023 10:39 AM
    994 views | 1 replies
  • How to create all column option in fit y by x?

    Hello community, i have a question. How do i create all the column option in my data table to make a choice for inside in Y,response? some of my data table is different name column and i want pick one of these column in Y,response. Here example of my questioni want to make choice box option for column starting from Parameter to HWBinName and the selected column inside in Y,response.note: for Param...

    mystylelife19 mystylelife19
    Discussions |
    Mar 8, 2023 8:05 AM
    1604 views | 2 replies

Latest Discussions

  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    584 views | 0 replies
  • JMP SCRIPT: dashboard displayed horizontaly

    Hi all,I was able to create a dashboard with a column switcher, a table and a graph.
    However, the table and the graph are displayed below the column switcher. Do you know if it is possible to create a dashboard with the table and the graph which are displayed on the right of the column switcher (horizontally and not vertically) ?It would be easier to see everything quickly... In the script help, th...

    Sebastienlg Sebastienlg
    Discussions |
    Mar 6, 2023 12:12 AM
    612 views | 0 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
  • 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
view all discussions