cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • 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
    9368 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
    8631 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
    616 views | 1 replies
  • How do I create a *.html file from output from several JMP reports?

    Hello, I am moving some statistical reports (graphics) from one software to JMP. At the end of the analysis, I need to put all the graphs (may be .png format) into an .html file.  Is it possible to do this in JMP? I have the scripts for each graph, however I do not find the way to write an .html file yet.   Thanks in advanced.

    Gabriela_MJ Gabriela_MJ
    Discussions |
    Jul 9, 2021 5:11 PM
    19573 views | 11 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
    1805 views | 5 replies

Latest Discussions

  • 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
    616 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
    1805 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
    832 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
    2525 views | 9 replies
  • Any suggestion for DoE on chamber matching?

    Hi, I have some questions about designing an effective DoE for chamber matching.Suppose that we have four identical chambers that share global factors "A" & "B", whereas Factor "C(n)" can be applied to each chamber.In other words, factors "A" & "B" will be applied to all four chambers at a time.Suppose that all Factors A&B&C have some 2nd order interactions, whilst dominant estimates come from Mai...

    joelahn joelahn
    Discussions |
    Jul 9, 2021 7:04 AM
    1727 views | 5 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
    1276 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
    704 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
    557 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
    701 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
    586 views | 0 replies
view all discussions