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 to joining two columns with JSL

    Hi I am new to JSL, and I got stuck in a seemlily easy task.Say I have two columns A and B, and have some missing values.I'd like to create a new column to be the join of column A and B.As shown in example below.  Thanks! 

    pomemelom pomemelom
    Discussions |
    Dec 12, 2022 12:40 PM
    11209 views | 5 replies
  • sampling to track yield improvments

    I am looking to validate impact of process changes on yield at the step. My proposal was to track yield for 1000 samples surrounding the change, 500 pre & 500 post. Are there any benefits to separating the 500 units in each group into 5 sequential groups of 100 each and analyzing these as subgroups? Does this answer change based on the baseline yield (mid range ~60% vs high-95% + yields)

    violindrumstick violindrumstick
    Discussions |
    Dec 12, 2022 12:16 PM
    981 views | 1 replies
  • Transfer data between tables

    Hello, I'm able to pull an SQL table that's in a very simple format. One column has a unique ID (UID) another column has column headers, and the third has a UID. I have another table where certain cells have the same UID. I want to plug the values from the first table ("UID") to the second, new table ("New"). Tabulate was the perfect tool to sort the column headers and give me a row count, but bec...

    StarfruitBob StarfruitBob
    Discussions |
    Dec 12, 2022 11:39 AM
    1561 views | 3 replies
  • Variability Plot Grouping

    Hi,  I have a bunch of variability plots to show on a single window with same columns grouping. How will I just define the x_grouping at the very top, so that I can change the grouping in only one place. For example, I want to define grouping by :xA, :xB, and ;xC outside the function "variability chart ( )", so that I can change grouping columns in one place only. Thanks.  Names Default To Here( 1...

    RA RA
    Discussions |
    Dec 12, 2022 11:06 AM
    3669 views | 5 replies
  • 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
    1408 views | 3 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
    1408 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
    1109 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
    1105 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
    1961 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
    831 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
    723 views | 0 replies
view all discussions