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

  • Can cells be fully cleared? Clearing numeric columns leaves "dots" behind

    I made a copy of a table because I want to reuse the same column headers and types that I had already set up. But I want to clear the contents. Clearing the contents doesn't seem to really work. The left-most "column" which numbers all the rows still has all the numbers filled in from before, and the numeric columns still have dots in the cells instead of empty cells. Like this:
            This is ann...

    Deez_Data Deez_Data
    Discussions |
    Nov 4, 2022 7:18 PM
    1646 views | 2 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
    663 views | 0 replies
  • Help Scripting an Interactive window that updates upon user choices

    Dear All,   I am writing a script that will be deployed to users in my organization to perform some simple quick statistics for the user without having to invoke the Distribution platform. The script is below with a screenshot of what I currently have, then a list of the things I'm having trouble with. The users will be running JMP 16.1, I am running JMP Pro 16.0. All machines are windows 10, 64-b...

    SDF1 SDF1
    Discussions |
    Nov 4, 2022 12:46 PM
    5143 views | 11 replies
  • Why there are no confidence interval for orthogonal regression

    Hi all,  I just have a question when using fit Y by X function in JMP. I use 2 method is linear regression & orthogonal regression for a data. I know the difference is Linear method assume that there is only variations at Y value when Orthogonal assume variation of both X,Y.  But I wonder why can't I draw the  Confidence interval or prediction interval in the orthogonal method. I just can see the ...

    Justin_Bui Justin_Bui
    Discussions |
    Nov 4, 2022 10:43 AM
    1212 views | 1 replies
  • Sub-Sample randomly from a column

    Hello all, - I have a population of 200 stores across the country.  I'm interested to know if I can sub-sample a fraction of these stores and approximate the distribution of events. Might there be some Monte Carlo method for filling e.g., 30 rows in a new column with a random sub-sample from the original 200. Then I could compare the distribution of the 30 counts in the sub-sample to the distribut...

    paulp paulp
    Discussions |
    Nov 4, 2022 9:14 AM
    4098 views | 8 replies

Latest Discussions

  • 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
    663 views | 0 replies
  • Why there are no confidence interval for orthogonal regression

    Hi all,  I just have a question when using fit Y by X function in JMP. I use 2 method is linear regression & orthogonal regression for a data. I know the difference is Linear method assume that there is only variations at Y value when Orthogonal assume variation of both X,Y.  But I wonder why can't I draw the  Confidence interval or prediction interval in the orthogonal method. I just can see the ...

    Justin_Bui Justin_Bui
    Discussions |
    Nov 4, 2022 10:43 AM
    1212 views | 1 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
    674 views | 0 replies
  • Constrained linear model

    How can I constrain the range of coefficients of variables in a multi-linear model? 

    Sincyp Sincyp
    Discussions |
    Nov 3, 2022 7:07 AM
    1185 views | 1 replies
  • How to rename column 1 for every file during multiple file import

    Hi guys, I wish to rename the first column of every file so that all files can be imported to one single file.Would anyone be able to help please? Multiple File Import( <<Set Folder( "C:\Work folder\" ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Set Name Filter( "*.*;" ), <<Set Name Enable( 0 ), <<Set Size Filter( {50795737, 79592416} ), <<Set Size Enable( 0 ), <<Set Date Filter( {3...

    Hellford Hellford
    Discussions |
    Nov 2, 2022 1:56 PM
    1033 views | 2 replies

Latest Discussions

  • 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
    663 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
    674 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
    1167 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
    720 views | 0 replies
  • How to Analyze and Graph Responses with Supercategories

    I use JMP Pro 16. I am doing MCA on 90 columns that have supercategories.  I want to do the analysis and viz on the supercategory classification. Is there a way to do this without having to create separate columns that only have the supercategory classification?  PS:  I don't know how to do JSL scripting.

    TCM TCM
    Discussions |
    Oct 21, 2022 5:59 AM
    759 views | 0 replies
view all discussions