cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Some basic questions about my first DOE response surface design

    Hi everyone, I'm quite new to JMP Pro and the questions I'm about to ask are pretty basic.  I have two independent variables and a dependent variable (response), all three measured using a seven-point Likert scale. The goal is to analyze the within-individual perceptual (in)congruence between the independent variables and their influence on the response. My sample size is 260. Question 1: When I c...

    MIS MIS
    Discussions |
    Aug 22, 2023 2:16 PM
    2563 views | 5 replies
  • Hide and exclude in multiple select where

    Hello, I have an add-in that performs hide and exclude in a for loop. One thing I observed was that the previous hide and exclude gets overwritten by the next column condition. Additionally, I realized that it also overwrote my manual hide and exclude. I have two questions:

    1. Is there a way to concatenate multiple select where and then perform an overall hide and exclude?For( i = 1, i <= N Items( ...

    Kenobi Kenobi
    Discussions |
    Aug 22, 2023 1:02 PM
    1210 views | 2 replies
  • How to create new data table script with variable directory paths

    Hi All,   I'm updating a script that I've been working on that after the analysis is done, I want to save a picture of the report window and then save a script to the data table that will open the image if the user wants to do that. Each analysis will generate a new report image, and I need the script saved to the data table reference that updated file name (all are in the same directory).   Side ...

    SDF1 SDF1
    Discussions |
    Aug 22, 2023 12:33 PM
    2224 views | 3 replies
  • Path analysis in JMP 16 Pro

    I have a data set of 768 rows of data taken over 32 months from plots with different ground vegetation and plant genotypes. Climate data (T, RH, and Rain) were collected during the same period from a nearby weather station. I have density estimated of aphids and occurrence data for ants and generalist predators. I would like to use path analysis in JMP to explore how the exogenous variable of clim...

    rahanna rahanna
    Discussions |
    Aug 22, 2023 6:38 AM
    2261 views | 2 replies
  • How to prevent the popup of alert window ("Microsoft SQL Server Login") when SQL connection failed

    Try( batch interactive(1); dbc = Create Database Connection("Driver={SQL Server};Server=xx.xxx.x.xx;Database=testDB;UID=test;PWD=test;"); batch interactive(0); );If the SQL DB connection through JSL code fails (due to the network issue), the following window appears and exposing the server address to users.   I encrypt the JSL code before deploying it since I don't want the server address to be...

    Sol Sol
    Discussions |
    Aug 22, 2023 5:28 AM
    1704 views | 1 replies

Latest Discussions

  • Some basic questions about my first DOE response surface design

    Hi everyone, I'm quite new to JMP Pro and the questions I'm about to ask are pretty basic.  I have two independent variables and a dependent variable (response), all three measured using a seven-point Likert scale. The goal is to analyze the within-individual perceptual (in)congruence between the independent variables and their influence on the response. My sample size is 260. Question 1: When I c...

    MIS MIS
    Discussions |
    Aug 22, 2023 2:16 PM
    2563 views | 5 replies
  • Hide and exclude in multiple select where

    Hello, I have an add-in that performs hide and exclude in a for loop. One thing I observed was that the previous hide and exclude gets overwritten by the next column condition. Additionally, I realized that it also overwrote my manual hide and exclude. I have two questions:

    1. Is there a way to concatenate multiple select where and then perform an overall hide and exclude?For( i = 1, i <= N Items( ...

    Kenobi Kenobi
    Discussions |
    Aug 22, 2023 1:02 PM
    1210 views | 2 replies
  • Path analysis in JMP 16 Pro

    I have a data set of 768 rows of data taken over 32 months from plots with different ground vegetation and plant genotypes. Climate data (T, RH, and Rain) were collected during the same period from a nearby weather station. I have density estimated of aphids and occurrence data for ants and generalist predators. I would like to use path analysis in JMP to explore how the exogenous variable of clim...

    rahanna rahanna
    Discussions |
    Aug 22, 2023 6:38 AM
    2261 views | 2 replies
  • Degrees of freedom for t-value in DOE confidence interval calculations

    Hello. I am new here. I have a 2^3 full factorial screening DOE with 3 centre-points. I am fitting a second-degree interactions model, so there are 4 df left for the Total Error; 2 for lack of fit, 2 for pure error. When I display the Parameter Estimates, the Std Error using the "Default" Error Specification is correct and the 95% CIs use a t-value of 2.776 based on 4 df. When I switch to "Pure Er...

    BurnStats BurnStats
    Discussions |
    Aug 21, 2023 9:53 PM
    1052 views | 1 replies
  • Custom functions available in every script session: including JMP Live update scripts

    Is there a way to load a custom function into some namespace so it is available in every JMP script session or window?   I would like to call a fairly large and complex set of functions in update scripts for JMP Live reports instead of including all of that code in the script itself.  Typically (outside of JMP Live) I do this with an add-in, but since variables defined in the add-in load script do...

    ih ih
    Discussions |
    Aug 21, 2023 11:44 AM
    1287 views | 2 replies

Latest Discussions

  • How to prove that the composition of the chemical mixture before and after treatment is significantly different?

    Hello! I need to show that compositions of chemical mixture before and after treatment are significantly different. Composition is given in weight %, so the total of all components' weight % in the mixture is 100%. This also means that if one component weight % in the mixture decreased after treatment all other component weight % should be increased. Can I use "Test Mean" from the Distribution pla...

    konstantin konstantin
    Discussions |
    Aug 18, 2023 2:14 PM
    723 views | 0 replies
  • How I Apply the deep learning models RNN and LSTM in JMP pro

    I want to apply deep learning models in JMP pro, but unfortunately I can't fine any option in JMP pro, Please guide me how I can apply it into JMP pro (if it is available), if not, is there any add in? 

    qreza110 qreza110
    Discussions |
    Aug 16, 2023 10:46 AM
    978 views | 0 replies
  • Robust Fit Outliers - different row set selected and excluded as outliers

    Dear community,I have a stacked data table, and want to exclude outliers by a Label (e.g. an element for some measurements).In the robust fit outlier platform I can detect outliers and than can select or exclude corresponding rows.For my understanding, rows that are selected than or excluded, should be exactly the same ones.And that is the case for the below sample data table used in the JSL below...

    Georg Georg
    Discussions |
    Aug 16, 2023 2:40 AM
    866 views | 0 replies
  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    811 views | 0 replies
  • Graph Builder - Summary Statistics - select aggregation column?

    Points plot in Graph builder provides an option to calculate summary statistics.By default, points with same x value are aggregated into one value. Is there an option to select another column to specify groups of point which get aggregated?e.g. to display the median height/weight for different ages - with one click.  Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builde...

    hogi hogi
    Discussions |
    Aug 10, 2023 2:23 AM
    1093 views | 0 replies
view all discussions