取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
JMP Bar Chart

欢迎 访问 JMP 用户社区!

提出问题,获得答案,结识其他 JMP 用户

学习资源

最新讨论

  • Using Column Properties sigma for control chart test

    In past versions of JMP and with the legacy control charts, the sigma in column properties would apply to the test.  I specifically use Test 5.  This does not appear to be true for any of the new control charts in JMP18.  Is there a way to set the sigma for the control chart test?   Thanks in advance Jeff

    Jeff383 Jeff383
    Discussions |
    Sep 29, 2025 11:30 PM
    474 浏览量 | 1 回复
  • Problems using Safari as a browser

    Anyone else having issues using Safari as a browser to respond to this forum?  I am getting unexpected errors since the latest Safari update.

    statman statman
    Discussions |
    Sep 29, 2025 8:30 AM
    1850 浏览量 | 8 回复
  • JSL implementation of merged cell display format similar to the tabulation function. JMP17

    When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.

    【My Challenges】
    JMP17
    1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...

    DunnRankBudgie8 DunnRankBudgie8
    Discussions |
    Sep 29, 2025 1:50 AM
    636 浏览量 | 2 回复
  • How to convert a number to string using specific format? For instance: {"Scientific", 12}

    As a subject suggests, I need to convert a number to string using a specific format. To be precise: I have a handle on GB plot, and Text() near that handle that outputs current coordinates of the handle: Text( Erased, {box:exx, box:exy} + box:axisRange * 0.01, "(" || Char( Round( box:exx, 2 ) ) || "," || Char( Round( box:exy, 2 ) ) || ") " ) ; On some plots the Y Axis is very small and is displaye...

    miguello miguello
    Discussions |
    Sep 28, 2025 11:38 PM
    1506 浏览量 | 6 回复
  • Regarding the issue of generating dynamic variable names using nested loops

    Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?   FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"}; MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"}; For( count = 1, count <= N Items( FruitList ), count++, For( countM...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 28, 2025 9:37 AM
    890 浏览量 | 4 回复

最新讨论

  • Using Column Properties sigma for control chart test

    In past versions of JMP and with the legacy control charts, the sigma in column properties would apply to the test.  I specifically use Test 5.  This does not appear to be true for any of the new control charts in JMP18.  Is there a way to set the sigma for the control chart test?   Thanks in advance Jeff

    Jeff383 Jeff383
    Discussions |
    Sep 29, 2025 11:30 PM
    474 浏览量 | 1 回复
  • JSL implementation of merged cell display format similar to the tabulation function. JMP17

    When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.

    【My Challenges】
    JMP17
    1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...

    DunnRankBudgie8 DunnRankBudgie8
    Discussions |
    Sep 29, 2025 1:50 AM
    636 浏览量 | 2 回复
  • Regarding the issue of generating dynamic variable names using nested loops

    Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?   FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"}; MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"}; For( count = 1, count <= N Items( FruitList ), count++, For( countM...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 28, 2025 9:37 AM
    890 浏览量 | 4 回复
  • Execute Data Filter, then close it.

    Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask... Here is a JMP Script for a Data Table I am using.   Current Data Table() << Data Filter( Location({751, 160}), Show Histograms and Bars(0), Mode(Show(1), Include(1)), Add Filter(columns(:GUN), Where(:GUN == "D")) ); Edit (jthi): added jsl formatting   After it execu...

    Newbie_1 Newbie_1
    Discussions |
    Sep 26, 2025 6:51 PM
    439 浏览量 | 1 回复
  • robust column reference

    After a few minutes coding with JSL, users wonder about strange objects like :sex in    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); x = :sex     Expert users have some experience with such column references and use them all the time.
    But what is :sex ? Is  dt:sex  more robust? Where do I find a documentation ?

    Let's collect and share some insights. Please add your thoughts and correct my posts if yo...

    hogi hogi
    Discussions |
    Sep 26, 2025 2:13 PM
    3818 浏览量 | 17 回复

最新讨论

  • Time varying effect in Recurrence Analysis, data format and calculation

      Dear all
    I am assigned a task to perform recurrence analysis on our data.
    The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
    I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 26, 2025 11:29 AM
    860 浏览量 | 0 回复
  • lamda used in final lasso fit with K fold validation

    Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression?  I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important

    daniel_s daniel_s
    Discussions |
    Sep 22, 2025 6:03 PM
    414 浏览量 | 0 回复
  • Copy Formula for Tables / Update

    In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:   Is there a hidden option which does the same trick for Tables/Update?

    great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
    -> default option "suppress formula evaluation"?

    hogi hogi
    Discussions |
    Sep 12, 2025 7:47 AM
    916 浏览量 | 0 回复
  • STATS on recurrence analysis, loglinear NHPP model

    Hi, I am new to recurrence analysis and JMP.
    I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 28, 2025 9:22 AM
    514 浏览量 | 0 回复
  • permutation test for PLS-DA

    Hi all!  I've run a PLS-DA test for a data set that consists of FTIR spectral data of 5 different systems under 5 different treatments. I've used the fit model platform so that I could handle categorical variables in my Y variables. According to PRESS statistics, this model has an optimum number of factors of 7 and possesses good discriminating power between my samples. Then, I noticed that the st...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Aug 20, 2025 8:45 PM
    1251 浏览量 | 0 回复
查看所有讨论