cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Can JMP achieve a ready quantile at 115 weight?

    Can JMP achieve a ready quantile at 115 weight?

    lala lala
    Discussions |
    Jan 23, 2024 10:17 AM
    1086 views | 2 replies
  • How do you change graph builder default legend settings?

    Hi all, I have so far been able to alter the default settings of most parts of graph builder - font, marker size, ect. However, I have been unable to do this for the legend. I essentially use the same legend style for every legend: white back ground, black border, placed somewhere on the graph itself out of the way of the data. That way I can make graphs as large as possible without losing a strip...

    AGM AGM
    Discussions |
    Jan 23, 2024 8:20 AM
    7618 views | 5 replies
  • Combine multiple "Save Script to Journal" into one journal

    Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help Sample script:biv = dt << Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) ); biv << Save Script to Journal; //1st gb = dt << Graph Builder( Varia...

    UserID16644 UserID16644
    Discussions |
    Jan 23, 2024 4:18 AM
    850 views | 1 replies
  • power and sample size calculation in JMP

    I'm trying to determine the sample size using one sample mean. The Std. Deviation from the historical study is 5.8E+8 and I don't know how to use it in that platform as the one sample mean has a Std. Deviation limit of 200,000. Any idea how to overcome this issue? Is it possible to use CV in the calculator?

    DFereidouni DFereidouni
    Discussions |
    Jan 23, 2024 3:11 AM
    1503 views | 2 replies
  • Do you know why my script fully runs when I run it manually but it does not work when I run it from a command in the toolbar?

    Hi Guys, I have this script that works 100% when I run it manually. When I run it from the toolbar(automatically) it does not run the last section. Do you have an idea of why this is happening? I added a comment in the script in the point is not working anymore://STARTING FROM HERE THE SCRIPT DOES NOT RUN IN TOOLBAR MODE //Script for GRR Anlaysis for Qual Data names = {}; //prueba={}; Repeatabili...

    CrownofTears CrownofTears
    Discussions |
    Jan 22, 2024 8:13 PM
    2486 views | 4 replies

Latest Discussions

  • Can JMP achieve a ready quantile at 115 weight?

    Can JMP achieve a ready quantile at 115 weight?

    lala lala
    Discussions |
    Jan 23, 2024 10:17 AM
    1086 views | 2 replies
  • Combine multiple "Save Script to Journal" into one journal

    Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help Sample script:biv = dt << Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) ); biv << Save Script to Journal; //1st gb = dt << Graph Builder( Varia...

    UserID16644 UserID16644
    Discussions |
    Jan 23, 2024 4:18 AM
    850 views | 1 replies
  • power and sample size calculation in JMP

    I'm trying to determine the sample size using one sample mean. The Std. Deviation from the historical study is 5.8E+8 and I don't know how to use it in that platform as the one sample mean has a Std. Deviation limit of 200,000. Any idea how to overcome this issue? Is it possible to use CV in the calculator?

    DFereidouni DFereidouni
    Discussions |
    Jan 23, 2024 3:11 AM
    1503 views | 2 replies
  • Setting Spec Limits with USL=LSL?

    Hi.  I have a data table column consisting of coded integer values.  For example, a "0" indicates "OK", and other numbers indicate some kind of issue.  I would like to set spec limits of (0,0) for this column, but JMP issues a "Consistency Error" when I try this and will not let me have the USL be less than or equal to the LSL.  I know I could just set the limits to be something like (-0.1, +0.1),...

    nikles nikles
    Discussions |
    Jan 22, 2024 5:27 PM
    3909 views | 7 replies
  • For Each Loop across multiple associative arrays

    Hi, I'm struggling with the syntax for a For Each loop across multiple associative arrays. For example:q = ["q1"=>11, "q2"=>22, "q3"=>33]; w = ["w1"=>1111, "w2"=>2222, "w3"=>3333];For single array, just for reference:For Each( {a, i}, q, Show( i, a ) ); // retrieves indices and keys For Each( { {a, b}, i }, q, Show( i, a, b ) ); // retrieves indices, keys and valuesAnalogously, across two arrays i...

    AlterEgo AlterEgo
    Discussions |
    Jan 22, 2024 11:08 AM
    1524 views | 2 replies

Latest Discussions

  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    580 views | 0 replies
  • Custom Binning - how to edit the bins?

    Wow, custom binning even works with dates, cool! There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?

    (view in My Videos) dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" ); d...

    hogi hogi
    Discussions |
    Jan 21, 2024 2:33 AM
    849 views | 0 replies
  • Custom Binning - how to edit Transform Column settings?

    In Jmp16, Custom binning was introduced: Interactive Binning - New in JMP 16 Very useful, thanks a lot to the developers! There are 3 ways (or more?) to use this feature:In the data table, via the menu:  Col/Utilities/Make Binning Formula ...
    or via right click / New Formula Column/Distributional */Custom Binning ...


    for plot modes like Overlay, Color, X/Y Group, Page:
    via right click/Levels/Custom L...

    hogi hogi
    Discussions |
    Jan 19, 2024 10:50 PM
    676 views | 0 replies
  • Data Table for Multiple Users

    Hi JMP Community, I created a data table that will used by a few colleagues to update table rows with new weekly data and to pull charts & graphs from. The file is stored on a SharePoint folder so we can all access it. The problem is if one user has the file open and another user opens the file, it will create a copy with that users computer ID.

    Is there a way for multiple users to access this file...

    CTrahon0526 CTrahon0526
    Discussions |
    Jan 19, 2024 9:45 AM
    791 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    657 views | 0 replies
view all discussions