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

  • What is the function to calculate the column percentile of a specific number?

    Hi,As an example, I have a data table with column "X" with values "1,2,3,....13, 14, 15". I understand it is easy to calculate the 20% quantile using function: Col Quantile(:X, 0.2) = 3.2.Is there a function to calculate the percentile of a number in this column "X", for example 3?If so, is there a way to calculate it in the "Table Summary" for multiple columns?Thank you!

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Aug 1, 2022 3:26 PM
    3199 views | 4 replies
  • Col Cumulative Sum by group increases counter if first row is missing or empty

    I found this behavior while using the Col Cumulative Sum() as a way to create a counter. If the group column has a missing value in the first row, the groups are completely ignored, see the last column below.  

    FN FN
    Discussions |
    Aug 1, 2022 1:41 PM
    1210 views | 3 replies
  • 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
  • Customizing space between bars in graph builder/aligning data points to bar graph?

    Hello, I am trying to make a bar graph in JMP Pro and having an issue customizing my graphs. For example, for the graph below, I would like to adjust the spacing to make my two treatments (Mock/H1N1) closer together, while keeping the spacing the same between the hours variable. I'm able to achieve this when I overlay my treatment variable (see graph below), but then when I try to add the individu...

    kijohn kijohn
    Discussions |
    Aug 1, 2022 11:29 AM
    6548 views | 8 replies
  • extract a particular sting

    Hi,  I want to extract the bin values from the rows and store in the list. For example- BIN = "B" 8 "Bad Bump" -> I want to extract letter "B" from the string  and store in the listBIN = "P" 6153 "PCM"  -> I want to extract letter "P" from the string and store in the list and likewise for all the rows containing bin Here is what I tried so far. It only extracts the row 13Names Default To Here( 1 )...

    Jackie_ Jackie_
    Discussions |
    Aug 1, 2022 10:50 AM
    1730 views | 4 replies

Latest Discussions

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