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

  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1670 views | 0 replies
  • Setting up ODBC Query to run daily

    I am currently querying a couple of DB's using windows ODBC driver to read into JMP and eventually into a Data Table. I'd like to automate this process to update the DB and corresponding output scripts & Dashboards to run (for example) every day @ midnight. Does anyone have any literature or reccomendations on how to do this? Thanks all!

    hmiles hmiles
    Discussions |
    Jul 2, 2019 4:42 AM
    3369 views | 3 replies
  • Align matching values in two different columns

    Hi all ! I had a basic question of how can align the same numeric value in two different columns.For example:  00112340123456012345687654320987654087654320886677309876543456654123456468758633456654123456488667739860321687586323503419860321 I want the values to match each other and if they do not match they should be still in the table  Like in the above examples there is no matching value 0011234....

    Apurva14 Apurva14
    Discussions |
    Jul 1, 2019 3:24 PM
    2506 views | 1 replies
  • Checking loop through a table to check if the column is numeric or nominal

    I have the following table that is the result from stacking and splitting a much larger table. As you can see, X1, 3 and 5 are Numeric and X2, 4 and 6 are Characters. Because this is a results of stacking and splitting, everything is converted to Nominal and Character, is there away to loop through all the columns, check if the value in the 1st row is numeric/continuous and convert the X1, X3 and ...

    nguyendv0610 nguyendv0610
    Discussions |
    Jul 1, 2019 3:19 PM
    2760 views | 1 replies
  • Load Factors table into DOE using JSL

    I am designing multiple DOE using risks assesments done in Excel. I wrote a script to organize all the variables into a neat table and converted the properties to that of a factors table (credit to a previous post (Saving a data table as a factors tabledt3 = Current Data Table(); nomdata = dt3 << get column names( nominal ); condata = dt3 << get column names( continuous ); For( i = 1, i <= N Ite...

    nguyendv0610 nguyendv0610
    Discussions |
    Jul 1, 2019 2:12 PM
    2886 views | 1 replies

Latest Discussions

  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1670 views | 0 replies
  • Accelerated Reagent Stability Studies

    Hi All,I'm exploring JMP Platform options for analyzing accelerate reagent stability studies.  A typicall study would consist of the following. Store reagents at 4 or 5 different temperatures (e.g. 15 degC, 20 degC, 30 degC, 35 degC, 40 degC). The "activity" of of reagent (Concentration of a molecule, activity of an enzyme, etc.) would then be measured at 4-5 time points (e.g. 1 day, 4 days, 7 day...

    DennisB DennisB
    Discussions |
    Jul 1, 2019 9:48 AM
    4307 views | 3 replies
  • New Sequence column creation based on another ID columns

    I've an existing column which has the Customer ID which occurs multiple times in the whole data table on a different date/time. I want to create a sequence such as 1,2,3 for each of the Unique Customer ID based on the date/time variable. How to acheive the same in JMP ?  Sample Data snippet (Customer ID | Date)ABC | 1-JUN-2019 XYZ | 1-JUN-2019ABC | 3-JUN-2019ABC | 4-JUN-2019XYZ | 7-JUN-2019 I want...

    venkateshc78 venkateshc78
    Discussions |
    Jun 30, 2019 1:56 PM
    2467 views | 2 replies
  • How to look up data and create new column based on nearest match?

    I have sample data in table sample1 and the look up table efficiency( please find attached both the tables). I want to find the closest match of data column in table sample1 with resplect to IOUT column in look up table efficiency. Based on the nearest match I want to populate efficiency column in table sample1 in accordance with look up table:Below is the code I am trying
    /* Open a sample data tab...

    jojmp jojmp
    Discussions |
    Jun 27, 2019 6:05 AM
    2386 views | 2 replies
  • Not a JMP question, but hoping someone can help - Estimating StdDev from Min, Max, Avg

    Firstly, this is not a JMP question but a gereral statistics question, so I apologize if it's inappropriate to post it here.  But I'm hoping someone in the JMP community can help with it. I have a series of data samples, where each sample has Min, Avg (Mean), and Max recorded.  The data is sampled every second, but only recorded every 15 minutes.  So each of my 15-minute data points has the Min of...

    wsande wsande
    Discussions |
    Jun 26, 2019 2:02 PM
    7863 views | 7 replies

Latest Discussions

  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1670 views | 0 replies
  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1290 views | 0 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2212 views | 0 replies
  • Chi square or Cochran's Q test

    Okay, so i have to decide whether i should use chi-square or Cochran's Q test for one of my study.If i assume meat as experimental unit (EU) and impose 6 different wood smoke (like apple smoke, cedar smoke, hickory smoke etc.) on EU and consumers (people) act as observational unit (OU). I have 10 consumers and each one will taste each treatment (6 treatments) and respond liking (9 point scale), an...

    sharmachetan sharmachetan
    Discussions |
    Apr 16, 2019 3:54 PM
    2842 views | 0 replies
view all discussions