cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Correct use of a mixture design for formulation optimisation

    Hey, I'm a chemist trying to optimise three components in a formulation but have some limitations on them.  All 3 = max 20% of formulationA = 0.5 - 10%B = 0 - 5%C = 0 - 5%B + C = min 2.5 % However, they don't all need to add to 20% e.g. can have an experiment with 0.5% A, 0% B, 0% C and then can balance with X. I've used a mixed design for this.A, mixture, 0.025, 0.5B, mixture, 0, 0.25C, mixture, ...

    DeepDormouse199 DeepDormouse199
    Discussions |
    Feb 9, 2025 10:22 AM
    1221 views | 1 replies
  • Calculate x sigma Spec Limits for non-normal distribution

    Currently I need to calculate Non-normal distribution LSL and USL based on sigma value (eg. 4 sigma), to get the process capability. 
    In another word, I need to select 'Z-score' and 'K:4' and hit the "Calculate Spec Limits" Button automatically in JSL script..
    Does anyone know how to use this function in JSL script? Appreciate all kind helps!

    Creatur2 Creatur2
    Discussions |
    Feb 9, 2025 7:17 AM
    2695 views | 4 replies
  • Linear discriminant analysis function output?

    I ran a linear discriminant analysis model on my data, and I'm trying to find the linear discriminant functions for each of my 3 categories. I want a predictive equation for each category, but I can't find that. Does JMP provide those equations in its analysis report & I'm just missing it? 

    mjz5448 mjz5448
    Discussions |
    Feb 8, 2025 11:52 AM
    1295 views | 2 replies
  • Evaluating a Design Matrix for aliasing(confounding) in R and JMP have different answers

    I have a design matrix , columns are factors with 2 levels, rows are experiments, see pics. I want to evaluate the design for aliasing (also called confounding). I obviously want a design that is free of confounding.  I thought as part of doing this i would take XT * X of my design to get the dot products across each column. If there is no confounding id expect 0 in every off diagonal term. When y...

    denalitastic denalitastic
    Discussions |
    Feb 8, 2025 5:19 AM
    3327 views | 6 replies
  • challenges using Mail() to auto mailling report

     Hi,I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
    issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?graph << Get As Report();
    mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(g...

    dadawasozo dadawasozo
    Discussions |
    Feb 7, 2025 10:28 PM
    2853 views | 4 replies

Latest Discussions

  • Correct use of a mixture design for formulation optimisation

    Hey, I'm a chemist trying to optimise three components in a formulation but have some limitations on them.  All 3 = max 20% of formulationA = 0.5 - 10%B = 0 - 5%C = 0 - 5%B + C = min 2.5 % However, they don't all need to add to 20% e.g. can have an experiment with 0.5% A, 0% B, 0% C and then can balance with X. I've used a mixed design for this.A, mixture, 0.025, 0.5B, mixture, 0, 0.25C, mixture, ...

    DeepDormouse199 DeepDormouse199
    Discussions |
    Feb 9, 2025 10:22 AM
    1221 views | 1 replies
  • Evaluating a Design Matrix for aliasing(confounding) in R and JMP have different answers

    I have a design matrix , columns are factors with 2 levels, rows are experiments, see pics. I want to evaluate the design for aliasing (also called confounding). I obviously want a design that is free of confounding.  I thought as part of doing this i would take XT * X of my design to get the dot products across each column. If there is no confounding id expect 0 in every off diagonal term. When y...

    denalitastic denalitastic
    Discussions |
    Feb 8, 2025 5:19 AM
    3327 views | 6 replies
  • challenges using Mail() to auto mailling report

     Hi,I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
    issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?graph << Get As Report();
    mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(g...

    dadawasozo dadawasozo
    Discussions |
    Feb 7, 2025 10:28 PM
    2853 views | 4 replies
  • How much CPU is too much CPU?

    RedMonster796 RedMonster796
    Discussions |
    Feb 7, 2025 9:07 AM
    3849 views | 8 replies
  • Decimals on y axis on plots

    I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:  

    how i would like it :  The script that i use is this : 

       gb1 = Expr( Graph Builder( Size( 635, 338 ), invisible, Show Control Panel( 0 ), Variables( X( :Time Point Mont...

    ConvergentWhale ConvergentWhale
    Discussions |
    Feb 7, 2025 2:47 AM
    866 views | 1 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
    1070 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
    816 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    914 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
    827 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
    676 views | 0 replies
view all discussions