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

  • Create correlation matrix

    I need to create a correlation matrix  to use for some simulations.  I want all the off-diagonal elements of the correlation to be the same value.  Here is a simple script that does that, but I was wondering if there was a simpler way to do it.     names default to here(1); // create correlation matrix with specified correlation k=5; r=0.9; corr_matrix=J(k,k,r); // diagonal elements equal to 1 by ...

    MathStatChem MathStatChem
    Discussions |
    Mar 31, 2025 7:33 AM
    346 views | 1 replies
  • subset in JSL -syntax issue

    Hi I'm trying to subset all the data in the row which the value in column: " is rejects?"  ==Y to new table called rejects   I try several ways but non of them working and I get the error:
    "Unexpected "Split_dt". Perhaps there is a missing ";" or ",".
    Line 77 Column 1: ►Split_dt << Select Where( :is rejects? == "Y" );"

    this code is part of larger script that create the column :"is rejects?" when I r...

    ShirAlpert20 ShirAlpert20
    Discussions |
    Mar 31, 2025 3:00 AM
    607 views | 4 replies
  • Quick normality test on many parameters

    Hello,   I have lots of parameters (100 ~ 2000) each with 200 to 2500 values in the sample. I want to do for each one a statistical test to check if the distribution is normal or not.   My problem is that it takes me a long time (about 6 minutes): I have to run the Distribution > Fit Normal > Goodness of fit platform for each parameter and retrieve the p-value from the Anderson test, for example, ...

    SophieCuvillier SophieCuvillier
    Discussions |
    Mar 31, 2025 12:31 AM
    2038 views | 9 replies
  • JMP 18: Analyze > Multivariate Platform Is Spearman's Rho Scriptable?

    Analyze > Multivariate Methods > Multivariate, simple script below generates correlation table. Then I click on the red triangle, to the left of Multivariate, and select Nonparametric Correlations > Spearman's p. Is generating this Spearman's table scriptable?   // Launch platform: Multivariate dt = Data Table("CorrData") << Multivariate( Y(:Response, :P1, :P2, :P3), Variance Estimation("Row-wis...

    WoHNY WoHNY
    Discussions |
    Mar 29, 2025 4:49 PM
    503 views | 2 replies
  • Adding connecting letters ABOVE data points of a line graph

    I have letters from a connecting letters report, my means, and SEMs in columns of a new data table. I've created a line graph with points.  As suggested in previous discussion posts I've tried "Set shape column" but as you can see the letters are behind the line and so unreadable. I would like to add the letters as labels floating above the points (so they are legible). How can I adjust what posit...

    Mcc99 Mcc99
    Discussions |
    Mar 28, 2025 11:29 PM
    2501 views | 9 replies

Latest Discussions

  • Create correlation matrix

    I need to create a correlation matrix  to use for some simulations.  I want all the off-diagonal elements of the correlation to be the same value.  Here is a simple script that does that, but I was wondering if there was a simpler way to do it.     names default to here(1); // create correlation matrix with specified correlation k=5; r=0.9; corr_matrix=J(k,k,r); // diagonal elements equal to 1 by ...

    MathStatChem MathStatChem
    Discussions |
    Mar 31, 2025 7:33 AM
    346 views | 1 replies
  • subset in JSL -syntax issue

    Hi I'm trying to subset all the data in the row which the value in column: " is rejects?"  ==Y to new table called rejects   I try several ways but non of them working and I get the error:
    "Unexpected "Split_dt". Perhaps there is a missing ";" or ",".
    Line 77 Column 1: ►Split_dt << Select Where( :is rejects? == "Y" );"

    this code is part of larger script that create the column :"is rejects?" when I r...

    ShirAlpert20 ShirAlpert20
    Discussions |
    Mar 31, 2025 3:00 AM
    607 views | 4 replies
  • Scripts that pull Excel columns not stacking properly in JMP 18 vs. JMP 17

    Hello.  I have a script that takes input from Excel files and stacks data, etc.  I've attached a small sample of the script along with a sample excel file, in 17 the end product is two columns (the desired output) but in JMP 18 extra columns are generated and my very involved scripts than do not load/label data properly.  I get the following error in 18:   at line 50 in Z:\Data\Michelle\Automation...

    mmaranta mmaranta
    Discussions |
    Mar 28, 2025 1:43 PM
    532 views | 2 replies
  • take each item in list become an empty list using for loop

    Hi , How I can create variables name and assign it as empty list using for loop?    for example:
    var_list = {"day",  "today" ,"rain", "mean"};   loop through the var_list will get:
    day = {}; today={}; rain={}; mean={};

    dadawasozo dadawasozo
    Discussions |
    Mar 28, 2025 12:03 AM
    1004 views | 5 replies
  • Create JMP Dashboard through my python application

    Hi Team,   I have an existing python application which does data transformation , I want to generate a JMP dashboard through that application itself ,once all the transformation is done . I want to plot certain graphs to visualize that data . But I want it all to be done in a flow and without user's manual intervention. Is it possible? If so, I am unable to find the correct sources or tutorials fo...

    HV0508 HV0508
    Discussions |
    Mar 27, 2025 6:59 AM
    1031 views | 6 replies

Latest Discussions

  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    311 views | 0 replies
  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    389 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    405 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    345 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    427 views | 0 replies
view all discussions