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

  • Equivalence between two manufacturing lines

    Hi all, I am attempting to display a TOST or equivalence between two distributions of the same output, but on different manufacturing lines. I understand you can get to this by the Fit Y by X, but a little confused as there is no Response/Factor situation, but rather a distribution of output Y1 on the donor process, and a distribution of output Y2 on the recipient process. Is there a simple way to...

    zjuv007 zjuv007
    Discussions |
    Feb 1, 2021 4:42 AM
    1633 views | 2 replies
  • 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
    6362 views | 6 replies

Latest Discussions

  • Equivalence between two manufacturing lines

    Hi all, I am attempting to display a TOST or equivalence between two distributions of the same output, but on different manufacturing lines. I understand you can get to this by the Fit Y by X, but a little confused as there is no Response/Factor situation, but rather a distribution of output Y1 on the donor process, and a distribution of output Y2 on the recipient process. Is there a simple way to...

    zjuv007 zjuv007
    Discussions |
    Feb 1, 2021 4:42 AM
    1633 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
  • 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
    6362 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
    5858 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

Latest Discussions

view all discussions