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

  • WINDOWS 10 > JMP 17.2 > Graph Builder > Scatter Plot > Dynamic Cluster Annotation

    Hi JMP Community,   Windows Pro 10 - JMP 17.2   I have some data projected on a 2D UMAP, and I would like to automatically insert the formatted (Color and Size) Cluster ID on top of the UMAP2 x UMAP1 Scatter Plot in Graph Builder. I managed to get the Cluster IDs by plotting them separately and merging them to the main FrameBox. Still, this is unsatisfactory because I cannot control the size and c...

    Thierry_S Thierry_S
    Discussions |
    Dec 30, 2024 11:51 PM
    1940 views | 6 replies
  • converting a date from a string into a JMP date : AM/PM vs 24hr time problems

    Consider the following scenario : MyDateStr = "2/19/2018 10:04:28 PM";
    informat(MyDateStr, "m/d/y h:m:s"); This returns a correct date/time value ( 19Feb2018:22:04:28 ) in the JMP log, as long as the date/time format on my computer is set to hh:mm:ss tt  ( ie 12 hr time ) If I have the format on my computer set to 24hr time ( HH:mm:ss ) and I run the above code, JMP gives me a missing value. It fai...

    tsl tsl
    Discussions |
    Dec 30, 2024 4:05 PM
    8704 views | 3 replies
  • issue with get legend items

    In JMP18 (18.1.1) this example from scripting index doesn't work:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ), Color( :age ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ) ); server = gb << Get Legend Server; items = server << Get Legend Items; For Each( {item, index...

    hogi hogi
    Discussions |
    Dec 30, 2024 2:14 PM
    1476 views | 5 replies
  • the red "down" arrow for my fixed effects variable in my repeated measures regression is "greyed out" and not functioning - what am I doing wrong?

    I am conducting a mixed effects, repeated measures linear regression with JMP Pro 18 Student version. I have one random effect and one fixed effect with full factorial modelling. The model included effects leverage with the restricted maximum likelihood method. When I run the model, I get no errors and my overall results look sensible....... but when I click on the down arrow for the  fixed effect...

    LogitOddsElk541 LogitOddsElk541
    Discussions |
    Dec 30, 2024 8:01 AM
    4867 views | 4 replies
  • How to change font size in pie chart

    How do I change the font sizes of the titles "K-Award" and "RSG" in graph builder? How about "Grant Type"?Thank you! 

    jmpvmd jmpvmd
    Discussions |
    Dec 29, 2024 8:43 AM
    4031 views | 4 replies

Latest Discussions

  • issue with get legend items

    In JMP18 (18.1.1) this example from scripting index doesn't work:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ), Color( :age ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ) ); server = gb << Get Legend Server; items = server << Get Legend Items; For Each( {item, index...

    hogi hogi
    Discussions |
    Dec 30, 2024 2:14 PM
    1476 views | 5 replies
  • the red "down" arrow for my fixed effects variable in my repeated measures regression is "greyed out" and not functioning - what am I doing wrong?

    I am conducting a mixed effects, repeated measures linear regression with JMP Pro 18 Student version. I have one random effect and one fixed effect with full factorial modelling. The model included effects leverage with the restricted maximum likelihood method. When I run the model, I get no errors and my overall results look sensible....... but when I click on the down arrow for the  fixed effect...

    LogitOddsElk541 LogitOddsElk541
    Discussions |
    Dec 30, 2024 8:01 AM
    4867 views | 4 replies
  • 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
    1909 views | 4 replies
  • 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
    1908 views | 4 replies
  • 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
    2288 views | 3 replies

Latest Discussions

  • 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
    677 views | 0 replies
  • 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
    624 views | 0 replies
  • 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
    557 views | 0 replies
  • 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
    494 views | 0 replies
  • 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
    598 views | 0 replies
view all discussions