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

  • Col Mean behaviour with hide/exclude

    Hello, I observe that when I use ColMean function in one column that the value in the column is not updated when I hide/exclude some rows.I think this is not a normal behaviour - there is no automatic recalculation. May be we can avoid this with script but I would prefer to avoid. If someone has a solution, thank you in advance Regards Sébastien  

    seb38360 seb38360
    Discussions |
    Apr 4, 2018 11:50 AM
    2499 views | 1 replies
  • Concatenate

    I need to concatenate many comma delimmeted files without headers in them (so no column names) and maintain column order.  Is this possibble?  I have failed with Concatenate thus far.

    KST-CPT KST-CPT
    Discussions |
    Apr 4, 2018 9:55 AM
    17646 views | 4 replies
  • JMP window not closing

    I'm working on a script that just does basic image editing. I have my image in one window, then clicking an "Image Options" window opens up a window with sliders for contrast and brightness. Whenever I close the image options window, it never actually closes, the window is just hidden. Hitting the "x" in the corner does nothing. I even added a "Close" button that just says << Close Window, but the...

    pen51 pen51
    Discussions |
    Apr 4, 2018 9:34 AM
    9077 views | 8 replies
  • Deleting rows in JSL

    Hi,this is a very basic question that has been answered many times, but I can't get it to work.
    //Define the column name here first Col = "mycolumn.xyz"; dt = current data table (); //Create new table dt2, copy first table dt, sort it by two different columns dt2 = Data Table( dt ) << Sort( By( :WAFER, Column(dt, Col) ), Order( Ascending, Ascending ) ); ColValues = {}; ColValues = Column(dt2, C
    ...

    PS PS
    Discussions |
    Apr 4, 2018 7:39 AM
    5148 views | 1 replies
  • Multivariate results interpretation

    Hi JMP experts!  I have a question about how to interpret multivariate results: say I have a data set y, x1, x2 three colums. I try to answer the question whether y is correlated with x1, or x2 or both. I have got Rsquares values and correlation probability both in 3 by 3 matrix form from JMP. The question is whether should I use the probability value to answer the question, or should I use the Rs...

    JMPstart JMPstart
    Discussions |
    Apr 4, 2018 5:41 AM
    6444 views | 4 replies

Latest Discussions

  • Col Mean behaviour with hide/exclude

    Hello, I observe that when I use ColMean function in one column that the value in the column is not updated when I hide/exclude some rows.I think this is not a normal behaviour - there is no automatic recalculation. May be we can avoid this with script but I would prefer to avoid. If someone has a solution, thank you in advance Regards Sébastien  

    seb38360 seb38360
    Discussions |
    Apr 4, 2018 11:50 AM
    2499 views | 1 replies
  • Multivariate results interpretation

    Hi JMP experts!  I have a question about how to interpret multivariate results: say I have a data set y, x1, x2 three colums. I try to answer the question whether y is correlated with x1, or x2 or both. I have got Rsquares values and correlation probability both in 3 by 3 matrix form from JMP. The question is whether should I use the probability value to answer the question, or should I use the Rs...

    JMPstart JMPstart
    Discussions |
    Apr 4, 2018 5:41 AM
    6444 views | 4 replies
  • How to hide x-variables with no data when Overlay with Boxplot for Legend.

    Hi all, I have two levels in x-axis and i am trying to color legend my boxplot using the first level. The only way i found that can do that is using Overlay but the boxplots would be distorted because each distinct grouping will be split into n areas of level 1. For better illustration, i am using Animals.jmp as examplex-axis 1st level - Speciesx-axis 2nd level - subjecty-axis - miles Graph below ...

    cchiat cchiat
    Discussions |
    Apr 3, 2018 6:02 PM
    2744 views | 2 replies
  • Validation and weighting

    I'm working with a file of approximately 8500 records where approxmately 100 have a resonse variable value Y and the rest a value of N.  I'm running a Partition Model on the response variable Y and then adding in various X, Factors.  Given the relatively low number of "responses" I have two questions when using this model.1) shoud I weight the resonse variables using conditional formatting (adding...

    tallman tallman
    Discussions |
    Apr 3, 2018 2:12 PM
    5273 views | 9 replies
  • (individual-specific) Status Quo Option? - Discrete Choice experiment

     Hi, I am a fresh community member. I can't find a fundamental information for my design in the documentation (unless I use wrong wording). My discrete choice experiment (DCE) is about analyzing preferences of car-sharing users and non-users. The important point is the status quo option (important in DCE) which depends on your initial transport mode (e.g. bike, public transport, private car, etc)....

    RiMaDoN RiMaDoN
    Discussions |
    Apr 3, 2018 4:58 AM
    2302 views | 2 replies

Latest Discussions

  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3564 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2395 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2015 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3264 views | 0 replies
  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2084 views | 0 replies
view all discussions