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

  • script to add two column

    i am trying to add two columns.  two of the column has name abcd and efgh   following line works:   dt_tab << New Column( newcolumn, formula( :name( "abcd" ) + :name( "efgh" ) ) );   but following code is throwing an error     name1 = "abcd"; name2 ="efgh"; dt_tab << New Column( name1 || "3", formula(:name(name1) + :name(name2)));     why is the 2nd method not working? 

    tangxu tangxu
    Discussions |
    Jan 31, 2021 9:13 PM
    1820 views | 3 replies
  • Compare strings and highlight differences

    How would I write a function or routine that would compare two strings and show the difference between them?e.g.string1="It will rain tomorrow"string2="It will snow tomorrow"comparison result (string2 vs string 1) = "It will rainsnow tomorrow"

    MathStatChem MathStatChem
    Discussions |
    Jan 31, 2021 6:18 PM
    5502 views | 6 replies
  • Converting Military Time Format (hhmm) to Time Format (hh:mm)

    I need to convert military time in the hhmm format, e.g. 1432 or 725 to hh:mm format e.g. 14:32 to 7:25.  Is there a simple formula that can make the conversion, or should I use a script for it?  Thanks.

    nadershakerin0 nadershakerin0
    Discussions |
    Jan 29, 2021 9:00 AM
    28826 views | 11 replies
  • Import Excel data from specific Excel cells

    I have situation where the data I need to analyze in JMP is stored somewhat haphazardly in in an Excel file.  I fortunately can easily get a list of the Excel cells that the data is in, and I would like to automate with JSL importing those values.  I am looking for ideas on how to do this effectively and efficiently.   For example, let's say the data I need in a single column in JMP  is stored in ...

    MathStatChem MathStatChem
    Discussions |
    Jan 29, 2021 8:08 AM
    4863 views | 7 replies
  • Normal Mixture Clustering - force SDs to be equal?

    Hello, Is there a way to force the standard deviations between clusters to be equal when doing the normal mixtures clustering analysis? Thanks for any help!  Carmen Annevelink

    cea5320 cea5320
    Discussions |
    Jan 29, 2021 5:29 AM
    1063 views | 1 replies

Latest Discussions

  • Compare strings and highlight differences

    How would I write a function or routine that would compare two strings and show the difference between them?e.g.string1="It will rain tomorrow"string2="It will snow tomorrow"comparison result (string2 vs string 1) = "It will rainsnow tomorrow"

    MathStatChem MathStatChem
    Discussions |
    Jan 31, 2021 6:18 PM
    5502 views | 6 replies
  • Import Excel data from specific Excel cells

    I have situation where the data I need to analyze in JMP is stored somewhat haphazardly in in an Excel file.  I fortunately can easily get a list of the Excel cells that the data is in, and I would like to automate with JSL importing those values.  I am looking for ideas on how to do this effectively and efficiently.   For example, let's say the data I need in a single column in JMP  is stored in ...

    MathStatChem MathStatChem
    Discussions |
    Jan 29, 2021 8:08 AM
    4863 views | 7 replies
  • Normal Mixture Clustering - force SDs to be equal?

    Hello, Is there a way to force the standard deviations between clusters to be equal when doing the normal mixtures clustering analysis? Thanks for any help!  Carmen Annevelink

    cea5320 cea5320
    Discussions |
    Jan 29, 2021 5:29 AM
    1063 views | 1 replies
  • How to change number of decimal places in Bar chart labels (Label by Percent of Total Values)

    Hi, I am struggling with (what i believe is) a basic task of changing decimal places of labels shown on the Bar chart. I have a table with few around 3000 rows and a column that can have 4 distinct values. When using Label by Percent, some of the labels are shown with 0 decimal places, and some with 1. This results in sum of all values is different from 100%.  Is there any easy way to change this?...

    Interval Interval
    Discussions |
    Jan 28, 2021 6:24 AM
    5052 views | 1 replies
  • Calculate the probability of obtaining sales

    I am pleased to greet you, some questions ... what would be the procedure in JMP Pro 14 for: 1. Calculate the probability of obtaining sales ..... for example less than US $ 500 or between US $ 500 and US $ 1,000 or more than US $ from US $ 1,000 2. How to pose and solve the classic problem of the "newspaper seller 3. How can you optimize the uncertainty or risk of selling products? Cheers,

    Marco1 Marco1
    Discussions |
    Jan 27, 2021 4:40 PM
    1520 views | 2 replies

Latest Discussions

view all discussions