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

  • Single Tree Fit and Random Forest Fit

    Consider the house prices data from lecture (HousePrices). Make an 80/20 training/validation split with the random seed set to “1.” Based on your validation data set, obtain a single tree fit and a random forest fit (no early stopping rule, use defaults). a)  Save the Prediction Formula for each model. Use JMP’s model comparison platform and compare the fits. Show output. The conclusions you make ...

    ABDromedary218 ABDromedary218
    Discussions |
    May 4, 2023 7:24 PM
    1041 views | 1 replies
  • C# JMP libraries or DLL's

    I'm new to JMP and I am trying to utilize JMP in a C# environment.    Are there any libraries or DLL's available to utilize JMP from C#?  As in Gitlab won't auto-build because it doesn't have the libraries, so if we want the user to have a JMP capability of a specific part of the program I'm sure they'd have to have it installed but the code would be there ready to utilize their JMP installed prog...

    ssjmarshall ssjmarshall
    Discussions |
    May 4, 2023 6:52 PM
    1007 views | 1 replies
  • Overwrite Legends

    Hi JMP Community, I've a jsl script that adds a number of rows to the legends in the Graph builder, but the issue is it concatenates some garbage values, if you click on the refresh legend display option it adds "0". I do not want to add 0. Any suggestions?  Names Default To Here( 1 ); dt = Current Data Table(); New Window( "", modal, H List Box( Panel Box( "Assign", H List Box( Text...

    Jackie_ Jackie_
    Discussions |
    May 4, 2023 1:52 PM
    778 views | 1 replies
  • Variability graph for JSL

    Hello, I have written a script JSL for the Variability graph obj = dt << Variability Chart( Y( :NUMERIC_RESULT ), X( :TEST_NAME 3 ), BY( :TYPE ) ); (obj << Report)[FrameBox( 1 )] << Frame Size( 700, 600 ); (obj << Report)[AxisBox( 1 )] << Add Ref Line( 340, "Solid", "Red", "Limit 340", 1 ); (obj << Report)[AxisBox( 1 )] << Add Ref Line( 280, "Solid", "Red", "Limit 280", 1 ); and would like to d...

    Dennisbur Dennisbur
    Discussions |
    May 4, 2023 12:19 PM
    1484 views | 3 replies
  • DOE ANALYSIS PROFILER

    When analyzing a DOE with a categorical factor/settings A,B & C using STEPWISE in the profiler I get combinations of the factor settings A-B, B-C.. This gives a difficult inerpretation. How can I get in the Stewaise analysis profiler the pure factor settings A,B & C like in the analysis with standard least squares or JMP Pro generalized regression? 

    frankderuyck frankderuyck
    Discussions |
    May 4, 2023 11:52 AM
    1128 views | 3 replies

Latest Discussions

  • Single Tree Fit and Random Forest Fit

    Consider the house prices data from lecture (HousePrices). Make an 80/20 training/validation split with the random seed set to “1.” Based on your validation data set, obtain a single tree fit and a random forest fit (no early stopping rule, use defaults). a)  Save the Prediction Formula for each model. Use JMP’s model comparison platform and compare the fits. Show output. The conclusions you make ...

    ABDromedary218 ABDromedary218
    Discussions |
    May 4, 2023 7:24 PM
    1041 views | 1 replies
  • C# JMP libraries or DLL's

    I'm new to JMP and I am trying to utilize JMP in a C# environment.    Are there any libraries or DLL's available to utilize JMP from C#?  As in Gitlab won't auto-build because it doesn't have the libraries, so if we want the user to have a JMP capability of a specific part of the program I'm sure they'd have to have it installed but the code would be there ready to utilize their JMP installed prog...

    ssjmarshall ssjmarshall
    Discussions |
    May 4, 2023 6:52 PM
    1007 views | 1 replies
  • Overwrite Legends

    Hi JMP Community, I've a jsl script that adds a number of rows to the legends in the Graph builder, but the issue is it concatenates some garbage values, if you click on the refresh legend display option it adds "0". I do not want to add 0. Any suggestions?  Names Default To Here( 1 ); dt = Current Data Table(); New Window( "", modal, H List Box( Panel Box( "Assign", H List Box( Text...

    Jackie_ Jackie_
    Discussions |
    May 4, 2023 1:52 PM
    778 views | 1 replies
  • Phase shifting to normalise sine wave data

    I am trying to phase shift sine wave data so that all the minimum peaks are shifted to lie along the x axis. I have been trying with this code but running into an error with "Should be list or number in access or evaluation of 'Matrix' , Matrix/*###*/(sineCol < < Get Values)"    Any help would be appreciated.    // Load data dt = Current Data Table(); // Specify column with sine wave data sineCol...

    Steph136 Steph136
    Discussions |
    May 4, 2023 6:56 AM
    2134 views | 6 replies
  • JMP17 ListBoxBox Fonts

    It would seem that JMP17 has had a regression in ListBoxBox font's.  The example below is straight from the Scripting Index example.  It does not work. Any ideas on a work-around?  I'm trying to set a mono-spaced font for a list box for readability purposes, and it's is now failing in the new version... Names Default To Here( 1 ); New Window( "Example", <<Show Menu( 0 ), <<Show Toolbars( 0 ), font...

    ErraticAttack ErraticAttack
    Discussions |
    May 4, 2023 3:55 AM
    931 views | 2 replies

Latest Discussions

  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1196 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    775 views | 0 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    989 views | 0 replies
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    658 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    705 views | 0 replies
view all discussions