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

  • Data Table Visibility

    Hi everyone,i want to set the visibility ("private" or "invisible") of a data table with a variable. Unfortunately this doesn´t work for me. Here is a short example:Names Default To Here (1);name ="foo";visibility = "private";dt = New Table (name, visibility , New Column("bar", Character, "Nominal") );Although the variable "visibility" is set to "private", JMP still shows me a data table with the ...

    vkessler vkessler
    Discussions |
    Apr 8, 2021 1:26 PM
    11604 views | 5 replies
  • Plotting censored values in a Life Distribution

    I am building a model using the Life Distribution tool and get a nice plot that shows my failures.  Other tools I've used will allow me to plot my censored data, or suspensions, on top of this plot, but I cannot seem to figure out how to do it in JMP.  Has anyone figured out how to add the censored data in?  Using JSL to do this would be perfectly acceptable too, if anyone knows how to add this in...

    bfoulkes bfoulkes
    Discussions |
    Apr 8, 2021 1:22 PM
    18270 views | 11 replies
  • how do I use a formula that subtracts Col B from Col A and divides by Col C but on a per month basis

    I have 3 months of data in my file, Jan, Feb and Mar.I'm using this formula (Col Sum( :A ) - Col Sum( :B )) / Col Sum( :C )But I need the value per month.Thanks

    fionaweston fionaweston
    Discussions |
    Apr 8, 2021 12:59 PM
    1491 views | 2 replies
  • find first element with condition in a column

    Hi, I have a data with 2 columns: group and score, and I want to calculate the 3rd column called first, which returns the "first score by group that is not 10000000000. so in this sample data, group a = 0, group b =53. and since group c only contains 10000000000, nothing shows up for it.Could someone help me with a jmp formula for this column but not jsl? Thank you so much!groupscorefirsta10000000...

    joann joann
    Discussions |
    Apr 8, 2021 9:36 AM
    4345 views | 6 replies
  • Nominal factor in Prediction Profiler

    Dear community,I am trying to use the prediction profiler with one of the factors having the nominal data type.  In the example below, the Factor 1 can assume two values, “One” and “Two”. The formula to be profiled contains a ‘Match’ statement that selects the numerical value 1 or 2, according to which string (“One” or “Two”) is entered, see the example code:dt = New Table("Simulate",  Add Rows( 1...

    martin_snogdahl martin_snogdahl
    Discussions |
    Apr 8, 2021 8:19 AM
    6956 views | 7 replies

Latest Discussions

  • Plotting censored values in a Life Distribution

    I am building a model using the Life Distribution tool and get a nice plot that shows my failures.  Other tools I've used will allow me to plot my censored data, or suspensions, on top of this plot, but I cannot seem to figure out how to do it in JMP.  Has anyone figured out how to add the censored data in?  Using JSL to do this would be perfectly acceptable too, if anyone knows how to add this in...

    bfoulkes bfoulkes
    Discussions |
    Apr 8, 2021 1:22 PM
    18270 views | 11 replies
  • find first element with condition in a column

    Hi, I have a data with 2 columns: group and score, and I want to calculate the 3rd column called first, which returns the "first score by group that is not 10000000000. so in this sample data, group a = 0, group b =53. and since group c only contains 10000000000, nothing shows up for it.Could someone help me with a jmp formula for this column but not jsl? Thank you so much!groupscorefirsta10000000...

    joann joann
    Discussions |
    Apr 8, 2021 9:36 AM
    4345 views | 6 replies
  • Nominal factor in Prediction Profiler

    Dear community,I am trying to use the prediction profiler with one of the factors having the nominal data type.  In the example below, the Factor 1 can assume two values, “One” and “Two”. The formula to be profiled contains a ‘Match’ statement that selects the numerical value 1 or 2, according to which string (“One” or “Two”) is entered, see the example code:dt = New Table("Simulate",  Add Rows( 1...

    martin_snogdahl martin_snogdahl
    Discussions |
    Apr 8, 2021 8:19 AM
    6956 views | 7 replies
  • Using variables i JSL

    Hi I'm new to jsl but have a hard time understanding how it deals with variables. In the example below I define an LSL and alpha-value. It seems arbitrary to me, when jmp will use the defined variables and when it won't. It has no problem using myLSL in Process CapabilityIt wont use myAlpha under Tolerance Interval. Instead, it will use the default value (but does not throw an error saying e.g. th...

    Hauskov Hauskov
    Discussions |
    Apr 8, 2021 8:08 AM
    4910 views | 3 replies
  • Display X axis issue with Oneway analysis

    Hi JMP community, I've been observing this issue for some time already, checked many options, but cannot figure out how to fix it, hope some body can help. In this example, as you can clearly see in this analysis, first condition has fewer characters than second condition, however in the  X axis of the chart it is not fully displayed the condition name.It can be fixed if choose Label Orientation A...

    AndresGlez AndresGlez
    Discussions |
    Apr 8, 2021 7:08 AM
    2495 views | 4 replies

Latest Discussions

  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    859 views | 0 replies
  • 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
    1140 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
    1391 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
    1316 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
    1166 views | 0 replies
view all discussions