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

  • Upload Spec Limits to columns by matching DeviceID

    Hello, I am looking to add USL and LSL lines to many of the graphs I have created in JMP. I think the easiest way to do this would be adding spec limits to my table. I have a SpecLimit table for the parameters I am interested in - but the specs change for each DeviceID and the table contains all of the specs for multiple DeviceIDs. Is there anyway to upload Spec Limits to my columns by matching De...

    saneal saneal
    Discussions |
    Jul 12, 2021 6:58 AM
    1586 views | 2 replies
  • Use column name as a value for X axis

    Hi,can I use a value in column name as an X value to fit Y by X?I have 10 columns with multiple rows, and for all rows the X is the same (i.e. the value in the column name).Thanks. 

    ruskicar ruskicar
    Discussions |
    Jul 12, 2021 6:30 AM
    2837 views | 4 replies
  • One sided confidence interval in stability plots

    Working on stability of pharmaceuticals, I was wondering whether the stability script (Analyze -> Reliability and Survival -> Degradation -> Stability Test) allows estimation of shelf life based on a one sided confidence interval. The default script, as it is set up now, is exclusively based on the intersection between a user defined acceptance limit and the two-sided 95% confidence interval. Howe...

    Ressel Ressel
    Discussions |
    Jul 11, 2021 11:34 AM
    11726 views | 12 replies
  • Extracting a section of a webpage

    Dear Members of the community, I am trying to extract a section of text from a long and messy string. I would like to extract the description part of a YouTube video.   For example, in this video: https://youtu.be/yvoddqG-lm8 i would like to extract just the description part:   “Mia Stephens shows how to perform basic statistical analyses in JMP. She covers using Distribution to analyze data one v...

    ron_horne ron_horne
    Discussions |
    Jul 11, 2021 1:35 AM
    10681 views | 11 replies
  • Column concatenation only takes some column entries

    I have a sample file taken from a Covid report on reopening file dining that was originally presented as a two column journal article.  The PDF tool brought in the file as illustrated in  columns 3 and 5 of "To-dineornot_test.jmp."  The script was copied from an exchange in the Community.  I changed the names of the columns. In the file "Column D" is the result of the script. I find that the conca...

    LNitz LNitz
    Discussions |
    Jul 10, 2021 4:45 PM
    861 views | 1 replies

Latest Discussions

  • Use column name as a value for X axis

    Hi,can I use a value in column name as an X value to fit Y by X?I have 10 columns with multiple rows, and for all rows the X is the same (i.e. the value in the column name).Thanks. 

    ruskicar ruskicar
    Discussions |
    Jul 12, 2021 6:30 AM
    2837 views | 4 replies
  • Column concatenation only takes some column entries

    I have a sample file taken from a Covid report on reopening file dining that was originally presented as a two column journal article.  The PDF tool brought in the file as illustrated in  columns 3 and 5 of "To-dineornot_test.jmp."  The script was copied from an exchange in the Community.  I changed the names of the columns. In the file "Column D" is the result of the script. I find that the conca...

    LNitz LNitz
    Discussions |
    Jul 10, 2021 4:45 PM
    861 views | 1 replies
  • Variables not being passed between scripts

    Hi, I am using a script from the following post to try and expand on the heatmap that is created from the script. The script in its current form does a heatmap for all of the columns together but I would like a separate heatmap PER column. In other words I would like to find the min, mid and max for a certain column then apply a heat map only on that column then do the same thing for the next colu...

    tarkan_bih tarkan_bih
    Discussions |
    Jul 9, 2021 4:33 PM
    2490 views | 5 replies
  • How do I write a script to recode to remove partial text?

    I am trying to write a script that converts any occurrence where a number is within the text "saturated ()", to remove the saturated (), leaving only the number.  I thought I could edit a recode script, but had no success.  Thank you in advance.   Names Default To Here( 1 ); dt = Data Table( "Book1_Sheet1" ); dt << Begin Data Update; dt << Recode Column( dt:Area, {Map Value( _rcOri...

    KRT KRT
    Discussions |
    Jul 9, 2021 1:58 PM
    1117 views | 2 replies
  • Portion of script not executing unless run after the fact

    I have a portion of script I am using to recode columns in my table to change values from "X"s to 0. I got this portion of code to work (Thank you JMP Discussion Forums!!) when run separately from my main script. However, when I insert this into a larger script (even when at the very end) JMP does not execute my command. When the code was placed in the middle of my script everything after it did n...

    saneal saneal
    Discussions |
    Jul 9, 2021 8:45 AM
    3545 views | 9 replies

Latest Discussions

  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1491 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    878 views | 0 replies
  • Solving for new FPCs using a training set

    Had a question on the Functional Data Explorer system.  Feels like a dumb question but can't figure it out.  So I set up a training set and developed FPCs I like.   The next step is then to use that spline structure to solve the FPCs for new items as they come in.    What steps would I take to do that?    

    Evan_Morris Evan_Morris
    Discussions |
    Jul 6, 2021 11:08 AM
    707 views | 0 replies
  • Section 508 compliance

    Is there any guidance on how to make JMP graphs section 508 compliant (ADA issue for government documents)?  I found a post on how to remove the gray background, but is there any 508 specific guidance or other preference settings that would be helpful?  Maybe this is a wish list item?

    GGfGA GGfGA
    Discussions |
    Jun 30, 2021 10:03 AM
    874 views | 0 replies
  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    729 views | 0 replies
view all discussions