cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Multiple Equations

    I have 11 equations with 11 unknowns.  I need to know if JMP can solve all these equations for each row?  So day 1, I need to solve these equations.  For day 2 I need to solve these equations only using day 2 information. I know how to solve for one equation in JMP, but can JMP solve multiple equations. 

    lmaley lmaley
    Discussions |
    Mar 22, 2018 12:37 PM
    4536 views | 3 replies
  • Script Window Open but not Viewable

    Hello, I am encountering a weird bug in which I can open a script file, but am unable to view it. It looksI click on the windows drop down viewer and don't see it. I open the Window Task Bar and click to select the script file, but nothing happens.  I can open the script in a different instance of JMP as well as other scripts and tables in this instance of JMP... Please advise!Sincerely, Matt Good...

    GM GM
    Discussions |
    Mar 22, 2018 7:47 AM
    9447 views | 7 replies
  • Import data from AWS S3 or other cloud services?

    How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores, but I can't find a list of the available connectors that are out there. Ideally, importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call that's doing a redshift or othe...

    earthmancash earthmancash
    Discussions |
    Mar 21, 2018 1:58 PM
    5587 views | 2 replies
  • Integer data type vs Number data type

    I have a column matrix, called "a", with x rows. I'm trying to create a matrix filled with 1's that has the same number x rows. When I say newmat = [](N Rows(a), 2), I get the error "Expected integer for number of rows" when trying to create the matrix. Type(3), and any other integer argument, will return "Integer" but Type(N Rows(a)) returns "Number". I tried setting the x rows to a variable name...

    pen51 pen51
    Discussions |
    Mar 21, 2018 1:37 PM
    6304 views | 3 replies
  • DOE- Custom Design with Blocking

    I am a very new to JMP software and need help to develop a table for DOE. I have three factors at two levels with two blockings, Operators at four level (Operator, 1 to 4) and Cavities at four level (Cavity, 1 to 4). Each operator will check three samples from each cavity from each run for breakage or no breakage. So, with three factors at two leveles, four operatores, four cavities, there will be...

    JG JG
    Discussions |
    Mar 21, 2018 11:45 AM
    5193 views | 4 replies

Latest Discussions

  • Multiple Equations

    I have 11 equations with 11 unknowns.  I need to know if JMP can solve all these equations for each row?  So day 1, I need to solve these equations.  For day 2 I need to solve these equations only using day 2 information. I know how to solve for one equation in JMP, but can JMP solve multiple equations. 

    lmaley lmaley
    Discussions |
    Mar 22, 2018 12:37 PM
    4536 views | 3 replies
  • Import data from AWS S3 or other cloud services?

    How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores, but I can't find a list of the available connectors that are out there. Ideally, importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call that's doing a redshift or othe...

    earthmancash earthmancash
    Discussions |
    Mar 21, 2018 1:58 PM
    5587 views | 2 replies
  • DOE- Custom Design with Blocking

    I am a very new to JMP software and need help to develop a table for DOE. I have three factors at two levels with two blockings, Operators at four level (Operator, 1 to 4) and Cavities at four level (Cavity, 1 to 4). Each operator will check three samples from each cavity from each run for breakage or no breakage. So, with three factors at two leveles, four operatores, four cavities, there will be...

    JG JG
    Discussions |
    Mar 21, 2018 11:45 AM
    5193 views | 4 replies
  • How is are Scaled Estimates Calculated ?

    I am a new JMP Pro User with the following query. Using the Fit Model Standard Least Squares platform, I have 67 columns of continuous data. Each column has 213 rows. The 67 columns are entered as Y. Construct model effects adds another column containing five groups, each categorical. I am using this platform instead regular ANOVA to test interactions and other interactive effects. I find the scal...

    rexneal rexneal
    Discussions |
    Mar 19, 2018 12:51 PM
    11812 views | 5 replies
  • Issue running JSL files in C#.NET

    I am trying to execute JSL files in a C#.NET wrapper. I am able to sucessfully run the files but my code does not wait for the script to finish. Below is a sample:JMP.Application jmpInstance = new JMP.Application();FileInfo fJSLFile = new FileInfo(@"C:\Test\Test.JSL");jmpInstance.RunJSLFile(fJSLFile.ToString());                        if (jmpInstance.HasRunCommandErrorString()){     throw new Appl...

    gpuckett gpuckett
    Discussions |
    Mar 19, 2018 7:18 AM
    5496 views | 4 replies

Latest Discussions

  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3991 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2802 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2409 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3753 views | 0 replies
  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2473 views | 0 replies
view all discussions