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

  • Concatenate a string to an integer.

    Hi. I'm trying to create new columns with the same name, but different extension. For example, I'm trying to create column 1 & column 2 &column 3... etc.  Here is what I have:  lista = list(1 , 2, 3 , 4);  for(i1=1, i1<N Items ( lista)+1, i1++,  dt_limit << new column (    insert( "condition", char ( lista(i1) )  )    ); );  it doesn't seem to work, however. It either returns an error or retur...

    RA899 RA899
    Discussions |
    Feb 12, 2024 6:00 PM
    1307 views | 2 replies
  • Predictor Screening

    I am trying to use the predictor screening platform and though I have walked through the example on JMP, but I still have questions. I put my response variable in a yes, no format like the example; however, when I look to see which variables are the best predictor of the response how do I interpret the results? Is the number #1 ranked variable the best for predictor for a "yes" outcome or a "no" o...

    barr26 barr26
    Discussions |
    Feb 12, 2024 4:36 PM
    1418 views | 1 replies
  • Selecting duplicated row entries, save their index, and then create a new list that doesn't contain the duplicated rows.

    Hi. This is a follow up to the question in this link: Solved: get values from select where - JMP User Community. At the ends of this discussion( in the link provided), there a way a jsl that select certain rows  and print them using show() function. In another post( I lost the link to it), there was a method to select duplicated rows using the Select Duplicated Row() function and then delete them....

    RA899 RA899
    Discussions |
    Feb 12, 2024 11:07 AM
    3212 views | 9 replies
  • Duplicate Rows

    I have a table in in JMP 16.0 that has duplicate rows with respect to one of the columns.  I would like to retain the first row and delete all the following rows. For example from Table 1 to Table 2. Table 1   Table 2 

    timothy_forsyth timothy_forsyth
    Discussions |
    Feb 12, 2024 10:59 AM
    1076 views | 1 replies
  • Problem with a column formula to assign production phases

    Hi All,   I'm trying to write a column formula that will look at the difference in date between two rows and if >= than a certain value (in this case 4 days), then the column should decrement the phase value. If the date difference is <4 then it should keep the previous phase value. I've defined two local variables in the formula: phase and MinDaysbreak, which is the minimum days between phases (4...

    SDF1 SDF1
    Discussions |
    Feb 12, 2024 7:48 AM
    1255 views | 2 replies

Latest Discussions

  • Predictor Screening

    I am trying to use the predictor screening platform and though I have walked through the example on JMP, but I still have questions. I put my response variable in a yes, no format like the example; however, when I look to see which variables are the best predictor of the response how do I interpret the results? Is the number #1 ranked variable the best for predictor for a "yes" outcome or a "no" o...

    barr26 barr26
    Discussions |
    Feb 12, 2024 4:36 PM
    1418 views | 1 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    706 views | 0 replies
  • How to have both error bars and value labels on clustered bar chart?

    Hello, this is the current graph I have. I want to include both the error bars and the value labels for the mean, but they are overlapping. Is there anyway I can move the value labels slightly higher so they do not overlap with the value labels? Alternatively, if anyone knows how to make a caption box instead of stacking the numbers vertically have them go horizontally, that would work too. Thanks...

    libjuno libjuno
    Discussions |
    Feb 11, 2024 6:17 AM
    1413 views | 1 replies
  • I'm Confused About Variables

    I'm having a conceptual problem figuring out how local variables work. I'll simplify the issue to focus in on what is confusing to me. I create a local variable, say t0, with a value of 5. Then I write a column formula to increment this value by 1... either t0=t0+1 or t0+=1 (it doesn't seem to matter), the result that I expected was that when JMP evaluated each cell in the column, it would increme...

    scott1588 scott1588
    Discussions |
    Feb 10, 2024 11:21 AM
    3058 views | 4 replies
  • remove string that contains number from text

    Hi,
     is that a way to remove any string that contain numbers using JSL? Example:
    I ate 4 apples and 2 bananas
    the model number is 0998GBELS03/45 is the ratio to check Targeted Output:I ate apples and bananas
    the model number is  is the ratio to check 

    dadawasozo dadawasozo
    Discussions |
    Feb 10, 2024 8:52 AM
    1859 views | 3 replies

Latest Discussions

  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    706 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    759 views | 0 replies
  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    935 views | 0 replies
  • Optimal decision tree and Adam's consensus?

    Hello - First of all, I'm speaking very much as a non-statistician here. I have a paper I'm trying to replicate that is doing hierarchical clustering with multiple similarity functions and grouping methodologies, and then using an Adam's consensus to find a sort of "optimal" dendrogram, if you will. I looked at their software they were using, and its been out of comission for a good 15 years. JMP ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 26, 2024 11:06 AM
    744 views | 0 replies
  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    694 views | 0 replies
view all discussions