cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • how to use JSL to edit a modal dialog window

    What is the right approach to edit a modal dialog via JSL? the idea:- the function add update button adds a button to the data filter- it works if it is executed AFTER the creation of the window- in the actual use case, the return value of the window is used as input for the subsequent code.
       Therefore, <<Type( "Modal Dialog" )
    -> the window will be closed before add update button() //post gets ex...

    hogi hogi
    Discussions |
    Apr 26, 2024 9:03 AM
    1112 views | 3 replies
  • difference in JMP and R output

    I am doing mixed method model for a continuous dependent variable and  Fit Model( Y(:usg_dev_data), Effects(:Phase, :level, :experience), Random Effects(:Subject ID), NoBounds(1), Personality("Mixed Model"), Run(Repeated Effects Covariance Parameter Estimates(0)) ) while doing the same in R as   model2 <- lmer(usg_dev_data ~ Phase + level + experience + (1 | Subject_ID), data = df)   I am ge...

    generic_user generic_user
    Discussions |
    Apr 26, 2024 8:39 AM
    1130 views | 2 replies
  • Simulate A Definitive Screening Design 1000 times.

    Hello, I am trying to fit a definitive screening design with a dataset that I already have. I would like to write a JSL script that would fit the design 1000 times. Would anyone be able to tell me how to go about doing this? I have a Y variable of interest, and X1, X2, X3, and X4 as my four x variables.  Thanks in advance for your help!

    ECGA94 ECGA94
    Discussions |
    Apr 26, 2024 8:03 AM
    1119 views | 4 replies
  • Problems incrementing each date in a column

    Hello, I'm importing data with timestamps from and SQLite file, here is a time stamp as an example: 2024-04-12T18:55:42.464558Z. Since JMP doesn't support microseconds I'm trimming the last 8 characters and converting the column into a time format. Everything seems to work up to this point. However, when I attempt to increment each timestamp by 6 hours (time zone differences) all the timestamps ar...

    FaceAllosaurus3 FaceAllosaurus3
    Discussions |
    Apr 26, 2024 7:58 AM
    821 views | 2 replies
  • JSL for confidence bands on model plots, better ideas?

    I would like to get a plot of my data, overlaid with the results from a model, with shaded confidence bands.A plot like this one from Fit Model for example but with shaded confidence intervals around the lines of fit:I'm aware that for this particular example I could get what I'm looking for in FitYbyX:So that shows what I'm seeking but that doesn't work for some fits - for example if I wanted to ...

    hardner hardner
    Discussions |
    Apr 26, 2024 6:59 AM
    2288 views | 6 replies

Latest Discussions

  • Simulate A Definitive Screening Design 1000 times.

    Hello, I am trying to fit a definitive screening design with a dataset that I already have. I would like to write a JSL script that would fit the design 1000 times. Would anyone be able to tell me how to go about doing this? I have a Y variable of interest, and X1, X2, X3, and X4 as my four x variables.  Thanks in advance for your help!

    ECGA94 ECGA94
    Discussions |
    Apr 26, 2024 8:03 AM
    1119 views | 4 replies
  • How to get a list of shortcut mapping?

    anyway to get a list of the JMP shortcut mapping?

    wencun6 wencun6
    Discussions |
    Apr 25, 2024 9:29 PM
    1227 views | 5 replies
  • How to color column header (not the cells) ?

    Hi All, Is there a way to just color the column header by using JSL?As an example, I want to color column header for name, age, sex, height, weight only, not coloring the cells.  

    bzanos bzanos
    Discussions |
    Apr 25, 2024 2:02 PM
    1351 views | 3 replies
  • How to create a fold change heat map?

    I'm having some difficulty figuring out how to create a fold change heat map in JMP pro. I have five samples, with various concentrations of almost 300 compounds. I would like to visualize the data via a heat map like the example below, with each sample above, each compound ID on the side, and the continuous color scale determined via the fold change. The heat map function in Graph Builder doesn't...

    Mcc99 Mcc99
    Discussions |
    Apr 25, 2024 11:52 AM
    1284 views | 4 replies
  • How to perform precision analysis and ANOVA having four nested factors?

    Hi!I am quite new to JMP and I would really appreciate your input regarding the following analysis. I have to establish the precision of an assay.I performed a test that consisted in measuring my sample in x replicates, twice a day for 20 days, on 3 instruments located in 2 different sites (1 in site A, 2 in site B; site A had different environmental conditions and operators performing the test co...

    ChiaraC ChiaraC
    Discussions |
    Apr 25, 2024 8:32 AM
    4133 views | 3 replies

Latest Discussions

view all discussions