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

  • computer name

    Hi jmpers,

    I need to build an application in jmp for different users, meaning that different users will have different User Interface.. (it is the same application) I was wondering if is there a way to get user profile? Let say computer name, user name or server name from jmp ? Doing so I can decide which script to open

    Tanks

    pniel

    pniel pniel
    Discussions |
    Feb 7, 2025 9:39 PM
    22503 views | 18 replies
  • Odd Image File Types in Unzipped JmpAddin

    I am managing a JMPADDIN file for my team, and I noticed there are many odd files types like JPG_2_2_2_2_2_2_2_2_2.  My concern is these are unnecessary and cause a bloated file size for the JMPADDIN.  Why do these files exist?  If unnecessary, what is the best way to remove them?  What is the best way to prevent this in the future? I am using JMP18.1.1, but I have seen this issue in other JMP ver...

    robot robot
    Discussions |
    Feb 7, 2025 3:39 PM
    771 views | 2 replies
  • Correlation and Regression course Completion No badge

    I have successfully completed the Correlation and Regression course, but I have yet to receive my badge. I achieved a score of 90% on the final quiz. While I received a congratulatory email, it unfortunately did not include a link to my badge; it only contained links to the course materials and instructions for downloading Moodle. However, Moodle does not display my badge. I require this badge as ...

    Sarafina27 Sarafina27
    Discussions |
    Feb 7, 2025 12:14 PM
    891 views | 4 replies
  • Find time difference between rows

    Hello,  I am working on setting up a script. One of the steps is for us to determine if the 'Timestamp' is within 30 minutes of the row above or below, with them in sequential order by UCN. Obviously, I need this to include the date and time. Below is the script/formula I am using. But when I do it, it is only looking at times and not taking into account the UCN or the date. You can see in my '30 ...

    patriciafm811 patriciafm811
    Discussions |
    Feb 7, 2025 10:00 AM
    1617 views | 9 replies
  • How much CPU is too much CPU?

    RedMonster796 RedMonster796
    Discussions |
    Feb 7, 2025 9:07 AM
    1829 views | 8 replies

Latest Discussions

  • How much CPU is too much CPU?

    RedMonster796 RedMonster796
    Discussions |
    Feb 7, 2025 9:07 AM
    1829 views | 8 replies
  • Decimals on y axis on plots

    I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:  

    how i would like it :  The script that i use is this : 

       gb1 = Expr( Graph Builder( Size( 635, 338 ), invisible, Show Control Panel( 0 ), Variables( X( :Time Point Mont...

    ConvergentWhale ConvergentWhale
    Discussions |
    Feb 7, 2025 2:47 AM
    363 views | 1 replies
  • DoE Optimise a ratio of two factors

    I currently have a material made using 100% of expensive factor A. I want to replace some of A with cheaper factor B but I'm not sure what the optimal ratio would be to achieve the same performance when using 100% of factor A. I believe I need a minimum of 50% factor A.  How could I design a series of experiments using JMP (pro 18) that try to optimise this ratio so I can remove most of the expens...

    DeepDormouse199 DeepDormouse199
    Discussions |
    Feb 6, 2025 10:02 AM
    771 views | 4 replies
  • Stability Analysis Course - commercial batches

    Hello everyone,   I am taking a Stability Analysis Course of JMP (https://community.jmp.com/t5/Stability-Analysis/Stability-Analysis-Course/ta-p/703300)  in order to perform a stability data analysis and identify trends. In one of the course exercises, I came across a table (Attached to the message) that includes columns for slope and confidence/ tolerance interval boundaries. I would like to cre...

    Bar2024 Bar2024
    Discussions |
    Feb 6, 2025 7:00 AM
    1227 views | 4 replies
  • I am very new user to JMP. Can you explain this function for me?

    I am very new to the JMP program and I was assigned to translate this code into Python. I don't understand what is this function used for so I can't completely convert the code to Python.

    col_string = ":FPC 1,:FPC 2,:FPC 3,:FPC 4,:FPC 5,:FPC 6,:FPC 7,:FPC 8,:FPC 9,:FPC 10"; // generate and evaluate a string that defines the Gen Reg Model for all FPCs Eval( Parse( "GenRegFit = dT << Fit Mod...

    LinkageAntelope LinkageAntelope
    Discussions |
    Feb 6, 2025 6:24 AM
    485 views | 2 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    673 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    493 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    511 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    489 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    396 views | 0 replies
view all discussions