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

  • How can the download of this be completed?

    The original data captured in the F12 browser curl ^"https://cn.govopendata.com/xinwenlianbo/20250422/^" ^ -H ^"accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7^" ^ -H ^"accept-language: zh-CN,zh;q=0.9^" ^ -H ^"cache-control: max-age=0^" ^ -b ^"csrftoken=pNwjIMIrOOrnBe4GHTApOViIeNRBWwtI; _ga=GA1....

    lala lala
    Discussions |
    Jul 24, 2025 11:28 AM
    1358 views | 11 replies
  • JSL: How to change Button Box hover color

    Hello JMP users and scripters,     I was just curious if anyone knew whether or not the color of a button box (when hovering over it) can be customized -- either through File > Preferences, or through JSL with your own code. See the "OK" button box in the image below -- it changes to a light blue color when you hover over it.    I tried searching through the scripting guide PDF and Scripting Inde...

    SDF1 SDF1
    Discussions |
    Jul 24, 2025 8:46 AM
    883 views | 5 replies
  • Best statistical method for analyzing data set with a manufacturing change

    Hello- I am working with the following data set. Column1 (#s 1-47) are lot numbers; Columns 2,3,4 are scientific results from an analysis. The rows highlighted represent a change that took place in our manufacturing process in which a new lot of a raw material was implemented. My goal is to understand if a change in the raw material lot has an impact on the analytical results. What statistical met...

    VariancePony864 VariancePony864
    Discussions |
    Jul 24, 2025 3:30 AM
    3555 views | 6 replies
  • 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
    238 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
    376 views | 2 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
    238 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
    219 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
    1544 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
    259 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
    319 views | 2 replies

Latest Discussions

view all discussions