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

  • 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
  • How to include another script in current script

    Hello all, I have two scripts A and B. Script A and B both use the same data table. And what script A can do is updating columns for the data table.  I want to open the data table, call script A, and then use the table from script A to do the future analysis. But my code doesn't work.  Below is a part of my script. I think the script A is called successfully, but the script after include function ...

    Anonymous Anonymous
    Discussions |
    Aug 1, 2022 9:48 AM
    6864 views | 2 replies
  • How do I get VIF to display in the parameter estimates column

    Hello,I want to check the VIF scores for a nominal logistic regression. When I right clicked on the parameter estimate table -> column, VIF option is not displayed. Any suggestions on how to add-in VIF as column? I'm using the latest version of JMP pro on windows. 

    CumulativeTiger CumulativeTiger
    Discussions |
    Aug 1, 2022 7:30 AM
    2888 views | 2 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