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

  • Get a New Window with exsisting radiobuttons

    Hello JMP Community,I am new to JMP. I have a doubt. So below attached is my code, When I select combo box button and select a shape and click ok then a new window should pop up by only highlighting required columns. for example, if I select L-shape from ShapeChoice, the new window should pop up with all the given HL,VL,HH, VH, BL,UL, etc.. but only give the option to input the values only for HL,...

    MomentBeetle806 MomentBeetle806
    Discussions |
    Jan 16, 2025 2:53 PM
    2241 views | 8 replies
  • Extracting characters within certian pattern including square brackets

    Hi,
    I have want to extract information from a text in a table row that includes square brackets.
    Example Rows in text column:
    Plate[QWE147] Reg[ABC123]
    Plate[ASD258] Reg[DEF456] Information I want to extract:
    ABC123DEF456 What is the best way to do this? I wanted to do it with regex but square brackets makes it complicated.

    eugur eugur
    Discussions |
    Jan 16, 2025 11:54 AM
    1439 views | 5 replies
  • graph builder: label by row and error bars

    hii, two questions:I tried to put name labels on my graph data, but when I use "Label by Row," I get only the row number. Any solution?I have a graph with a logarithmic X-axis and a regular Y-axis. I need error bars for both axes, but because of the logarithmic axis, it doesn’t work well. Any solution for that?thank you 

    lazyamir lazyamir
    Discussions |
    Jan 16, 2025 7:30 AM
    967 views | 2 replies
  • Difference between EMP Gauge R&R and AIAG Gauge R&R

    On JMP, there 2 options that you could find GRR% value from either EMP or either from AIAG option. Which one is showing GRR% on AIAG standard?I could not understand the logic behind two GRR% values found by two different options. What could be the formulas behind these two?

    SevilArslan SevilArslan
    Discussions |
    Jan 16, 2025 5:04 AM
    869 views | 1 replies
  • sort list ( ... , decending)

    For sort(), there is an option descending.For sort list() not?
    What is the easiest/best way to sort a list with descending order?Sorting Lists 

    hogi hogi
    Discussions |
    Jan 16, 2025 2:22 AM
    932 views | 2 replies

Latest Discussions

Latest Discussions

  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    597 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    616 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    594 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    478 views | 0 replies
  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    452 views | 0 replies
view all discussions