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

  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1411 views | 3 replies
  • How to assign and increment an iteration count for multiple variables with unequal rows?

    Hello all.Im trying to create a column which assigns an iteration number (numeric and continuous) based on column "Comment = End of Cycle" and increments it for the same SN. The number of data points for each SN is not the same. For example.for SN = "A", rows 1-9: Iteration =1, rows 10-16 Iteration =2for SN = "B", rows 17-27: Iteration =1, rows 28-36 Iteration =2 and so on... Tried a few variation...

    sumanthcb141977 sumanthcb141977
    Discussions |
    Dec 12, 2022 7:00 AM
    2539 views | 6 replies
  • Setting a specific column as subgroup ID in process screening platform

    In the process capability analysis launched within a distribution plot, you can select a column as the subgroup ID (to generate Ppk and Cpk appropriately) The process screening platform does not have this option. I believe it uses the standard subgroup sample size of N=2. This results in the Cpk and Ppk results not really being meaningful for my usage. I would like to know if there is a way to sel...

    ScatterJaguar23 ScatterJaguar23
    Discussions |
    Dec 12, 2022 12:53 AM
    1110 views | 1 replies
  • When drawing bubbles, how can I set the background color to different colors according to the number of rows?

    Hello! For example, set lines 1-20 and 21-40 to different background colors.dt=Open("$SAMPLE_DATA/Big Class.jmp"); p1=dt<<Bubble Plot( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ), Sizes( :weight ), Coloring( :sex ), Title Position( 0, 0 ), SendToReport( Dispatch( {}, "1", ScaleBox, {Min( 0 ), Max( 45 ), Inc( 5 ), Minor Ticks( 0 )} ), Dispatch( {}, ...

    lala lala
    Discussions |
    Dec 11, 2022 6:05 AM
    1518 views | 3 replies
  • Subtract 1 hour from 00:00 time so that the Date could also be changed

    Hello JMP community,Is there any way to subtract 1 hour from 00:00 time so that the Date could also be converted to the previous data?  For example:        The input table is                                          Expected Output should be                       Any suggestions would be highly appreciated.Regards  

    chandankishor66 chandankishor66
    Discussions |
    Dec 11, 2022 5:02 AM
    1110 views | 1 replies

Latest Discussions

  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1411 views | 3 replies
  • Setting a specific column as subgroup ID in process screening platform

    In the process capability analysis launched within a distribution plot, you can select a column as the subgroup ID (to generate Ppk and Cpk appropriately) The process screening platform does not have this option. I believe it uses the standard subgroup sample size of N=2. This results in the Cpk and Ppk results not really being meaningful for my usage. I would like to know if there is a way to sel...

    ScatterJaguar23 ScatterJaguar23
    Discussions |
    Dec 12, 2022 12:53 AM
    1110 views | 1 replies
  • Subtract 1 hour from 00:00 time so that the Date could also be changed

    Hello JMP community,Is there any way to subtract 1 hour from 00:00 time so that the Date could also be converted to the previous data?  For example:        The input table is                                          Expected Output should be                       Any suggestions would be highly appreciated.Regards  

    chandankishor66 chandankishor66
    Discussions |
    Dec 11, 2022 5:02 AM
    1110 views | 1 replies
  • How to remove words from a column that occur before a certain phrase

    I have a column with a variable number of words. Somewhere inside each row the phrase "my name is Spot" occurs. How can I remove all of the text that occurs prior to this phrase?

    txwrangler txwrangler
    Discussions |
    Dec 9, 2022 2:03 PM
    1963 views | 2 replies
  • JMP Prefences - Windows Specific ones are not settable?

    Hi, within the JMP Preferences window, using JMP14 and Windows 10, there is a subset of preferences under "Windows Specific".  This includes for example "Graphics scale factor %" which should be defaulted to 100.

    When I do Get Preferences() in JSL none of the "Windows Specific" ones like the above one show up.  Are any of these "Windows Specific" ones able to be set with Set Preferences() or some o...

    djhanson djhanson
    Discussions |
    Dec 9, 2022 9:57 AM
    832 views | 1 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    835 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    665 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    677 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1174 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    724 views | 0 replies
view all discussions