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

  • PREDICTIVE MODELS COMPARISONS - LINEAR REGRESSION AND NEURAL NETWORK

    I am utilising JMP PRO 16 for validating the data results from a Finite Element Simulation. I want to utilise both Linear Regression models and Neural Network models and carry out a comparison. For the Linear Regression model , I have found that variable transformations are required to fulfill the assumptions of linearity , normality of residuals and constant variance. The transformations are the ...

    sreekumarp sreekumarp
    Discussions |
    May 11, 2022 7:22 PM
    1892 views | 4 replies
  • Segmented regression

    Does anyone know how to perform a segmented regression and calculate the breakpoint (where the 2 lines meet) on JMP?

    phystudent phystudent
    Discussions |
    May 11, 2022 9:57 AM
    14287 views | 5 replies
  • Referencing to underlaying (overlapping) datapoints on hover textlet/graphlet

    Hello,Sometimes dataset may contain overlapping points. Default mouse over hover gridlet is showing the number of overlapping points (N) and some other information (see example image below from big class.jmp dataset).  I am interested in to get this information also be utilized in textlet or graphet script. How do I get hovered rows to list? I can use following syntax for selected rows but well,  ...

    JanneI JanneI
    Discussions |
    May 11, 2022 9:03 AM
    1901 views | 3 replies
  • Latin Hypercube Design

    Hi, I'm planing a DOE for numerical simulations (CFD simulations).I'm thinking on using Latin Hypercube Design, for 2 responses and 3 continuous factor.How should I determine the minimum number of runs? I notice that in the software I can chose  the number of runs and it has an impact on the design diagnostics.There is an recommendation to determine the number of runs? My simulations are quite com...

    BetaJaguar525 BetaJaguar525
    Discussions |
    May 11, 2022 8:53 AM
    2575 views | 5 replies
  • How should I use fit definitive screening

    I have a definitive screening design with 7 factors ( 6 continuous factors + 1 blcok factor) and 2 reponses. When I tried to use "Fit Definitive Screening" to analyze the data, I found I got totally 3 different results ( one each time and all use the same data). Every result has different "combined parameter estimates" and different" prediction profiler" and after I click "run model", each results...

    SerialPorcupine SerialPorcupine
    Discussions |
    May 11, 2022 8:36 AM
    784 views | 1 replies

Latest Discussions

  • PREDICTIVE MODELS COMPARISONS - LINEAR REGRESSION AND NEURAL NETWORK

    I am utilising JMP PRO 16 for validating the data results from a Finite Element Simulation. I want to utilise both Linear Regression models and Neural Network models and carry out a comparison. For the Linear Regression model , I have found that variable transformations are required to fulfill the assumptions of linearity , normality of residuals and constant variance. The transformations are the ...

    sreekumarp sreekumarp
    Discussions |
    May 11, 2022 7:22 PM
    1892 views | 4 replies
  • Latin Hypercube Design

    Hi, I'm planing a DOE for numerical simulations (CFD simulations).I'm thinking on using Latin Hypercube Design, for 2 responses and 3 continuous factor.How should I determine the minimum number of runs? I notice that in the software I can chose  the number of runs and it has an impact on the design diagnostics.There is an recommendation to determine the number of runs? My simulations are quite com...

    BetaJaguar525 BetaJaguar525
    Discussions |
    May 11, 2022 8:53 AM
    2575 views | 5 replies
  • How should I use fit definitive screening

    I have a definitive screening design with 7 factors ( 6 continuous factors + 1 blcok factor) and 2 reponses. When I tried to use "Fit Definitive Screening" to analyze the data, I found I got totally 3 different results ( one each time and all use the same data). Every result has different "combined parameter estimates" and different" prediction profiler" and after I click "run model", each results...

    SerialPorcupine SerialPorcupine
    Discussions |
    May 11, 2022 8:36 AM
    784 views | 1 replies
  • constraining 1 output variable

    Hi,I am wanting to apply a constraint to one of six output variables in a prediction profiler as currently the profiler predicts positive values when the input values match those used to form the model but generates negative values when trying to extend the data to inputs not used to build the model  Thanks

    Annabelle Annabelle
    Discussions |
    May 11, 2022 5:52 AM
    762 views | 1 replies
  • Pass combo box value to another script

    Hi all,I am currently working on 2 scripts. The 2nd script is being included on the 1st one.I have a combo box on my 1st script that needs the value to be passed into the 2nd script so I can remove unwanted columns from the 2nd script. But the variable used for my combo box doesn't pass the value to the 2nd script. Pls help

    1st Script H List Box (cb = Combo Box( {"", "Apple", "Orange"}, frt = cb <<...

    UserID16644 UserID16644
    Discussions |
    May 11, 2022 5:31 AM
    719 views | 1 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    627 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    771 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    992 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    699 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2507 views | 0 replies
view all discussions