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

  • Using Column in table as ref line

    How can I use a column as reference line to a bivariate table? I have a data table with 4 columns as upper control limit, upper warn limit, lower warn limit and lower control limit. The data table also has a column with many variables. There is a specific value of limits to each variable. I am trying to plot Value vs time by Variable but would like the limits for that specific variable chart added...

    Josee Josee
    Discussions |
    May 11, 2023 8:51 AM
    9523 views | 8 replies
  • Saving New Script to data table from expression

    Hello...I want to be able to create several Variability Charts in a window from a list that contains column names. I can get this to run successfully in real time (thanks to help from other JMP forum posts). But I also want to save script to the data table so that next time the data table is opened the user can just click on the "green triangle" to generate the same window of plots. I'm coming clo...

    tmj tmj
    Discussions |
    May 11, 2023 6:42 AM
    1278 views | 2 replies
  • I need to compare multiple groups

    Hi - I have a table (n ~ 12,000 rows) with a column (GROUP_NUM) that identifies the group to which the row belongs (n = 54 possible groups).  I have another column (COMPOUND_X) that contains the contaminant concentration for that row.  I am trying to compare the contaminant concentrations associated with all the rows for each group. I.e. which groups are most alike? Note:  I am assuming my data ar...

    learning_JSL learning_JSL
    Discussions |
    May 11, 2023 6:33 AM
    3079 views | 5 replies
  • dupliquer les cellules


    Bonjour à tous, Comment dupliquer des lignes en fonction de la valeur dans les cellules.Plus facile à comprendre avec cet exemple : Au départ :A la fin :  

    hcarr01 hcarr01
    Discussions |
    May 11, 2023 6:16 AM
    1105 views | 1 replies
  • How to delete hidden and excluded rows by JSL

    HelloI have a table, and some of the rows are hidden and excludedI would like to delete them by JSL scriptI tried this script, but nothing happened, dt << Select Where (:Excluded == 1 | :Hidden == 1);dt << Delete Rows ( ); Can you provide me a solution, please?  

    Dennisbur Dennisbur
    Discussions |
    May 11, 2023 4:49 AM
    1917 views | 1 replies

Latest Discussions

  • Making an associative array with values having expression evaluation results

    As usual I'm having trouble with Eval and Expr. I need to create an associative array where values would be evaluated results of some expressions. For instance I need to create aaa=[ "2x2" => 4 ]but 4 there is a result of evaluated expression Expr(2*2) Lame variant that obviously doesn't work is here:aaa=[ "2x2" => 2*2 ]But then I'll say that 2*2 is an Expr:aaa=[ "2x2" => Expr(2*2) ]and then I'll ...

    miguello miguello
    Discussions |
    May 10, 2023 11:21 AM
    1687 views | 4 replies
  • Dashboard

    Bonjour à tous, J’ai actuellement un problème avec l’outil « tableau de bord » sur JMP.Je dispose de plusieurs graphiques dans mon Dashboard et j’applique un filtre de données globales sur deux graphiques.Le problème est que lorsque j’applique ce filtre des données globales, les deux graphiques deviennent illisibles et minuscules (l’échelle du cadre change automatiquement).Il s’agit ici d’un probl...

    hcarr01 hcarr01
    Discussions |
    May 10, 2023 6:23 AM
    958 views | 2 replies
  • Create Column with Values Based Off Existence of Other Rows & Logic

    Hello anyone, I am trying to create a formula or script that will set a certain value ("Good", "Bad", or "N/A") for each row based off if there is another row in the table with values matching logic that uses the current row as an input. I have a script that does just this by using nested For loops when using a small subset of the full datatable. However, with the full datatable I am trying to use...

    ATAbbott ATAbbott
    Discussions |
    May 9, 2023 10:38 PM
    1669 views | 3 replies
  • optimizing decisions

    I am trying to see how one would use JMP to optimize decision-making. I made some progress but figured that there are entire industries based around this theme (!), so maybe no need to invent the wheel here: I want to decide which is the best conservation strategy given a set of inputs: a facility's resources, the nature of the environmental problem, and things like that (all on a common scale of ...

    abmayfield abmayfield
    Discussions |
    May 9, 2023 8:49 AM
    1061 views | 2 replies
  • Loop through cols/rows of two separate tables for getting arguments into a function

    I have got a working function which plots trends and distribution for measured parameters (columns in a table1) using test limits (LSL, USL in another table, table2). Names Default To Here (1); getTrendChartAndDist = Function({colName, LSL, USL}, {TrendDistChart}, New Window(""||colName||" Trend & Distribution", Graph Builder( something here ..... ); return(TrendDistChart); );In order to plot...

    Neo Neo
    Discussions |
    May 9, 2023 8:27 AM
    989 views | 1 replies

Latest Discussions

  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1195 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    774 views | 0 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    986 views | 0 replies
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    655 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    702 views | 0 replies
view all discussions