キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
JMP Bar Chart

ようこそ JMP User Communityへ

質問をし、回答を得たり、他のJMPユーザーと交流しましょう

学習のためのリソース

最新のディスカッション

  • Rectangle Graphic

    Hello everybody,is there an easy way in JMP to generate a graph with different rectangles (different sizes)? See an example attached.With this graph I would like to give an overview of different materials and their corresponding shapes.  Thanks in advance.Johannes

    JohannesENS JohannesENS
    Discussions |
    Oct 25, 2024 7:17 AM
    6553 表示 | 8 件の返信
  • How to use different labels for the same bar chart?

    Positive and negative values like this use different cotton swabsThanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); r = N Row( dt );ca = "weight";ar = dt << GetAsMatrix( ca ); For( i = 1, i <= r, i++, ar[i, 1] = -ar[i, 1]);dt[0, ca] = ar; c1 = Quantile( 0.8, dt[0, "height"] );c2 = Quantile( 0.2, dt[0, "weight"] ); ca = "A";New Column( ca );Column( ca ) << Formula( If( height > c1, height ) );dt << ...

    lala lala
    Discussions |
    Oct 25, 2024 1:24 AM
    1311 表示 | 5 件の返信
  • Unable to run addins within Project

    We have organized many scripts into an addin for our company.  The addin responds but scripts will not run when invoked within 'Project'.  Is this something that can be remedied through the addin scripting or does the script itself have to be contained separately within the project?

    LynnWarren LynnWarren
    Discussions |
    Oct 24, 2024 10:20 PM
    3310 表示 | 8 件の返信
  • Drive table variable with slider?

    Is there any way to drive a table variable with a slider? E.g. suppose I have this: New Table( "TableVariableSliderExample", Add Rows( 100 ), New Table Variable( "scaleFactor", 1.5 ), New Column( "x", Numeric, "Continuous", Set Values( [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39...

    BHarris BHarris
    Discussions |
    Oct 24, 2024 8:50 PM
    1798 表示 | 3 件の返信
  • Migrating from desktop version of JMP to JMP Live

    I'm looking for guidance on how to migrate from JMP thick client (on individual user desktops) to JMP Live in the cloud. Are there recommended tools/techniques that have worked well for others. Am also planning to retain connectivity to the same Informatica middleware - are there any known constraints with Informatica and JMP Live?

    GraphicalAvg800 GraphicalAvg800
    Discussions |
    Oct 24, 2024 2:33 PM
    876 表示 | 1 件の返信

最新のディスカッション

  • Unable to run addins within Project

    We have organized many scripts into an addin for our company.  The addin responds but scripts will not run when invoked within 'Project'.  Is this something that can be remedied through the addin scripting or does the script itself have to be contained separately within the project?

    LynnWarren LynnWarren
    Discussions |
    Oct 24, 2024 10:20 PM
    3310 表示 | 8 件の返信
  • Migrating from desktop version of JMP to JMP Live

    I'm looking for guidance on how to migrate from JMP thick client (on individual user desktops) to JMP Live in the cloud. Are there recommended tools/techniques that have worked well for others. Am also planning to retain connectivity to the same Informatica middleware - are there any known constraints with Informatica and JMP Live?

    GraphicalAvg800 GraphicalAvg800
    Discussions |
    Oct 24, 2024 2:33 PM
    876 表示 | 1 件の返信
  • jmp not recognize sql datetime2 datatype as date

    When I query datetime2 data type columns from sql tables they come back as character variables rather than numeric dates in the JMP data type. how do I cast convert in the sql so that it will come back as a numeric column type when I query with JMP? datetime? 

    bjbreitling bjbreitling
    Discussions |
    Oct 24, 2024 2:20 PM
    2174 表示 | 5 件の返信
  • How do I replace a prediction expression in a fit model with a specific expression?

    Hi, I am completing a DOE and I have ran a fit model using the JMP software to define a design space based on desirability of certain variables, however one of the desirability variables is a simple ratio of two of the construct model effects, however when running the model, the model is defining its own prediction expression for this variable rather than using the formula in the data table. Does ...

    supermackie93 supermackie93
    Discussions |
    Oct 24, 2024 5:40 AM
    610 表示 | 0 件の返信
  • One-Versus-Rest (OVR)  and the One-Versus-One (OVO) LDA

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...

    Quentin26 Quentin26
    Discussions |
    Oct 24, 2024 1:29 AM
    793 表示 | 0 件の返信

最新のディスカッション

  • How do I replace a prediction expression in a fit model with a specific expression?

    Hi, I am completing a DOE and I have ran a fit model using the JMP software to define a design space based on desirability of certain variables, however one of the desirability variables is a simple ratio of two of the construct model effects, however when running the model, the model is defining its own prediction expression for this variable rather than using the formula in the data table. Does ...

    supermackie93 supermackie93
    Discussions |
    Oct 24, 2024 5:40 AM
    610 表示 | 0 件の返信
  • One-Versus-Rest (OVR)  and the One-Versus-One (OVO) LDA

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...

    Quentin26 Quentin26
    Discussions |
    Oct 24, 2024 1:29 AM
    793 表示 | 0 件の返信
  • Graph Builder: Ordering my overlay by descending order according to the total value of each overlay category

    Hello community, I come to you with a difficult question. Please see the image below for reference. I am using JMP 18, and I am trying to create a bar chart to show PPB values by quarter for various categories. The trouble I run into is that I want the category that has the highest total value from the chart to be on the bottom of the stack. For example, in the image below the category memory shou...

    AttributedMouse AttributedMouse
    Discussions |
    Oct 22, 2024 1:37 PM
    634 表示 | 0 件の返信
  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    691 表示 | 0 件の返信
  • PLS

    New to PLS and confused as to the following: when I run the PLS and ask for results  for two factors, I  get two rows for each Y (in this case metabolites). I must  be interpreting the results wrong, as I do not expect two rows for each metabolite, with a total of four different scores, two apparently corresponding to each factor.  

    CarlSchmidt CarlSchmidt
    Discussions |
    Oct 12, 2024 7:49 AM
    526 表示 | 0 件の返信
すべてのディスカッションを表示