cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Having Match Search A Full Column

    I'm currently trying to use the Match conditional in order to compare two columns of data to identify where they overlap. At the moment, the formula I entered seems to be working properly however it is only applied to the row it occurs in. Given that the column I'm searching is a few thousand rows longer, is there any way I can avoid a manual sort and modify my formula in order to get the results ...

    bml951 bml951
    Discussions |
    Dec 20, 2013 1:51 PM
    9618 views | 4 replies
  • Column name as variables

    Hi there,I have a question related to the column name convention. For example, I have a table contains the ages of students from several grades. age_grade1age_grade2age_grade3age_grade4age_grade5age_grade6age_grade7
    I like to define a parameter, so I can use "for" loop to do some data processing. 1: only select the non-empty rows.Parameter = "age_grade1" ;dtRaw << Select Where( Is Missing( Paramete...

    shasha shasha
    Discussions |
    Dec 13, 2013 11:04 AM
    7444 views | 1 replies
  • dynamically define a matrix

    I am using JSL to stack some data. The columns have Spec Limit properties so I am using JSL to manually stack those values in a matrix to add to the data as well. The problem is I can not seem to assign values to a matrix without defining it. And I can not dynamically define a matrix. Perhaps I am missing something or there are other matrix tricks someone can suggest.dt0 is the table from which I ...

    h_lazar h_lazar
    Discussions |
    Dec 12, 2013 7:51 AM
    9436 views | 2 replies
  • How to tell a window has not been closed?

    Can someone tell me if there is an easier way to tell if a window is still open?  I have a case where a task is being done.  Once it is done, the window is closed.  However, the user can close the window before then.  I can't find the jsl command that equals   Is Valid  Jwindow_ptr = New Window( "hi", Text Box( "abcd" ) );window_title = (window_ptr << Get Window Title());Wait( 5 );windows = Window...

    janeg janeg
    Discussions |
    Dec 6, 2013 8:07 AM
    9341 views | 3 replies
  • How to display JSL command dropdown menu?

    I did this by accident and it was quite cool!  Somehow I got this embedded dropdown menu within the JSL itself showing all commands.  IVery cool!Does anyone know the keystrokes to make this menu appear?I hit something like Ctrl+V and something else by accident and it popped up out of nowhere:)  Now I can't seem to recreate it (JMP 9.0.3).  thx... dj

    djhanson djhanson
    Discussions |
    Dec 5, 2013 12:51 PM
    9397 views | 2 replies

Latest Discussions

  • Column name as variables

    Hi there,I have a question related to the column name convention. For example, I have a table contains the ages of students from several grades. age_grade1age_grade2age_grade3age_grade4age_grade5age_grade6age_grade7
    I like to define a parameter, so I can use "for" loop to do some data processing. 1: only select the non-empty rows.Parameter = "age_grade1" ;dtRaw << Select Where( Is Missing( Paramete...

    shasha shasha
    Discussions |
    Dec 13, 2013 11:04 AM
    7444 views | 1 replies
  • How do I recode indicator columns into one nominal (or ordinal) column?


    I have a data set that has been created with indicator columns for all nominal and ordinal variables (for the purpose of running a regression model). For instance, the variable "Marital Status" has 3 possible values, Single, Married, Divorced. The current data file has two columns for this one variable. A "1" in column one and a "0" in column two indicates "Single", a "0" in column one and a "1" i...

    jmpuser1234 jmpuser1234
    Discussions |
    Dec 2, 2013 1:19 PM
    3426 views | 1 replies
  • Multiple F-tests

    I am looking for a feature similar to the "Compare Means" -> "Each pair by Student's t" found under the "Oneway" "Fit X By Y" analysis option. That is, I want to perform an F-test between any two levels of the categorical X-axis variable, yielding the P-values for each test and hopefully also a "Connecting Letters Report" or something equivalent. Preferably I would like to do this for either one o...

    JesperJohansen JesperJohansen
    Discussions |
    Nov 28, 2013 4:41 AM
    2879 views | 0 replies
  • how do I add labels to a bar chart showing the N for each mean

    vertical bar chart, where each bar represents the mean(col name)? no problem, donenow we want to show the N for each of those means, right at the top of each columnhelp? thanks

    jmp_ingbean jmp_ingbean
    Discussions |
    Nov 21, 2013 7:54 AM
    4481 views | 2 replies
  • Using JMP for 3d Heat Maps

    Hi,My lab is interested in using JMP to create heat maps for eye tracking data which has X, Y and Z coordinates. The picture below is an example of the type of graph we are trying to create. I have looked around trying to find any documentation on whether this is possible using JMP and how to try to accomplish it. Does anyone have any experience creating heat maps like this in JMP or know of any g...

    gingerkat724 gingerkat724
    Discussions |
    Nov 20, 2013 11:53 AM
    8766 views | 3 replies

Latest Discussions

  • Multiple F-tests

    I am looking for a feature similar to the "Compare Means" -> "Each pair by Student's t" found under the "Oneway" "Fit X By Y" analysis option. That is, I want to perform an F-test between any two levels of the categorical X-axis variable, yielding the P-values for each test and hopefully also a "Connecting Letters Report" or something equivalent. Preferably I would like to do this for either one o...

    JesperJohansen JesperJohansen
    Discussions |
    Nov 28, 2013 4:41 AM
    2879 views | 0 replies
  • Bar chart with data table

    I need to create some graphs like the one shown in the picture below (Excel).What is important is that the bar groups are displayed with the individual data.I know that I can chart a bar graph and then insert a table below it. But wouldn't it be difficult make it look as nice as the Excel version.What would be an alternative solution that works just as good visually?Any help is greatly appreciated...

    peder peder
    Discussions |
    Nov 19, 2013 1:08 PM
    3395 views | 0 replies
  • Best method of analysis of multiple dependent variables in JMP

    I need a predictive model for two response variables (that are dependent on each other) and multiple independent variables.  I'm not very statistics-savvy but am comfortable with multiple regression; however, I'm not sure of the best way to approach a problem with multiple dependent variables.  I've been studying some of the approaches (MANOVA, MANCOVA, multivariate multiple regression, structural...

    kcros kcros
    Discussions |
    Sep 24, 2013 11:37 AM
    3226 views | 0 replies
  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3560 views | 0 replies
  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4128 views | 0 replies
view all discussions