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

  • Sides of a polygon-script

    hey everyone,
    I would appreciate your help.
    trying to find a method to classify the sides of a polygon
    I tried to use the Clustering method (Normal Mixtures)
    but had a classifying error,
    any other ideas?
    thank you  

    GALIT GALIT
    Discussions |
    Oct 24, 2021 8:41 AM
    764 views | 1 replies
  • Hover label on data in Interactive HTML not working

    Hi - Hovering over data point in Interactive Html, I am expecting to see label data come through but it is not working as expected. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = New Window( "Journal_1", <<journal, vlb = V List Box() ); gb = Graph Builder( Size( 529, 466 ), Show Control Panel( 0 ), Automatic Recalc( 0 ), Variables( X( :name ), Y( :height ) ), E...

    uProf uProf
    Discussions |
    Oct 23, 2021 8:41 AM
    2031 views | 4 replies
  • BASIC QUESTION - How do I make this plot (attached)?

    Hi,
    A colleague made this plot in JMP, but I am not sure how to replicate it. How do I plot my x and y values in such way? This is probably something very basic, but I wasn't sure what terms to search to find the correct way. Or what is this sort of plot called?
    Thank you,
    J  

    jovanav jovanav
    Discussions |
    Oct 23, 2021 3:59 AM
    1433 views | 2 replies
  • Reduce decimal points in Equation coefficients in Graph builder

    How do I reduce the decimal points in the coefficients for the equations that are displayed in Graph builder?For example, in the graph below, I don't want 8.491, 1.231, 6.552 and 0.7099. I want 8.5, 1.2, 6.6 and 0.7. How do I change this?   

    raj138 raj138
    Discussions |
    Oct 22, 2021 10:31 PM
    1332 views | 2 replies
  • difference between set and new table variable - strange results in writing string?

    could someone help me understand why  the 36D10 and 36E10 table variables come back expanded to sci notation? but seemingly only for 'new' instead of 'set' table variable?Thanks,--Peach   dt = New Table("Table"); testvar = "36D10"; dt << New Table Variable("tv_testD", char(testvar)); testvar = "36C10"; dt << New Table Variable("tv_testC", testvar); testvar = "36F10"; dt << New Table Variable("t...

    jetpeach jetpeach
    Discussions |
    Oct 22, 2021 12:38 PM
    1834 views | 3 replies

Latest Discussions

  • Sides of a polygon-script

    hey everyone,
    I would appreciate your help.
    trying to find a method to classify the sides of a polygon
    I tried to use the Clustering method (Normal Mixtures)
    but had a classifying error,
    any other ideas?
    thank you  

    GALIT GALIT
    Discussions |
    Oct 24, 2021 8:41 AM
    764 views | 1 replies
  • Hover label on data in Interactive HTML not working

    Hi - Hovering over data point in Interactive Html, I am expecting to see label data come through but it is not working as expected. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = New Window( "Journal_1", <<journal, vlb = V List Box() ); gb = Graph Builder( Size( 529, 466 ), Show Control Panel( 0 ), Automatic Recalc( 0 ), Variables( X( :name ), Y( :height ) ), E...

    uProf uProf
    Discussions |
    Oct 23, 2021 8:41 AM
    2031 views | 4 replies
  • BASIC QUESTION - How do I make this plot (attached)?

    Hi,
    A colleague made this plot in JMP, but I am not sure how to replicate it. How do I plot my x and y values in such way? This is probably something very basic, but I wasn't sure what terms to search to find the correct way. Or what is this sort of plot called?
    Thank you,
    J  

    jovanav jovanav
    Discussions |
    Oct 23, 2021 3:59 AM
    1433 views | 2 replies
  • Reduce decimal points in Equation coefficients in Graph builder

    How do I reduce the decimal points in the coefficients for the equations that are displayed in Graph builder?For example, in the graph below, I don't want 8.491, 1.231, 6.552 and 0.7099. I want 8.5, 1.2, 6.6 and 0.7. How do I change this?   

    raj138 raj138
    Discussions |
    Oct 22, 2021 10:31 PM
    1332 views | 2 replies
  • 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

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