cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to use Variables for Custom Quantiles

    Dear Community, I've been struggling for a while now, looking for a way of replacing the hardcoded values 0.95 and 0.99 below, with variables in an Application.  Continuous Distribution( Column( Eval( colSelect ) ), Horizontal Layout( 0 ), Histogram( 0 ), Vertical( 0 ), Std Error Bars( 1 ), Count Axis( 1 ), Show Percents( 1 ), Show Counts( 1 ), Axes on Left( 1 ), Outlier Box Pl...

    HubP_SDe HubP_SDe
    Discussions |
    Feb 1, 2021 3:46 AM
    2370 views | 2 replies
  • How to calculate linear-Log trapezoidal method (lin up /log down) in JMP?

    Hi!!I have previously been calculating the trapezoidal equation from my data without any issue in JMP but I need to run this time a Linear-Log trapezoidal method (lin up /log down).Can somebody give me a hand with the script or equation I should include for such type of analysis?  Thanks in advance.Best, Marlly

    Marlly_Guarin Marlly_Guarin
    Discussions |
    Feb 1, 2021 2:56 AM
    2646 views | 2 replies
  • 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
    2322 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
    6361 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
    31201 views | 11 replies

Latest Discussions

  • How to calculate linear-Log trapezoidal method (lin up /log down) in JMP?

    Hi!!I have previously been calculating the trapezoidal equation from my data without any issue in JMP but I need to run this time a Linear-Log trapezoidal method (lin up /log down).Can somebody give me a hand with the script or equation I should include for such type of analysis?  Thanks in advance.Best, Marlly

    Marlly_Guarin Marlly_Guarin
    Discussions |
    Feb 1, 2021 2:56 AM
    2646 views | 2 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
    6361 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
    5856 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
    1340 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
    5946 views | 1 replies

Latest Discussions

view all discussions