cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Match cell value in one column to multiple cells in another column

    Hello, I have a data table with many columns that I need to review and find a few data points of concerns. I writing a script that will find, color, select then extract to another subset table. My issue is with the find portion of the script. To give you an example, my table has a timestamp record for every data point/cell. I need to find matching cells in timestamp column then look at multiple ma...

    SamD SamD
    Discussions |
    Aug 4, 2022 3:52 PM
    2775 views | 6 replies
  • FTIR spectroscopic analysis comparison

    Hi, I am doing FTIR analysis and would like to compare FTIR spectrum plot with many peaks of the reference to another sample one. the goal is to find new peaks that appear in the sample material. is there any way to do it automatically in JMP?An example of ftir plot attached 

    YanivD YanivD
    Discussions |
    Aug 4, 2022 2:06 PM
    1643 views | 2 replies
  • Selecting data for last year using date column

    Hello, I'm in the process of getting only previous year data(i.e., from Jan 2021 till Dec 2021) and am having trouble selecting the data I need. I would like the script to select all dates from January 2021 to December 2021 and nothing else. Thanks in advance.

    penalah penalah
    Discussions |
    Aug 4, 2022 12:51 PM
    861 views | 1 replies
  • Calendar Box Question

    When using the calendar box to allow users to select a single date, is there a way to set the time to 12:00:00AM of the date selected? I ask because with the code I'm using below, each time I select a given date (e.g., August 1, 2022) I get a slightly different value depending on the time of day when the code was run.   Ultimately, I'm using the calendar box to select a given date and to then sel...

    terapin terapin
    Discussions |
    Aug 4, 2022 12:12 PM
    1820 views | 4 replies
  • How can I close all opened New Windows that are currently open?

    I am looking to close all of the opened New Windows open, how can this be achieved?

    Andyon98 Andyon98
    Discussions |
    Aug 4, 2022 11:09 AM
    1743 views | 3 replies

Latest Discussions

  • FTIR spectroscopic analysis comparison

    Hi, I am doing FTIR analysis and would like to compare FTIR spectrum plot with many peaks of the reference to another sample one. the goal is to find new peaks that appear in the sample material. is there any way to do it automatically in JMP?An example of ftir plot attached 

    YanivD YanivD
    Discussions |
    Aug 4, 2022 2:06 PM
    1643 views | 2 replies
  • Selecting data for last year using date column

    Hello, I'm in the process of getting only previous year data(i.e., from Jan 2021 till Dec 2021) and am having trouble selecting the data I need. I would like the script to select all dates from January 2021 to December 2021 and nothing else. Thanks in advance.

    penalah penalah
    Discussions |
    Aug 4, 2022 12:51 PM
    861 views | 1 replies
  • How to plot a graph with Y-Axis using Sigma?

    the plot below Y-axis is by sigma, how to create a plot like this?  

    r30363 r30363
    Discussions |
    Aug 4, 2022 10:46 AM
    1401 views | 1 replies
  • Space Filling Design Output

    I have generated a fast flexible space filling design and had a few questions about the output. I was wondering what the discrepancy measure metric was measuring? Additionally, what does the MaxPro column at the bottom of the page indicate?   

    JMpuse1 JMpuse1
    Discussions |
    Aug 4, 2022 8:16 AM
    1526 views | 3 replies
  • Max Entropy Sampling favors the lower limit

    When I create small maximum entropy designs, I get unbalanced distributions for the variables. It's mostly regular and with some extra points at the ends; however, the lower end is sampled much more frequently than any other point. I have tried it many times and attached a few examples to this message. If needed, I can provide more. As you can see from the screenshot above, -1 is sampled must more...

    burakbagdatli burakbagdatli
    Discussions |
    Aug 4, 2022 7:38 AM
    883 views | 1 replies

Latest Discussions

  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1098 views | 0 replies
  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1011 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    663 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    784 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
view all discussions