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

  • Can JMP produce a graph to visually represent an experiment design?

    Is there any way JMP is able to produce a visual representation of a DoE?

    sanch1 sanch1
    Discussions |
    Jan 26, 2024 5:45 AM
    2337 views | 3 replies
  • Error in running script - Send Expects Scriptable Object in access or evaluation of 'Send' , dt <<  /*###*/get column names( string, continuous ) /*###*/

    I have modified the script shared earlier by one of the contributors (thank you) so that the user can choose which data file (.jmp) file to open: Names Default To Here( 1 ); // Open a dialog to choose a .jmp file to open // Get the filename of the .jmp file to open dt = Pick File("Select a .jmp file to open", "", {"JMP Files|jmp;jsl;jrn", "All Files|*"}, 1, 0, ""); // If the user did not select...

    BooBee BooBee
    Discussions |
    Jan 26, 2024 4:59 AM
    4969 views | 11 replies
  • script

    Bonjour à tous, Dans une base de données, je cherche à retrouver une valeur dans une colonne et garder en mémoire l’indice de la ligne dans une variable. Ensuite, avec cet indice, je fais des modifications sur une autre colonne. Mon script fonctionne quand je l’intègre dans la base de données mais pas quand je créé un script indépendant.Voici la table et la script que j’utilise : Names Default To ...

    hcarr01 hcarr01
    Discussions |
    Jan 26, 2024 1:47 AM
    802 views | 1 replies
  • How to get non-empty row values corresponding to chosen labels from columns?

    I have incoming data of the form as attached.I want to get the first first three row values from each column (encircled red) which appear against specific labels (encircled blue).The following works for Current but not for Voltage (for Voltage I get empty values which I understand why)Stage = "7"; resCol = "Current"; theLSL = Column( dt, resCol )[(dt << get rows where( :TestStage == Stage & :lab...

    Neo Neo
    Discussions |
    Jan 25, 2024 8:22 PM
    2875 views | 8 replies
  • Graph Builder - Formula button not working

    Hello - Feeling a bit silly here. I've never actually gotten the function button in graph builder to work, but now I need it to. I've input a formula into a column, the column fills with no error, and I plot the column (predicted ionization energy) in graph builder against x, click function button at the top, and nothing happens. What am I doing wrong? I put a script in the top left to see exactly...

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 25, 2024 12:13 PM
    1092 views | 1 replies

Latest Discussions

  • Can JMP produce a graph to visually represent an experiment design?

    Is there any way JMP is able to produce a visual representation of a DoE?

    sanch1 sanch1
    Discussions |
    Jan 26, 2024 5:45 AM
    2337 views | 3 replies
  • script

    Bonjour à tous, Dans une base de données, je cherche à retrouver une valeur dans une colonne et garder en mémoire l’indice de la ligne dans une variable. Ensuite, avec cet indice, je fais des modifications sur une autre colonne. Mon script fonctionne quand je l’intègre dans la base de données mais pas quand je créé un script indépendant.Voici la table et la script que j’utilise : Names Default To ...

    hcarr01 hcarr01
    Discussions |
    Jan 26, 2024 1:47 AM
    802 views | 1 replies
  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    698 views | 0 replies
  • Run Query in background

    Hi, Is it possible to add <<Run background to "Execute SQL( ODBC, SQL, "table" )"?I am aware that it works with "New SQL query", not sure if works with Execute sql. 

    Jackie_ Jackie_
    Discussions |
    Jan 25, 2024 5:56 AM
    1863 views | 5 replies
  • size distribution graph with median d SD as vertical lines in graph

    µm%0,2754230,050,31622810,3630780,8120780,4168691,20,4786320,5495411,90,6309572,20,7244362,50,8317642,860,9549933,21,0964783,531,2589253,8811,445444,221,6595874,5381,9054614,812,1877625,0212,5118865,162,8840315,2203,3113115,213,8018945,1134,3651584,9471755,0118724,7064445,7543994,406,6069344,037,5857763,628,7096363,18102,7411,481542,3013,182571,9015,135611,5317,378011,2019,952620,9122,908680,6426,...

    Malik_se Malik_se
    Discussions |
    Jan 25, 2024 5:14 AM
    1115 views | 1 replies

Latest Discussions

  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    698 views | 0 replies
  • Which predictive analysis method/column organisation for RSM output with duplicate samples

    Hi all. So I'm working on a project where I have 2 x component classes, each of which has 4 items within the class, which are mixed together at varying concentrations over 48 combinations. Figured the best Factor way to do this was to use 2 x Continuous for the max/min concentrations for each class, then 2 x 4-level Categoricals for each of the items. Each of the combinations was made twice, so af...

    ProbitLeopard63 ProbitLeopard63
    Discussions |
    Jan 25, 2024 3:06 AM
    729 views | 0 replies
  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    581 views | 0 replies
  • Custom Binning - how to edit the bins?

    Wow, custom binning even works with dates, cool! There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?

    (view in My Videos) dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" ); d...

    hogi hogi
    Discussions |
    Jan 21, 2024 2:33 AM
    851 views | 0 replies
  • Custom Binning - how to edit Transform Column settings?

    In Jmp16, Custom binning was introduced: Interactive Binning - New in JMP 16 Very useful, thanks a lot to the developers! There are 3 ways (or more?) to use this feature:In the data table, via the menu:  Col/Utilities/Make Binning Formula ...
    or via right click / New Formula Column/Distributional */Custom Binning ...


    for plot modes like Overlay, Color, X/Y Group, Page:
    via right click/Levels/Custom L...

    hogi hogi
    Discussions |
    Jan 19, 2024 10:50 PM
    677 views | 0 replies
view all discussions