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

  • JMP Workflow Challenge 1: Motif Extraction and Identification from Continuous Power Data

    Calling JMP workflow and JSL wizards. Here's a Thursday challenge for you. The attached data set is set of power data off my running power meter. What we want to do is identify and correctly tag the 8 motifs that occur during this ~1000 point signal data set attached to this post, create a new column with function ID and write it in a way that it can be used to automate the tagging of future data...

    Daniel_Valente Daniel_Valente
    Discussions |
    Apr 15, 2022 9:05 PM
    10948 views | 26 replies
  • JMP-Classes with instances and global (shared) functions

    Hello everyone, I have a question regarding JMP-Classes. I'm using custom classes to create instances as an interface for custom (sql) requests. These classes contain among other things a namespace, a window and a button. It works pretty good - however I have some generall/global classes which i also want to execute within these instances. Dummy sample for a global class: New Namespace("BASICS", ...

    D_G D_G
    Discussions |
    Apr 15, 2022 2:29 PM
    1035 views | 1 replies
  • Local data filter and hover labels

    I have been working with a tool which utilizes mouse over hover labels (actually graphlets in this case; quite simple script to open and show image) on Graph Builder platform. I have noticed that hover label script is vanished/reset if data point is first excluded and then included back by local data filter. I am running JMP 16. Is there any option or way around trick how hover label script would ...

    JanneI JanneI
    Discussions |
    Apr 15, 2022 12:26 PM
    1539 views | 3 replies
  • How to refer to a column in Group By() message in Bivariate Platform

    I have a Bivariate Platform scripted like this:Fit Group( biv = Bivariate( Y(Eval(Y_parameters)), X(Eval(X_parameters)), Group By (groupByColumn[1]), SendToReport(...) ) )where Y_Parameters = {"Param1", "Param2"}; X_Parameters = {"Radius"}; groupByColumn = {"Lot ID"};So, it works ONLY if my groupByColumn is a list of strings, and only if I refer to it as groupByColumn[1]if I say stringGroupBy...

    miguello miguello
    Discussions |
    Apr 15, 2022 10:02 AM
    1346 views | 3 replies
  • Mixture design point type (extrem vertices)

    Hello,Is there a way to know whether a mixture design point is a vertice or a centroid (of degree 1, or 2, or 3, ...) when creating an Extrem Vertices Design?Ideally, I wish it could be indicated in an additional column in the "Make Design" Table.Thanks

    dp30 dp30
    Discussions |
    Apr 15, 2022 9:04 AM
    1705 views | 3 replies

Latest Discussions

  • JMP Workflow Challenge 1: Motif Extraction and Identification from Continuous Power Data

    Calling JMP workflow and JSL wizards. Here's a Thursday challenge for you. The attached data set is set of power data off my running power meter. What we want to do is identify and correctly tag the 8 motifs that occur during this ~1000 point signal data set attached to this post, create a new column with function ID and write it in a way that it can be used to automate the tagging of future data...

    Daniel_Valente Daniel_Valente
    Discussions |
    Apr 15, 2022 9:05 PM
    10948 views | 26 replies
  • JMP-Classes with instances and global (shared) functions

    Hello everyone, I have a question regarding JMP-Classes. I'm using custom classes to create instances as an interface for custom (sql) requests. These classes contain among other things a namespace, a window and a button. It works pretty good - however I have some generall/global classes which i also want to execute within these instances. Dummy sample for a global class: New Namespace("BASICS", ...

    D_G D_G
    Discussions |
    Apr 15, 2022 2:29 PM
    1035 views | 1 replies
  • Local data filter and hover labels

    I have been working with a tool which utilizes mouse over hover labels (actually graphlets in this case; quite simple script to open and show image) on Graph Builder platform. I have noticed that hover label script is vanished/reset if data point is first excluded and then included back by local data filter. I am running JMP 16. Is there any option or way around trick how hover label script would ...

    JanneI JanneI
    Discussions |
    Apr 15, 2022 12:26 PM
    1539 views | 3 replies
  • How to refer to a column in Group By() message in Bivariate Platform

    I have a Bivariate Platform scripted like this:Fit Group( biv = Bivariate( Y(Eval(Y_parameters)), X(Eval(X_parameters)), Group By (groupByColumn[1]), SendToReport(...) ) )where Y_Parameters = {"Param1", "Param2"}; X_Parameters = {"Radius"}; groupByColumn = {"Lot ID"};So, it works ONLY if my groupByColumn is a list of strings, and only if I refer to it as groupByColumn[1]if I say stringGroupBy...

    miguello miguello
    Discussions |
    Apr 15, 2022 10:02 AM
    1346 views | 3 replies
  • Write in columns calculated values

    Hello,  I have a project and my purpose is to extract from my data table (1) the average, maximum and minimum value for each column, and write the results into a new table (2). I found this part of the code and it seems to work for few columns, but not for all. I have like 300 columns and I have the results for only twenty of them. For( i = 1, i <= N Col( dt ), i++, If (:Trial[i] =="TrialName", ...

    Nuroffen Nuroffen
    Discussions |
    Apr 15, 2022 8:16 AM
    1578 views | 4 replies

Latest Discussions

  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    790 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    841 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    593 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    764 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    Hi JMP community,   (JMP Pro 16.0.0)   I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    585 views | 0 replies
view all discussions