cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Homogeneity of variance & non-parametric tests

    Is homogeneity of variance required for running a Wilcoxon or Kruskal-wallis test? If so, what test can I run if my data fails this assumption? My objective is to see if there is a statistically significant difference between "seasons" (7 levels, i.e. - May 2011, August 2011, etc.) in terms of standardized abundance (n/m^3). We sampled the same location each month and year.

    NLaSpina NLaSpina
    Discussions |
    Apr 6, 2021 10:08 AM
    4435 views | 4 replies
  • How to add dashboard function in jmp 12.0?

    Hello everyone!I just found out that I don't have the function "Create a new dashboard" in my jmp (version 12.0.0 jmp). So how can I use or how to add this to my jmp?

    Ly_javier99 Ly_javier99
    Discussions |
    Apr 6, 2021 9:01 AM
    1196 views | 1 replies
  • Dynamic display box based on combo box selection

    Looking for some help here, I can't get the display box to work correctly as it kept changing back to a blank window when "Option 1" is re-selected (some photos for reference). Really appreciate the help! names default to here(1); Buttons = {"Button 1", "Button 2", "Button3"}; Boxes = {"Box 1", "Box 2", "Box 3"}; LB_Input_1 = lineupbox(ncol(2),spacing(5)); for(i=1,i<=nitems(Buttons),i++, label1...

    Djtjhin Djtjhin
    Discussions |
    Apr 6, 2021 8:53 AM
    2312 views | 4 replies
  • Locking column so the user is unable to delete or change its column name

    Is there a simple way to lock a specific column in a data table, so users cannot delete or change its name by mistake? This column is used as time index (UTC).

    FN FN
    Discussions |
    Apr 6, 2021 8:02 AM
    1653 views | 1 replies
  • Graph Builder: change width line of Parallel Plot when there is a Color variable

    Hello everybody, I do a Parallel Plot and I use a variable to color the lines. For example I use the following script with Big Class table: obj = Graph Builder( Size( 636, 660 ), Variables( X( :height ), X( :weight, Position( 1 ) ), Color( :age ) ), Elements( Parallel( X( 1 ), X( 2 ), Legend( 3 ) ) ) );Then I would like to modify the width of the line. I tried to run this:frame = Report( obj )[...

    anne_sa anne_sa
    Discussions |
    Apr 6, 2021 6:45 AM
    2046 views | 3 replies

Latest Discussions

  • How to add dashboard function in jmp 12.0?

    Hello everyone!I just found out that I don't have the function "Create a new dashboard" in my jmp (version 12.0.0 jmp). So how can I use or how to add this to my jmp?

    Ly_javier99 Ly_javier99
    Discussions |
    Apr 6, 2021 9:01 AM
    1196 views | 1 replies
  • How to input multiple inputs to multiple models?

    Hi all, Imagine I have 15 independent sets of data pairs (0,b1) to (10,z1), (0,b2) to (10,z2)......all the way to (0,b15) to (10,z15). Imagine that for each pair, the first data point is at 0 hours, the second is at 10 hours. Then, I have another 15 independent sets of data that have different values, but the same concept as above. Let us assume the first 15 set is "before" and the second 15 set i...

    schou1994 schou1994
    Discussions |
    Apr 6, 2021 5:43 AM
    1765 views | 2 replies
  • Browser can't load interactive HTML files

    Hi all,Did anyone get a problem opening interactive HTML files ?I have a 4Mb journal (with lots JMP graphs) that, when converted to interactive HTML, can't be opened with any type of browser. I already tried chrome, firefox and IE. None of them could open the JMP generated interactive HTML.I'm using JMP 15.1. Thanks in advance

    RicardoCosta RicardoCosta
    Discussions |
    Apr 6, 2021 5:17 AM
    4242 views | 5 replies
  • Comparison of VCA between JMP and R

    Hi,l am looking at a study that was performed in R, l have managed to replicate the results of the VCA in R using the following syntax, VisDil1 <- lmer(l2t ~ (1|Op/Day/MDCK) , Dil1), for the following resultsRandom effects:Groups                 Name       Variance      Std.Dev.MDCK:(Day:Op) (Intercept) 0.02309       0.15195Day:Op               (Intercept) 0.00861       0.09279Op                  ...

    Mickyboy Mickyboy
    Discussions |
    Apr 5, 2021 5:33 PM
    2264 views | 3 replies
  • for analysis not possible in JMP

    I feel like I have reached a stage where I have to do analysis which are not possible on JMP ( like doing a propensity matching, random effect for logistic regression, multiple imputation for categorical variables etc)Even though I love JMP and will continue to use it .. I need to learn another statistical program to perform analysis which is not possible in JMP.Since it requires quite a bit of ti...

    Sandeep123 Sandeep123
    Discussions |
    Apr 5, 2021 2:45 PM
    1863 views | 3 replies

Latest Discussions

  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1164 views | 0 replies
  • Manipulating data table properties (cell width/height) INSIDE application module

    Hello! I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, ...

    plotMaster plotMaster
    Discussions |
    Mar 27, 2021 3:54 PM
    1412 views | 0 replies
  • What does it mean when the solution path for Elastic Net is not single-valued?

    Dear JMP Community,   (W10, 64-bit, JMP Pro 15.2.1)   I am running a model to assess the active predictors. I am doing this by using the Autovalidation add-in to generate a Null Factor for my data. I then use the GenReg platform to find estimates for each possible X-factor and then Bootstrap those estimates to get a better assessment of the contributions to the response. I came across a very stran...

    SDF1 SDF1
    Discussions |
    Feb 15, 2021 12:35 PM
    1335 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1190 views | 0 replies
  • generalized regression

    How do I get a whole model significance test when conducting a generalized regression using the negative binomial distribution? I can get the individual effect significance tests, but I do not see where I can get the whole model significance.

    Mrubra Mrubra
    Discussions |
    Feb 3, 2021 2:31 PM
    1012 views | 0 replies
view all discussions