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

  • How can I trap an attempt to write to an open file?

    Hi - I have a JSL script that prompts the user to save a selection of JMP graphics that have just been generated by an analysis directly to a PowerPoint presentation.  The user is likely to want to inspect the resulting slides immediately, so I don't want to close the PowerPoint file automatically - but if the user then tries to append any more graphics to it with a second run of the script, they'...

    DMR DMR
    Discussions |
    Mar 9, 2022 11:33 AM
    1791 views | 3 replies
  • Is it possible to add Text Edit Boxes to all scripts in a Journal using JSL

    Hi JMP community, I was wondering if it would be possible to script the generation of a journal containing selected tables and/or figures including a Text Edit Box for each table/figure. I came across an Add-in that is doing part of what I would like to do: https://community.jmp.com/t5/JMP-Add-Ins/Run-All-Table-Scripts/ta-p/42863 I’m only interested in the Tiled Report option but would like the ad...

    Pim Pim
    Discussions |
    Mar 9, 2022 5:45 AM
    2840 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
    1633 views | 3 replies
  • auto fill today's date into data table name

    I need to save as data table to xlsx AND auto adding today's date. For example, file name will be "old name 3/8/2022.xlsx" if I run the script on 3/8/2022, and  "old name 3/9/2022.xlsx" if I run the script on 3/9/2022. This is easy to do in SAS, and I assume JMP will be similar. Not sure how to fix the code. thanks Data Table( "old name" ) << Save( "C:\old name || Today().xlsx" );

    Isabel26 Isabel26
    Discussions |
    Mar 8, 2022 11:19 AM
    2371 views | 4 replies
  • Force Control Chart Limit at Zero

    Hi.  I have some data that is bound on the lower end by zero.  Is there a way to force Jmp to make the lower control limit zero?Thanks!

    The_Annie The_Annie
    Discussions |
    Mar 8, 2022 4:54 AM
    1360 views | 2 replies

Latest Discussions

  • 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
    1633 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
    1018 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
    2471 views | 7 replies
  • Monte Carlo simulation for an analysis (stepwise regression) platform

    I have an analysis which uses several columns that have random elements in them.  I know how to manually update the random numbers that are in the columns and I understand how to conduct a simulation for the output of an analysis.  But in this case, I am wanting to run a stepwise regression each time the random numbers in the columns are updated.  I want to do this at least 1000 times.  I don't kn...

    dale_lehman dale_lehman
    Discussions |
    Mar 7, 2022 4:46 AM
    3357 views | 7 replies
  • Display/Show Descriptive Statistics Summary on Graph Builder Plot

    Hi All,  is there any way to show descriptive statistics in graph builder plot?  Thanks 

    Aziza Aziza
    Discussions |
    Mar 7, 2022 2:12 AM
    1649 views | 1 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
    592 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
  • 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
    1390 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
    784 views | 0 replies
view all discussions