cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

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

  • Integral of a Desirability Function

    Hi everyone, I try to perform an optimization in the profiler, but instead of just searching for the highest desirability in the design space I'm actually looking for the maximal surface under the desirability curve. The desirability is a function of x, y and z, and these 3 parameters are also interacting with each other.I found this post: https://community.jmp.com/t5/Discussions/How-can-I-calcula...

    Marco_ Marco_
    Discussions |
    Mar 1, 2024 8:06 AM
    1566 views | 4 replies
  • Which one to define effect size: Logworth or Scaled Estimates ?

    Hi Community, I have a question concerning which criteria is more appropriate to determine the importance of the impact of a factor: is it the "logworth" (clearer visualization of p values) or is it the "scaled estimates" ? When working with one of the sample datas (Donev Mixture Data),  I got these results for Logworth and for scaled estimates (images below): Logworth: Scaled Estimates: You can s...

    Julianveda Julianveda
    Discussions |
    Mar 1, 2024 8:01 AM
    3183 views | 5 replies
  • Calculating linear regression slope in formula

    Hello, I was wondering if there was a way to calculate the linear regression slope of column data within a data table formula.

    A simple example of the table is below. The data is ordered and I would like to calculate the slope of a fit line of volume over time using the current row's data and previous points to perform the regression.

    The idea is that I would like to see the how the calculated slope...

    bio_grad bio_grad
    Discussions |
    Mar 1, 2024 7:58 AM
    25139 views | 25 replies
  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    525 views | 0 replies
  • Comparision in Select Where () statement

    Hi all,
    I have extensively searched this website and I think it's an easy solution, but for some reason I cannot get it to work and I have been stuck with it for 2 days.In the below script I ask the user which part of specific column he would like to select. For example where the column has the value 8. (the column can have values from 1 up to 8). That I would like to select the rows with this valu...

    MeneerVanDenBer MeneerVanDenBer
    Discussions |
    Mar 1, 2024 5:22 AM
    1256 views | 3 replies

Latest Discussions

  • Integral of a Desirability Function

    Hi everyone, I try to perform an optimization in the profiler, but instead of just searching for the highest desirability in the design space I'm actually looking for the maximal surface under the desirability curve. The desirability is a function of x, y and z, and these 3 parameters are also interacting with each other.I found this post: https://community.jmp.com/t5/Discussions/How-can-I-calcula...

    Marco_ Marco_
    Discussions |
    Mar 1, 2024 8:06 AM
    1566 views | 4 replies
  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    525 views | 0 replies
  • Interpret Eigenvectors in variable clustering platform

    I have variables that indicate the rates of disappearance of various metabolites from plasma, aka clearance from blood circulation. Since I have over 200 of these, I am using the variable clustering platform to cluster these variables. I am then using the cluster components in a PLS-DA model to see which cluster components (and their corresponding variable group) ends up discriminating two clinica...

    databug databug
    Discussions |
    Feb 29, 2024 10:47 AM
    1852 views | 7 replies
  • Statistical interpretation of a split-plot DOE design

    Hi, I am not used to statistical interpretation of split-plot DoE and I don't know what is the impact if I have a "wald p value" < 5%.I know that if it is higher than 5%, whole plot and subplot have no impact on the plan so if its value is < 5% it meas that whole plot and sub plot have an impact on the plan, but how can I analyze that? Thank you for your help.

    Zhou69 Zhou69
    Discussions |
    Feb 29, 2024 9:58 AM
    1269 views | 2 replies
  • Import Png pics in each cell

    Hello, Is there a way to import the Histogram (.png) pictures into the excel cell (fit the cell by image) using jsl? Something like this.....JSL to iterate over column groups to export the picturesNames Default To Here( 1 ); dt2= Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); maindir = Pick Directory( "Choose a directory to save distribution images" ); distributiondir = Concat( maindir || "/...

    Jackie_ Jackie_
    Discussions |
    Feb 29, 2024 8:49 AM
    1032 views | 2 replies

Latest Discussions

  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    525 views | 0 replies
  • Is there a way to change the defaults for the Summary platform?

    Hi All,   Does any know if it's possible to change the defaults of the Summary platform (Tables > Summary)?   By default, Summary sets the new column names to be stat(column) and checks that the new data table is linked to the original data table.  For much of the work I do, I don't like these features and wish I didn't have to change them every time I run a Summary. I know it can be useful at tim...

    SDF1 SDF1
    Discussions |
    Feb 29, 2024 8:08 AM
    466 views | 0 replies
  • How do you get the confidence intervals output for performance measures in the add ins imbalanced misclassification?

    I am wondering if you can let me know how can I get the performance measure Confidence Intervals (lower and the upper limit) and the alpha when I do the add ins imbalanced classification analysis to evaluate models (I picked all the models [except for generalized regression] and sampling techniques). I am able to get the PR Curve AUC, ROC Curve AUC, but I am not able to locate how to get the confi...

    NishaKumar NishaKumar
    Discussions |
    Feb 22, 2024 8:44 AM
    516 views | 0 replies
  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    549 views | 0 replies
  • JMP 16 Discreet Fit to Gamma Poisson to Kulmogrov

    Hello All, Need assistance trying to get the goodness-of-fit test for the following parameters in JMP 16: 1. Discrete Fit2. Fit Negative Binomial (equivalent to Gamma Poisson as no option to choose gamma poisson)3. Goodness-of-fit4. output -> Pearson Chi-square -> no values  From past version of JMP 14, there was a gamma poisson option with a goodness-of-fit option that outputted kolmogorov's D va...

    RichC RichC
    Discussions |
    Feb 19, 2024 10:19 AM
    454 views | 0 replies
view all discussions