cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 do I change all occurrences of xyz:# to xyz

    I need a script to loop across all character columns and find those who have the pattern xyz:#, and convert to xyz.  I have a program that adds a numerical value to each duplicate sample I analyze, however, I recode each duplicate sample name to remove the assigned number as part of my data clean-up.  Can this process be scripted?  Thank you.

    KRT KRT
    Discussions |
    Jul 9, 2021 2:30 PM
    1229 views | 3 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
    900 views | 2 replies
  • Fit Y by X Nominal Variables

    Hi All, I'm having trouble using Fit Y by X. It works when I used a this one particular Y variable, which is 2 levels (e.g., 'yes', 'no'), character type, nominal. The X variables I've used are also character type, nominal, but range from 2-5 levels (e.g., 'increase', 'decrease', 'no change'). But when I use a different Y variable, also 2 levels (e.g., 'low', 'high'), character type, nominal, it d...

    MinnaN MinnaN
    Discussions |
    Jul 9, 2021 12:02 PM
    2379 views | 6 replies
  • JMP, 95% Confidence interval calculation and The Kaplan–Meier estimate: Survival analysis.

    Hi,Why the upper 95% value not calculated for my survival analysis data? ThanksNeeraj 

    Neeraj Neeraj
    Discussions |
    Jul 9, 2021 11:18 AM
    3427 views | 1 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
    2789 views | 9 replies

Latest Discussions

  • 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
    900 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
    2789 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
    1845 views | 5 replies
  • JMP Script Needed - GRR Matrix

    Hey all. This is my first time posting in here so feel free to send pointers on forum protocol and such.I do a lot of gauge studies for work and am looking for a script (or help to build one) that will automatically run all combinations of operators (or tools in my case). I'm trying to get around having to include/exclude tools, set tolerance (which I don't use), etc. for every 2-tool GRR run. So ...

    Metro-Sam Metro-Sam
    Discussions |
    Jul 8, 2021 12:27 PM
    2436 views | 8 replies
  • Creating formulas in a new column. JMP script

    Hello all. I am needing to create a new column that will subtract the contents of consecutive rows and insert that value into the new column.  Essentially I want to say: In column X, subtract row 1 from row 2 and place that value in column Y. I want this to continue for the entirety of Column X. Therefore: Column Y = X(i+1) - Xi; i being the row number. Anyone know how to do this? Seems simple eno...

    handerson89 handerson89
    Discussions |
    Jul 8, 2021 6:24 AM
    2770 views | 3 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
    1322 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
    739 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
    588 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
    728 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
    613 views | 0 replies
view all discussions