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.

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

  • Variability Chart - Cannot Add Line For Each Data Point In Each Group

    I plot variability chart and want to add line to connect each data point for each group to show the trend.However, the line cannot be added.Could you take a look if I missing anything in my code?dt= Current Data Table(); Rp = dt << Variability Chart( Y( :Qty ), X( :Product, :Lot, :Defect, :Sublot, :workweek ), Max Iter( 100 ), Conv Limit( 0.00000001 ), Number Integration Abscissas( 128 ), N...

    bzanos bzanos
    Discussions |
    Sep 28, 2021 5:50 AM
    878 views | 1 replies
  • accounting for individual sample error when training a regression model for future predictions

    Hi - I am doing a multiple linear regression to predict ecoli.  My independent variables are turbidity and streamflow.  My dependent variable is ecoli.  I am training the regression model based on 188 values of turbidity, streamflow, and ecoli.  I will then use future turbidity and streamflow values to predict the expected ecoli value.   My question is this.  How do I account for the fact that eac...

    learning_JSL learning_JSL
    Discussions |
    Sep 28, 2021 5:21 AM
    1259 views | 2 replies
  • Run Matlab simulations and create a JMP data table with simulations results

    Dear All,I am using JMP to run #Matlab simulations. I created a design with JMP that has three factors (par1, par2 and par3) and several empty columns for the responses (y1, y2). I created a JSL scripts that for each row of the design runs the Matlab code and gets the results of the simulation (three vectors: time, y1 and y2; y1 and y2 are in fact functions of time). Now I would like to create a J...

    MFVIT MFVIT
    Discussions |
    Sep 27, 2021 10:01 PM
    2546 views | 4 replies
  • How to replace an entire column with new content, if it exists

    This post is a follow-up and extension of the solved forum here.  The following script was developed in that post:  Names Default To Here(1); dt = Current Data Table(); //get the unique character variable list col9 = Column(dt, "Column 1"); unique_char = Associative Array(col9) << get keys; nuniquechar = N Items(unique_char); //will be 5, if categories are A, B, C, D, E unique_aa = Associative A...

    kachveder kachveder
    Discussions |
    Sep 27, 2021 9:19 PM
    1401 views | 1 replies
  • How to write text into a JMP report, Fit model

    Hi there, I was wondering if I could get some help with writing a note into a JMP script for fitting a model. I have the following JMP script that I want to add notes in for each model fit in the group of 4: Fit Model( SendToByGroup( {:group 1 == "A", :group 2 == "C"} ), // add a manual note here Y( :Y ), By( :group 1, :group 2 ), Effects( :X ), Personality( "Standard Least Squares" ), Empha...

    kachveder kachveder
    Discussions |
    Sep 27, 2021 9:01 PM
    1217 views | 2 replies

Latest Discussions

  • Variability Chart - Cannot Add Line For Each Data Point In Each Group

    I plot variability chart and want to add line to connect each data point for each group to show the trend.However, the line cannot be added.Could you take a look if I missing anything in my code?dt= Current Data Table(); Rp = dt << Variability Chart( Y( :Qty ), X( :Product, :Lot, :Defect, :Sublot, :workweek ), Max Iter( 100 ), Conv Limit( 0.00000001 ), Number Integration Abscissas( 128 ), N...

    bzanos bzanos
    Discussions |
    Sep 28, 2021 5:50 AM
    878 views | 1 replies
  • How do I script for sending charts and analysis data to the journal without manually running existing scripts for charts/analysis?

    Hi,I have bunch of scripts which I use to analyse the product test data in JMP.The scripts generally call multiple columns in the test data file.Each test run is tagged by an ID and only this ID changes for pulling the new test run data into JMP - the scripts used for data analysis remain same. For sharing my analysis I (currently) manually create a PPT slide pack with the charts and analysis data...

    Neo Neo
    Discussions |
    Sep 27, 2021 3:42 PM
    3684 views | 9 replies
  • Script to select columns from a list in clipboard

    Follow up....still problem.   I need to convert a list of strings copied from row values which, when pasted here looks like thisTcea1 Atp6v1h Oprk1 Rb1cc1 Fam150aWhen pasted in the script window it looks like this Tcea1Atp6v1hOprk1Rb1cc1 I need code to convert the clipboard contents to this {Tcea1, Atp6v1h, Oprk1, Rb1cc1, Fam150a} and this does not work ....  {"Tcea1, Atp6v1h, Oprk1, Rb1cc1, Fam15...

    EugeneB EugeneB
    Discussions |
    Sep 27, 2021 2:10 PM
    3073 views | 7 replies
  • 3D Hazard Ratio Graph

    Hello everyone. Does anyone know how to make a 3D hazard ratio graph? Where the covariables would be the x/z axis and the hazard ratio would be the y-axis. Thanks!

    jmpquestions123 jmpquestions123
    Discussions |
    Sep 27, 2021 11:20 AM
    2445 views | 7 replies
  • JMP Application Builder Inactive Objects

    goodmorning,I am a JMP beginner and have a question.I am following the tutorial document described here but when I try to use my JMP 15 Pro 15.2.1 (482026) some of the "objects" avaliable in the left "Source Panel" are inactive/dimmed and I can not drop them into the application module workspace.  In particular only these objects are inactive (see attached image file):Data TableData Filter (Local)...

    giarussi giarussi
    Discussions |
    Sep 27, 2021 8:18 AM
    1087 views | 1 replies

Latest Discussions

  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    946 views | 0 replies
  • Time values in xls or xlsx, csv, and JMP

    Hi all, I have a strange issue with the time values from my excel. I have some data (example is attached here as excel file), the time column is an interest for me and I would add the date and time column together to create a date time column. To analyze the data, I use JMP so I am importing the excel file.However, I ran into a number of oddities:1. When I import multiple files (from customers to ...

    fliew0410 fliew0410
    Discussions |
    Sep 7, 2021 7:25 AM
    945 views | 0 replies
  • Error while using Azure MFA to connect with JMP

    I have rightly set up the ODBC connection version 17 for SQL server using Azure MFA. However, when I try to connect for the DSN via JMP i get the following error. how to overcome this error in JMP14.  [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Password option must not be specified, if Authentication option is 'ActiveDirectoryInteractive'.

    hariharan249 hariharan249
    Discussions |
    Sep 3, 2021 7:14 AM
    660 views | 0 replies
  • Applying Boolean Logic to filtering/selecting records in a Dashboard/Application built from multiple platforms

    Hi everyone,  I've been working on a systematic map to accompany a literature review on forest bird habitat relationships that is getting much closer to completion. A hearty shout out to community members @cwillden , @txnelson , @danschikore , @brady_brady , and technical support crew Adam Morris, Sarah Seligman, Laura Archer, and Wendy Murphrey for helping me get this project this far along.  I f...

    caseylott caseylott
    Discussions |
    Aug 17, 2021 11:15 AM
    1216 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    611 views | 0 replies
view all discussions