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

  • 如何引用已运行平台的输出报告和生成它的可执行对象?

    大家好! 我打开这个文件、用手动进行了决策树模块的操作。   在这时才在脚本中定义这个决策树的窗口、要怎样编写代码?谢谢!

    lala lala
    Discussions |
    Mar 10, 2022 5:11 PM
    4071 views | 10 replies
  • Hide Local Data Filter in Graph Builder - JSL

    I wanted to find out how to hide or close the local data filter in the following JSL script. What I have now is giving errors. I'm unsure of how to assign a variable to each of the Graph Builder plots in the Choose function. Names Default To Here( 1 ); dt=Open("$SAMPLE_DATA/Big Class.jmp"); // Prompt for the input and create graph rc = New Window("Choose the parameters to be plotted", rb = Radio ...

    sciguy sciguy
    Discussions |
    Mar 10, 2022 11:28 AM
    4023 views | 8 replies
  • Formula for calculating averages of values in two consecutive rows

    hi  I would like to calculate averages of two consecutive values in separate rows and I have table with 1000 rows.  What formula can I use to do this? Thanks 

    VR VR
    Discussions |
    Mar 10, 2022 11:09 AM
    2818 views | 6 replies
  • How to populate a new column with a conditional statment

    I would like to populate column = = :Cost Set_2 with the same data as  from column == :Cost Set  Except if column == :Mon_Yr == 03/2022 AND :Cost Set=="ACTUAL_PAID" THEN :Cost Set_2 == "ACWP" I have a formula script that but I could not get it to work: If( Char( Format( :Mon_Yr, "m/y" ) == "03/2022" ) & (:Cost Set == "ACTUAL_PAID")), "ACWP", Also instead of using "03/2022"  I'd like to set this u...

    dfusco923 dfusco923
    Discussions |
    Mar 10, 2022 7:47 AM
    1915 views | 4 replies
  • How to Create a Fit Model with Different Sized Data Tables

    I have 12 serialized assemblies. Each assembly has 8 parts, each part has a set of data of the same column structure. Each assembly goes through 1 qualification test.Each assembly then goes through 10 rounds of life testing (each round has the same column structure). That leaves me with 3 tables Table 1 has 8 rows per assemblyTable 2 has 1 row per assemblyTable 3 has 10 rows per assembly I am inte...

    Phigene Phigene
    Discussions |
    Mar 10, 2022 3:26 AM
    1365 views | 2 replies

Latest Discussions

  • How to Create a Fit Model with Different Sized Data Tables

    I have 12 serialized assemblies. Each assembly has 8 parts, each part has a set of data of the same column structure. Each assembly goes through 1 qualification test.Each assembly then goes through 10 rounds of life testing (each round has the same column structure). That leaves me with 3 tables Table 1 has 8 rows per assemblyTable 2 has 1 row per assemblyTable 3 has 10 rows per assembly I am inte...

    Phigene Phigene
    Discussions |
    Mar 10, 2022 3:26 AM
    1365 views | 2 replies
  • Change Display of Values for Sharing

    Hello Everybody, My peers and I will be sharing some of our work soon. We want to be able to share this work without giving out key parameters that were used for IP purposes. I remember seeing in the JMP courses that we can use -1, 0, 1 etc in place of some of the actual values. But I can't find it in the JMP help or online. Is there a function that can automatically do it for us? If not, how woul...

    tnorthen tnorthen
    Discussions |
    Mar 9, 2022 12:47 PM
    930 views | 2 replies
  • Mixed Model Trouble

    What is the issue with this data? I can't get any output for the fixed effects tests.I am performing a mixed model of a randomized complete block design. Rep is a random factor while S Rate and N Rate are continuous variables. I would like to see if S Rate or N Rate impact yield. Yield is also a continuous variable.   I can get output when I run it as a standard least squares with the reml method,...

    KernDawg KernDawg
    Discussions |
    Mar 8, 2022 8:52 PM
    1652 views | 3 replies
  • getting a string from a list, where string contains defined text

    Hi, can someone help me please? I have created a list that looks something like that:{"C1234_here_is_some_text", "C1235_here_is_some_other_text", "C1236_you_get_the_idea", ..., "C2000_still_dont_ends_here"}I want to get the complete string of the list where the first part of the string (e.g. "C1234") is "C1999".Whats the correct code here?Thank you in advance 

    sebbeyer sebbeyer
    Discussions |
    Mar 7, 2022 6:14 AM
    1032 views | 1 replies
  • Whats the best JMP stats book for a beginner?

    Hello, Could someone please recommend a book for using JMP, ideally one thats for novices.  Thanks in advance.

    PhDer PhDer
    Discussions |
    Mar 7, 2022 4:50 AM
    2488 views | 7 replies

Latest Discussions

  • 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
  • M1 Macbook Pro JMP Capabilities

    Hi all, 
    I'm thinking about upgrading from my windows set-up and running a M1 Macbook Pro as my primary set up. I wanted to open up the discussion and see if any other JMP users were using the newest Macbook Pro and if they have run into any hurdles yet? I do a lot of R/Python integration. I do have a decent set up right now, but want to know if anyone else has tested out this connection and knows ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Jan 21, 2022 1:52 PM
    790 views | 0 replies
view all discussions