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

  • Loss of legacy overlay plot

    One of the most powerful tools that the JMP platform allowed in v16 and prior was the legacy overlay plot.  I used this constantly as there really was no substitute in any other software.  I had the preferences set to avoid overlay and it allowed extremely efficient look at a large number of variables.  Combined with distributions, coloring, lines on the x-axis etc., it was one of my default platf...

    degreen degreen
    Discussions |
    Feb 14, 2025 4:28 AM
    1491 views | 6 replies
  • Using JMP 19 EA for Windows on ARM Mac using Parallels

    I'm a Mac user, and JMP is great on Mac. However, I wanted to run the Windows version on my Mac under Parallels. I have an M4 Mac Pro, and I am running the latest Parallels version (20.2.1) and Windows 11 with all the lates updates. I installed JMP Pro Windows successfully. But when I try to open it, I get a blue rotating icon, then nothing. What could I be doing wrong? I'm not very familiar with ...

    john_madden john_madden
    Discussions |
    Feb 14, 2025 4:07 AM
    1417 views | 3 replies
  • OC Curve

    Hi Does anyone know why I get this error message when I am using OC Curve function in JMP 17 and trying to change AQL and RQL values?   

    Behrouz Behrouz
    Discussions |
    Feb 14, 2025 3:51 AM
    2885 views | 6 replies
  • what is "observed PPM", "expected within PPM", and "expected overall PPM"?

    I was analyzing the process capability of a large data set to understand its PPM, and I noticed that under "nonconformance" tab, there are the following column names: Observed PPM, Expected Within PPM, and Expected Overall PPM. What is the difference between these PPM?

    drkstr747 drkstr747
    Discussions |
    Feb 13, 2025 9:19 PM
    876 views | 1 replies
  • Creating delta values plot between two subsets; want to select 2 'tests' to compare among multiple test values

    I am plotting CD vs. Depth plot, for total 8 sets in the example (A-a, A-b, B-a, B-b....).For each Test A~D, there are 2 different 'Location' a and b. I'd like to pick 2 set specifically and create a delta plot; for example, If I select A-a and B-a, CD values are subtracted at each depth and CD vs. Depth plot should be generated. Is this something I can do at JMP? I was trying to do this in excel ...

    EdgeMarmoset719 EdgeMarmoset719
    Discussions |
    Feb 13, 2025 10:53 AM
    1242 views | 6 replies

Latest Discussions

  • Using JMP 19 EA for Windows on ARM Mac using Parallels

    I'm a Mac user, and JMP is great on Mac. However, I wanted to run the Windows version on my Mac under Parallels. I have an M4 Mac Pro, and I am running the latest Parallels version (20.2.1) and Windows 11 with all the lates updates. I installed JMP Pro Windows successfully. But when I try to open it, I get a blue rotating icon, then nothing. What could I be doing wrong? I'm not very familiar with ...

    john_madden john_madden
    Discussions |
    Feb 14, 2025 4:07 AM
    1417 views | 3 replies
  • OC Curve

    Hi Does anyone know why I get this error message when I am using OC Curve function in JMP 17 and trying to change AQL and RQL values?   

    Behrouz Behrouz
    Discussions |
    Feb 14, 2025 3:51 AM
    2885 views | 6 replies
  • what is "observed PPM", "expected within PPM", and "expected overall PPM"?

    I was analyzing the process capability of a large data set to understand its PPM, and I noticed that under "nonconformance" tab, there are the following column names: Observed PPM, Expected Within PPM, and Expected Overall PPM. What is the difference between these PPM?

    drkstr747 drkstr747
    Discussions |
    Feb 13, 2025 9:19 PM
    876 views | 1 replies
  • Creating delta values plot between two subsets; want to select 2 'tests' to compare among multiple test values

    I am plotting CD vs. Depth plot, for total 8 sets in the example (A-a, A-b, B-a, B-b....).For each Test A~D, there are 2 different 'Location' a and b. I'd like to pick 2 set specifically and create a delta plot; for example, If I select A-a and B-a, CD values are subtracted at each depth and CD vs. Depth plot should be generated. Is this something I can do at JMP? I was trying to do this in excel ...

    EdgeMarmoset719 EdgeMarmoset719
    Discussions |
    Feb 13, 2025 10:53 AM
    1242 views | 6 replies
  • MANOVA vs Multiple Response ANOVA

    Hi,in the Fit Model dialog, you can fit multiple response variables (Y) and test the effect of multiple predictors. I have noticed that you can do this both using “Standard Least Square fitting” and choose to fit your responses together, or using a MANOVA. The results of the two approaches are quite different.My question is, what is the difference of interpretation of the two models? Thanks in adv...

    gchelini gchelini
    Discussions |
    Feb 13, 2025 7:16 AM
    1271 views | 3 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    739 views | 0 replies
  • 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
    554 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    580 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
    552 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
    449 views | 0 replies
view all discussions