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

  • Supprimer valeurs duppliquées

    Bonjour à tous, Dans ma base de données, j’ai une colonne dans laquelle les cellules possèdent des valeurs dupliquées.Ex:  Comment je peux faire avec une formule ou autre pour enlever les valeurs dupliquées dans la même cellule ?Dans l’exemple ci-dessus le but serait d’avoir la valeur « 648 » partout et non « 648-648-648 » Merci d’avance pour votre aide,Cordialement

    hcarr01 hcarr01
    Discussions |
    May 11, 2023 3:23 AM
    1606 views | 5 replies
  • Multivariate model driven control charts with historical data ending at certain row

    When ever I am relaunching analysis after specifying that the historical data ends at certain row. I am getting error. 

    Chitranshu Chitranshu
    Discussions |
    May 10, 2023 9:26 PM
    1858 views | 3 replies
  • 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
    1688 views | 4 replies
  • Delete string that does not contain in the list

    Hi, I'm trying to write a jsl code that removes numbers from a row if they are not present in a given list. The list is in the table call "List values" Bins values I want to modify:For example: the jsl script should delete "444" from row 7 in the above table and likewise for other rowsFinal result: Here's the codeNames Default To Here( 1 ); dt_list = Data Table("List values"); dtt = Data Table("B...

    Jackie_ Jackie_
    Discussions |
    May 10, 2023 9:30 AM
    1544 views | 2 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

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
    1688 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
    775 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
    656 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