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!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to switch Group X to display all items or only certain items?

    How to switch Group X to display all items or only certain items?
    As shown in the JSL below, using Where can make Group X display only specific items. However, it is not possible to toggle between displaying all and displaying partial items. How should this be modified? Perhaps using add variable() is needed, but I cannot find how to use add where.   Names Default To Here( 1 ); selection = 1; New ...

    BabyDoragon BabyDoragon
    Discussions |
    Jul 23, 2025 11:39 PM
    593 views | 1 replies
  • Prior parameter variance

    Hi,   I am trying to understand the Prior Parameter Variance option for the Bayesian D-optimal design. JMP help says: "The value that you enter is the square root of the reciprocal of the prior variance. A larger value represents a smaller variance and therefore more prior information that the effect is not active." I am a bit confused, since I thought that if I enter larger value, that would info...

    aatw aatw
    Discussions |
    Jul 23, 2025 10:51 PM
    990 views | 2 replies
  • Missing course data set in Virtual JMP - Statistical Thinking for Industrial Problem Solving Online course

    Please advise:Upon selecting the vleuser drive in Virtual lab JMP online, there is missing or no folder with the name "workshop" that contains couse data set. I am only seeing the window folder which is empty.

    tajrida tajrida
    Discussions |
    Jul 23, 2025 12:04 PM
    19194 views | 21 replies
  • How to turn matrix from Get Hull Point into clockwise polygon

    Hi team,
    Is there anyway to turn matrix from Get hull point into clockwise polygon. I got the problem is when I use Polygon(x,y) to draw polygon, where x and y are from Get Hull Points, the polygon is not continuous Code below: x_matrix = dt[rows, {FORCEDROPTIME_3 }]; y_matrix = dt[rows, {ACTUAL_MINCHASEFORCEF_3}]; t = Triangulation( x( x_matrix, y_matrix ) ); // from the current rows ashape = A...

    PhamBao PhamBao
    Discussions |
    Jul 23, 2025 9:58 AM
    590 views | 1 replies
  • Repairable system failure prediction

    Hello,Here is a general question for JMP experts:
    say I have data on a system that fails with various failure modes. The data contains dates of repair on each components repair. I I know how to analyze this data for reliability as shown in video here:
    https://community.jmp.com/t5/Mastering-JMP/Analyzing-Reliability-for-Repairable-Systems/ta-p/483465However what I am interested is in predicting the t...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 23, 2025 5:22 AM
    2244 views | 3 replies

Latest Discussions

  • How to switch Group X to display all items or only certain items?

    How to switch Group X to display all items or only certain items?
    As shown in the JSL below, using Where can make Group X display only specific items. However, it is not possible to toggle between displaying all and displaying partial items. How should this be modified? Perhaps using add variable() is needed, but I cannot find how to use add where.   Names Default To Here( 1 ); selection = 1; New ...

    BabyDoragon BabyDoragon
    Discussions |
    Jul 23, 2025 11:39 PM
    593 views | 1 replies
  • How to turn matrix from Get Hull Point into clockwise polygon

    Hi team,
    Is there anyway to turn matrix from Get hull point into clockwise polygon. I got the problem is when I use Polygon(x,y) to draw polygon, where x and y are from Get Hull Points, the polygon is not continuous Code below: x_matrix = dt[rows, {FORCEDROPTIME_3 }]; y_matrix = dt[rows, {ACTUAL_MINCHASEFORCEF_3}]; t = Triangulation( x( x_matrix, y_matrix ) ); // from the current rows ashape = A...

    PhamBao PhamBao
    Discussions |
    Jul 23, 2025 9:58 AM
    590 views | 1 replies
  • Repairable system failure prediction

    Hello,Here is a general question for JMP experts:
    say I have data on a system that fails with various failure modes. The data contains dates of repair on each components repair. I I know how to analyze this data for reliability as shown in video here:
    https://community.jmp.com/t5/Mastering-JMP/Analyzing-Reliability-for-Repairable-Systems/ta-p/483465However what I am interested is in predicting the t...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 23, 2025 5:22 AM
    2244 views | 3 replies
  • Partition On Proportion(percentage) Responses

    Dear JMP Community,   I have tried to find similar post but so far none is addressing the question I have. I attached here also dummy data.   I am doing data mining to profile and quantify the factors vs responses effect. To put it simple, I have 2 factors (categorical with 2 levels) and 1 response (yield loss) which is a percentage. We record each day's yield loss vs what 2 factors level we are u...

    Zappy Zappy
    Discussions |
    Jul 23, 2025 1:51 AM
    619 views | 1 replies
  • Difference of R^2 Value in Multivariate & Line of Fit (Graph Builder)

    I am using same dataset for two ways to get the r^2 value but they have different results. Whats the difference between the two? 1. Analyze > Multi Variate 2. Graph same parameters in X & Y and get the R^2 of line of fit

    PieFerret952 PieFerret952
    Discussions |
    Jul 23, 2025 1:43 AM
    767 views | 2 replies

Latest Discussions

view all discussions