The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

ようこそ JMP User Communityへ

質問をし、回答を得たり、他のJMPユーザーと交流しましょう
キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

学習のためのリソース

最新のディスカッション

  • Debugging Jmp applications

    Are there some tricks how to debug a Jmp application? I guess the defailt way to do so is something like:Use the Jmp debugger, add breakpoints, let the application code run and stop at the breakpoint, then check what is happening step by step ... When I have to debug non-Application JSL code, I like it to have the freedom to run whatever code in the script at any time.E.g. remove the modal setting...

    hogi hogi
    Discussions |
    Dec 29, 2024 8:11 AM
    1228 表示 | 4 件の返信
  • JMP Scope -- Dynamic vs. Lexical scope and general confusion learning JSL

    If I'm wrong please correct me, but it would seem that JMP has dynamic-scope with no scope persistence (except for the pseudo-namespaces Here, Window, Box).  This contrasts with many popular programming languages that have lexical-scope with full scope-persistence using reference-counters. This caused a lot of head-smashing on my end until I gained the intuition needed to work with the weird scope...

    ErraticAttack ErraticAttack
    Discussions |
    Dec 29, 2024 4:08 AM
    1091 表示 | 4 件の返信
  • How to reference Outline Box from within red triangle menu without using variables

    Here's a reworked example from Scripting Index:Names Default To Here( 1 ); ob = Outline Box( "Picker", {"Copy picture", ob << Copy Picture()}, H List Box( Text Box( "Label:" ), teb = Text Edit Box( Char( 213 ) ) ) ); New Window( "Example", ob ); It adds a menu item in the red triangle menu that would copy the picture of this box to the buffer.Script works just fine. My question is: what i...

    miguello miguello
    Discussions |
    Dec 29, 2024 3:30 AM
    560 表示 | 5 件の返信
  • Conditional Count Across Columns

    I have a table with quite a few columns (>100). I am trying to create a column that counts the number of columns in a row that are greater than 1. How would I write a formula to do that? Below is a small picture of an example table.   It would be preferable if this was just a formula I could drop into a table and a not a standalone JSL script. 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Dec 29, 2024 2:46 AM
    1599 表示 | 3 件の返信
  • How to update Y-axis reference lines label in numeric value using JSL script (Automate plots with USL LSL label)

    As title stated, How to update Y-axis reference lines label in numeric value using JSL script (Automate plots with USL LSL label)?I am currently using JSL script to generate a series of plots from a set of data table, in order to show the distribution plots with USL/LSL limits in one click. And those limits showed in the plots are based on the Manage Limits table (I updated values). But one more s...

    BaggingBasilisk BaggingBasilisk
    Discussions |
    Dec 28, 2024 7:26 PM
    1613 表示 | 10 件の返信

最新のディスカッション

  • Debugging Jmp applications

    Are there some tricks how to debug a Jmp application? I guess the defailt way to do so is something like:Use the Jmp debugger, add breakpoints, let the application code run and stop at the breakpoint, then check what is happening step by step ... When I have to debug non-Application JSL code, I like it to have the freedom to run whatever code in the script at any time.E.g. remove the modal setting...

    hogi hogi
    Discussions |
    Dec 29, 2024 8:11 AM
    1228 表示 | 4 件の返信
  • JMP Scope -- Dynamic vs. Lexical scope and general confusion learning JSL

    If I'm wrong please correct me, but it would seem that JMP has dynamic-scope with no scope persistence (except for the pseudo-namespaces Here, Window, Box).  This contrasts with many popular programming languages that have lexical-scope with full scope-persistence using reference-counters. This caused a lot of head-smashing on my end until I gained the intuition needed to work with the weird scope...

    ErraticAttack ErraticAttack
    Discussions |
    Dec 29, 2024 4:08 AM
    1091 表示 | 4 件の返信
  • Conditional Count Across Columns

    I have a table with quite a few columns (>100). I am trying to create a column that counts the number of columns in a row that are greater than 1. How would I write a formula to do that? Below is a small picture of an example table.   It would be preferable if this was just a formula I could drop into a table and a not a standalone JSL script. 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Dec 29, 2024 2:46 AM
    1599 表示 | 3 件の返信
  • Top 10 Values in Many Columns

    I have a data table with a few thousand columns. I am looking to find the top "X" number of values in those columns, by another variable. For instance, I want to know the columns with the 10 highest values, when another column has a value of "Large Cap Stocks". 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Dec 28, 2024 10:10 AM
    1166 表示 | 4 件の返信
  • Packed Chart

    For Graph Builder/Bar/Packed chart, how can I change the way how items are selected as "primary labels"?
    By default the highest values of the first framebox are used, right?
    Can I change it to: highest values summed over all frameboxes?

    e.g.for cars datadt = Open( "$SAMPLE_DATA/Cars.jmp" ); gb = Graph Builder( Variables( X( :Make ), Group X( :Year ), Color( :Make ) ), Elements( Bar( X, Leg...

    hogi hogi
    Discussions |
    Dec 28, 2024 9:35 AM
    225 表示 | 1 件の返信

最新のディスカッション

  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    356 表示 | 0 件の返信
  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    303 表示 | 0 件の返信
  • Optimizing Enterprise Server Connections in JMP Live

    Hello JMP Community,I’ve recently started using JMP Live to share and collaborate on statistical analyses with my team, and I’m encountering some challenges managing connections to our enterprise server. Our organization uses a centralized server to store and process data, and while the integration with JMP Live is robust, we’ve experienced occasional delays when syncing large datasets or during s...

    Harry_Cmary Harry_Cmary
    Discussions |
    Dec 9, 2024 10:03 PM
    301 表示 | 0 件の返信
  • Pressure Test Method Results have a significant effect on my sample size and capability, how to avoid?

    Hello dear JMP community I will first explain the test method (no need to comment on whether it is right or wrong because this is what I got). The purpose is to detect a leakage.

    Measurement processPart is mounted to a pressure stationPressure station rotate a vacuum pump x times to create a vacuum (atmospheric pressure is approx. 1000mbar)Pressure p1 is sampled at time t1After 15 seconds p2 is sam...

    qLienceStats qLienceStats
    Discussions |
    Dec 5, 2024 11:58 PM
    288 表示 | 0 件の返信
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    232 表示 | 0 件の返信
すべてのディスカッションを表示