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

  • using categorical data with random forests in JMP

    We are having a little trouble wrapping our heads around how JMP treats categorical data in random forests. We have created a small pilot data set and mapped the categorical data using a variety of techniques including many suggested in this forum. However, I don't really understand why we should see so much of a difference in performance when using these mappings. If I am mapping a discrete set o...

    TheTerminalMan TheTerminalMan
    Discussions |
    Dec 9, 2022 10:15 AM
    1509 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
  • parse json - do we need to get keys at every level?

    Dear members of the community, once we parse json the program knows all of its keys in all levels. can we extract values purely based on location or do we have to get the keys at all the different levels every time? for example:     Names Default To Here( 1 ); l = Parse JSON( "[ { \!"name\!": \!"KATIE\!", \!"age\!": 12, \!"sex\!": \!"F\!", \!"height\!": 59, \!"weight\!": 95 }, { \!"name\!": \!"LO...

    ron_horne ron_horne
    Discussions |
    Dec 9, 2022 9:43 AM
    1467 views | 3 replies
  • How to add a factor in an already planned DoE setup

    Dear JMPxperts, I set up a Definitive screening design with 10 factors and we found out that we have to change some factors and factor ranges of this design. However we dont want to start from scratch again and generate a completely new randomized experimental plan, since we already invested some planning for the rest of the factors. How can I change factors to new factors in a existing plan and h...

    SimonFuchs SimonFuchs
    Discussions |
    Dec 9, 2022 9:34 AM
    1310 views | 2 replies
  • Extract numbers from string

    Hi, I want to extract all the numbers contain in [] and store in the list. Is there a way to achieve this with jsl? I would like to extract numbers from the column and store in the list which should look something like this: bins = {"52","79","39 41 43", "38 40 42", "1"};Any advice would be much helpful.Thanks

    Jackie_ Jackie_
    Discussions |
    Dec 9, 2022 9:11 AM
    2594 views | 4 replies

Latest Discussions

  • 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
  • parse json - do we need to get keys at every level?

    Dear members of the community, once we parse json the program knows all of its keys in all levels. can we extract values purely based on location or do we have to get the keys at all the different levels every time? for example:     Names Default To Here( 1 ); l = Parse JSON( "[ { \!"name\!": \!"KATIE\!", \!"age\!": 12, \!"sex\!": \!"F\!", \!"height\!": 59, \!"weight\!": 95 }, { \!"name\!": \!"LO...

    ron_horne ron_horne
    Discussions |
    Dec 9, 2022 9:43 AM
    1467 views | 3 replies
  • How to add a factor in an already planned DoE setup

    Dear JMPxperts, I set up a Definitive screening design with 10 factors and we found out that we have to change some factors and factor ranges of this design. However we dont want to start from scratch again and generate a completely new randomized experimental plan, since we already invested some planning for the rest of the factors. How can I change factors to new factors in a existing plan and h...

    SimonFuchs SimonFuchs
    Discussions |
    Dec 9, 2022 9:34 AM
    1310 views | 2 replies
  • How to import already created validation column in JMP?

    I have a dataset in which training and validation data points are already defined. First N rows are training data and remaining are validation data. Data set in Excel file.Now, how to use already created validation column (in Excel) while performing some analysis in JMP (e.g. neural nets).

    abhinavsharma91 abhinavsharma91
    Discussions |
    Dec 9, 2022 7:39 AM
    854 views | 1 replies
  • Control charts with irregular time on x-axis

    I am watching the STIPS course on quality methods as I want to start making control charts, and I noticed that they said the x-axis should be regular time intervals. I want to use control charts to monitor the controls in a test method, but we do not run this method on regular time intervals. Instead, we run the test whenever sample is available. And it would be costly/impractical to run the test ...

    buddrball85 buddrball85
    Discussions |
    Dec 8, 2022 5:43 AM
    1827 views | 2 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
    836 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
    1176 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