cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • hidden namespace?

    hidden variables are very useful:
    when the user puts "__" in front of the variable name, the variable won't show up via show symbols(); Sometimes I want to store mote than just a single value - and use a namespace.
    Is there a possibility to hide a namespace?

    I found this wish: Hidden namespaces 
    But it got archived some years ago ... delete symbols(); x=5; _x = 5; __x=5; __ns = New Namespace("ns"); ...

    hogi hogi
    Discussions |
    Jan 26, 2026 2:23 PM
    285 views | 2 replies
  • Why does Search & Replace not work for JMP19?

    Above is a picture of an attempt to Search for the beginning of the line of the 3 Column Names and Replace that with the prefix "Pre-" in JMP19.  it causes my computer to start calculating who-knows-what for more than 20 minutes, before I finally decided to kill it.  My computer heats up, the fan comes on and it sounds like it's in distress!  I have to do something similar to this almost every da...

    pcarroll1 pcarroll1
    Discussions |
    Jan 26, 2026 9:12 AM
    921 views | 8 replies
  • Factor combinations in Graph Builder

    Hello everybody, so, I have the following relationship, looking at a timeseries (t,y), which is affected by additional variables A and B, as well as noise. My workflow is now: Design a DoE for variables A and B, measure, visualize, estimate/calculate effects of A and B. For this, we would like to plot and visually assess the data and the "disturbed" timeseries (t,y) depending on the factors. This ...

    Tobias_Hofmann Tobias_Hofmann
    Discussions |
    Jan 26, 2026 4:39 AM
    616 views | 2 replies
  • get symbols()

    In JSL, there is a function get namespaces() to get al ist of all namespaces with all defined symbols. ... and a function show symbols() to show all symbols of all namespaces : print to log. is there something like get symbols(), to get the list of symbols as a return value?

    hogi hogi
    Discussions |
    Jan 26, 2026 12:05 AM
    321 views | 2 replies
  • from a name to a string

    To remove a symbol, I can write: y=6; mySymbol = Expr(y); //Delete Symbols("y"); ////Delete Symbols(y); // <- easy Eval(Eval Expr(Delete Symbols(Expr(Name Expr(mySymbol))))); Show symbols() If I need to remove a symbol from a namespace, I need the string of the symbol: Names Default To Here( 1 ); nsref = New Namespace( "ns" ); ns:x = 20; mySymbol = Expr( x ); //nsref << Remove("x") Eval( Sub...

    hogi hogi
    Discussions |
    Jan 25, 2026 11:16 PM
    318 views | 2 replies

Latest Discussions

  • hidden namespace?

    hidden variables are very useful:
    when the user puts "__" in front of the variable name, the variable won't show up via show symbols(); Sometimes I want to store mote than just a single value - and use a namespace.
    Is there a possibility to hide a namespace?

    I found this wish: Hidden namespaces 
    But it got archived some years ago ... delete symbols(); x=5; _x = 5; __x=5; __ns = New Namespace("ns"); ...

    hogi hogi
    Discussions |
    Jan 26, 2026 2:23 PM
    285 views | 2 replies
  • histogramme

    Bonjour, est-il possible de réaliser un histogramme avec des classes de largeurs différentes ? Par avance merci pour la réponse

    JLCbyPaul JLCbyPaul
    Discussions |
    Jan 25, 2026 7:29 AM
    238 views | 1 replies
  • Connecteur de données

    bonjour, dans ce script source ci-dessous, peut-on le modifier pour importer à partir d'une certaine ligne et préciser sur quelle ligne se trouvent les noms des variables ? les noms des colonnes se trouvent en troisième ligne et les données commencent en ligne 4. (je ne peux pas modifier le fichier source excel). cordialement  

    Françoise Françoise
    Discussions |
    Jan 23, 2026 2:50 PM
    388 views | 3 replies
  • histogrammes

    bonjour,   est-il possible de colorier avec une autre couleur ce qui est extérieur aux limites de spécification? réalisé avec le graph builder, lignes bleues= limites de spécifications.   cordialement

    Françoise Françoise
    Discussions |
    Jan 22, 2026 8:21 AM
    332 views | 3 replies
  • Extract String which has positive and negative numbers

    Hi, I have a table1.jmp as atteched. How do I extract the X and Y as circled in the red box? The X and Y values can sometimes be negative. For example, the XY values from the 1st row is -280,-396. The XY values from the 2nd row is 284,-228.  

    cchueng cchueng
    Discussions |
    Jan 20, 2026 12:04 PM
    1123 views | 3 replies

Latest Discussions

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    1076 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    511 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    415 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    511 views | 0 replies
  • How to correctly compute Odds Ratios from a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro?

    I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...

    eliyahu100 eliyahu100
    Discussions |
    Nov 16, 2025 10:51 AM
    455 views | 0 replies
view all discussions