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

  • Get label function not working anymore with Get Legend Server in JMP 18.1.1

    Hello, The command below works in JMP 17, and allows me to retrieve the label of a legend. But since JMP 18 it no longer works, and I get an error message instead. Does anyone know how to fix this? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ), Color( :age ) ), Elements( Points( X, Y, ...

    SophieCuvillier SophieCuvillier
    Discussions |
    Jan 23, 2025 5:58 AM
    1748 views | 8 replies
  • Cpk & Ppk

    I want to calculate the Cpk value for some data,but sometimes it only shows the  Ppk value. As shown in the figure below, there are two sets of data of the same type with the same specification limits. Through smooth curve fitting and nonparametric density capability analysis, one shows Cpk while the other shows Ppk.     

    RegressionBear1 RegressionBear1
    Discussions |
    Jan 23, 2025 3:40 AM
    1343 views | 3 replies
  • White Screen Issue When Launching JMP Softwar

    Hi everyone,
    Iam experiencing an issue where the JMP interface shows a blank white screen when I try to launch the software. I have tried reinstalling the program and updating my drivers, but the problem persists. Iam using JMP Pro 17 on Windows 11. Has anyone else encountered this? Any advice would be appreciated! 

    rubbyhaul rubbyhaul
    Discussions |
    Jan 23, 2025 3:27 AM
    563 views | 1 replies
  • New Graph Builder Grid Option?

    The New in JMP 18 web page states that a new Graph Builder feature allows you to  "View graphs as a grid, with all graphs on independent scales." I tried to play around with this but couldn't figure out how to do it. I was also unable to find anything in the JMP documentation on this. Does someone know how this new feature works?

    scott1588 scott1588
    Discussions |
    Jan 22, 2025 11:56 AM
    1726 views | 3 replies
  • Filtering a datatable with a custom filtering application

    Hello All,

    I am building an application/dashboard with a bunch of reports inside it. At the end I would like to give users the option to make a "query" of the main datatable and save it if they have a use for it later on.

    Currently, I have a button which opens another window and prompts the user to select filtering columns (from a preselected list).
    Once they select them, they press another button wh...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Jan 22, 2025 11:21 AM
    2073 views | 10 replies

Latest Discussions

  • White Screen Issue When Launching JMP Softwar

    Hi everyone,
    Iam experiencing an issue where the JMP interface shows a blank white screen when I try to launch the software. I have tried reinstalling the program and updating my drivers, but the problem persists. Iam using JMP Pro 17 on Windows 11. Has anyone else encountered this? Any advice would be appreciated! 

    rubbyhaul rubbyhaul
    Discussions |
    Jan 23, 2025 3:27 AM
    563 views | 1 replies
  • Label Repositioning in Bar Plots

    Hi Eveyrone,I have a problem with visualisation of labels in the bar plots. Some labels are not seen at all and in some cases I would like to put them on top of the bars instead of inside. I tried to search but failed to find a solution in JMP Help. Is there a way to reposition the labels? or why can not I see the labels for some bars. I attach an example plot where there is 3 respond overlayed in...

    ACAY ACAY
    Discussions |
    Jan 22, 2025 10:15 AM
    649 views | 1 replies
  • DOE

    1-How can I get Coefficient of variation (%) in JMP after analysis ?

    Cedrick1 Cedrick1
    Discussions |
    Jan 21, 2025 7:24 AM
    699 views | 2 replies
  • DOE

    How Can I get Adequat precision in JMP after analysis Box-benken design ?

    Cedrick1 Cedrick1
    Discussions |
    Jan 21, 2025 6:57 AM
    442 views | 1 replies
  • Get a question box to adjust y-axis (JMP v. 16)

    Hi all, I want to make variability charts through my dataset. Here I have written the script below which does that. However, I would like to have a box show up and ask for y-axis limits for each of these charts. Then I can write min and max for the y-axis in the question box and it will adjust to this. Is that possible to do in JSL?  Names Default To Here(1); sd = currentdatatable(); Fitmod = {}; ...

    Juli Juli
    Discussions |
    Jan 21, 2025 5:51 AM
    716 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
    674 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
    497 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    513 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
    493 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
    399 views | 0 replies
view all discussions