cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Set user in put as new variable

    Hello,  I am looking to create a script which takes a user input and outputs these inputs into a data table. My script below outputs a data table but does not insert the user variables, would someone be able to help as I think I may be misunderstanding how to insert it.  v1 = text = " ID"; // two numbers with default w = New Window( "Synch Request", // opens a window with a title and this content...

    LukeFarrell LukeFarrell
    Discussions |
    Mar 19, 2022 1:15 AM
    1887 views | 4 replies
  • Adding Center Points to a Main Effects DOE with Factor Constraints

    Hello, I am designing an 7 factor DOE with a constraint on placed on two of the factors. I would like to add center points to the experiments, but when I select "Define Factor Constraints" the option to add center points disappears. Are these two options exclusive of each other? Before I attempt to add the constraints I can freely add center points. Thanks, David

    dbu dbu
    Discussions |
    Mar 18, 2022 11:31 AM
    2531 views | 5 replies
  • As a new member of JMP, what should I focus on.

    MasonWang MasonWang
    Discussions |
    Mar 18, 2022 11:26 AM
    1162 views | 3 replies
  • How to work with R tibble objects

    I really like integrating R code in JSL, but how can I deal with the correct handling of a tibble (dplyr) object. It seems like the object is damaged, when displayed in JMP. The output on my PC is visible in the appended image.R Init(); R Submit("library(dplyr)"); x = R Execute({},{data_table},"\[ data_table <- tibble(x = c("A", NA, "B", "C"), y = c("D", "E", "F", "G")) ]\" ); data_table << N...

    JHX JHX
    Discussions |
    Mar 18, 2022 10:32 AM
    1880 views | 3 replies
  • Save desirability formula from a profiler in the Fit model Platform using JSL

    Hello,  I am trying to automate some JMP analysis where I generate a desirability function using the Fit model platform. With the current JSL code I can launch the fit model platform and add the profiler to the platform, but in the last step I would like to save the associated desirability formula to a new column in the data table and this does not work. Do you have suggestions on how I should to ...

    DavideGrossi DavideGrossi
    Discussions |
    Mar 18, 2022 7:59 AM
    1277 views | 2 replies

Latest Discussions

  • Set user in put as new variable

    Hello,  I am looking to create a script which takes a user input and outputs these inputs into a data table. My script below outputs a data table but does not insert the user variables, would someone be able to help as I think I may be misunderstanding how to insert it.  v1 = text = " ID"; // two numbers with default w = New Window( "Synch Request", // opens a window with a title and this content...

    LukeFarrell LukeFarrell
    Discussions |
    Mar 19, 2022 1:15 AM
    1887 views | 4 replies
  • As a new member of JMP, what should I focus on.

    MasonWang MasonWang
    Discussions |
    Mar 18, 2022 11:26 AM
    1162 views | 3 replies
  • How to work with R tibble objects

    I really like integrating R code in JSL, but how can I deal with the correct handling of a tibble (dplyr) object. It seems like the object is damaged, when displayed in JMP. The output on my PC is visible in the appended image.R Init(); R Submit("library(dplyr)"); x = R Execute({},{data_table},"\[ data_table <- tibble(x = c("A", NA, "B", "C"), y = c("D", "E", "F", "G")) ]\" ); data_table << N...

    JHX JHX
    Discussions |
    Mar 18, 2022 10:32 AM
    1880 views | 3 replies
  • How to analyze pairs of parameters in one variable

    Hi! I will try to explain my problem again.

    I have two columns. One with Systems ID,
    And second with Parts.

    I would like to find if pair parts exist. Mean, I would like to build a list or table with all the possible pair, and and the amount of presence of each pair.

    Presence means: two of the parts presence in the same systems

    Talchaim-Damri Talchaim-Damri
    Discussions |
    Mar 18, 2022 7:28 AM
    1740 views | 4 replies
  • MODDE to JMP

    I have received the DoE model and the results of a study from a partner who uses MODDE ( MODDE® - Design of Experiments Software | Sartorius). Can someone help me how to import existing DoE model and data from MODDE to JMP?

    k_sateesh k_sateesh
    Discussions |
    Mar 18, 2022 5:15 AM
    2051 views | 3 replies

Latest Discussions

  • 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
    842 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
    599 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
    770 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
    589 views | 0 replies
  • Query Builder filtering on date stored in Varchar(20)

    Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO]      ,[DESPA...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1391 views | 0 replies
view all discussions