cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Reliability Forecast Analysis Error

    Hi,I am attempting to run a Reliability Forecast analysis, Analysis>Reliability and Survival>Reliability Forecast>Data Format Tab. Attached is my project file. When I run the above analysis using my two data tabs (Rel Production Data and Rel Failure Data) it comes back with the error, “Total failure count is larger than production volume“. In the Analysis>Reliability and Survival>Reliability Forec...

    RMSEPanther575 RMSEPanther575
    Discussions |
    Aug 2, 2023 12:51 PM
    1304 views | 1 replies
  • Is it possible to create a custom marker theme?

    Hi, I am working on color/mark by, under row states. I was able to observe that there is a way to create custom color themes, but not for markers. Is there a way to do that? Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 2, 2023 11:04 AM
    2895 views | 5 replies
  • Two-way clustering vs. cluster variables

    I got a good tip from Scott Allen a few weeks ago for using variable clustering to reduce dataset complexity. I have a very wide data table: 16 rows and 35,000 or more columns. Strangely, if I use "Fast Ward" under hierarchical clustering and choose "two-way" under the red triangle, two-way clustering (by row and by column) occurs within seconds. However, I can't find the option to find the "most ...

    abmayfield abmayfield
    Discussions |
    Aug 2, 2023 8:48 AM
    2548 views | 4 replies
  • Change y axis in graph builder

    Hello everyone, I'm a student and new here. I want to plot points in the graph builder. Unfortunaly I'm not able to change the y axis to a linear scale, like i would get it if I plot it in word for example.What I mean is, I want 500, 1000, 1500,... for the labels instead there are the values of the data points I plotHere is how it looks like: Thanks in advance Flo

    FloS FloS
    Discussions |
    Aug 2, 2023 6:10 AM
    1375 views | 1 replies
  • Why is there an empty table if you don't add wait()?

    Hello everyone, kz = dthz << get rows where( Is Missing( :USL ) & Is Missing( :LSL ) ); dthz << delete rows( kz ); dthz << New Column( "FAIx", "character" ); dthz << begin data update; dthz:FAIx << set formula( If( Col Number( :FAI#, :FAI# ) > 1, :FAI# || "_" || Char( Col Rank( :FAI#, :FAI# ) ), :FAI# ) ); dthz << end data update;
    Wait( 1 );//have to add dt2 = dt1 << Join( With( dthz ), Select(
    ...

    lehaofeng lehaofeng
    Discussions |
    Aug 1, 2023 5:16 PM
    1288 views | 2 replies

Latest Discussions

  • Reliability Forecast Analysis Error

    Hi,I am attempting to run a Reliability Forecast analysis, Analysis>Reliability and Survival>Reliability Forecast>Data Format Tab. Attached is my project file. When I run the above analysis using my two data tabs (Rel Production Data and Rel Failure Data) it comes back with the error, “Total failure count is larger than production volume“. In the Analysis>Reliability and Survival>Reliability Forec...

    RMSEPanther575 RMSEPanther575
    Discussions |
    Aug 2, 2023 12:51 PM
    1304 views | 1 replies
  • Two-way clustering vs. cluster variables

    I got a good tip from Scott Allen a few weeks ago for using variable clustering to reduce dataset complexity. I have a very wide data table: 16 rows and 35,000 or more columns. Strangely, if I use "Fast Ward" under hierarchical clustering and choose "two-way" under the red triangle, two-way clustering (by row and by column) occurs within seconds. However, I can't find the option to find the "most ...

    abmayfield abmayfield
    Discussions |
    Aug 2, 2023 8:48 AM
    2548 views | 4 replies
  • Mixture profiler for mixture + process variables

    I have a DOE with three mixture variables and two process variables.  There are constraints on the mixture variables so most of the area in the mixture profiler is shaded out. I'm using JMP17.  I would like to use the mixture profiler to show how the contours in the mixture space change as I move the process variables.  As the design space is a fraction of the ternary plot, I need to change the sc...

    drdrf drdrf
    Discussions |
    Aug 1, 2023 1:37 PM
    1643 views | 1 replies
  • I think I see a bug in saving CI border formula in Bivariate: 90% CI saved regardless of alpha chosen. 17.0.0

    I was trying to save datapoints that lay above 99.9% CI from Bivariate linear regression results. Selected alpha 0.001 and saved Indiv CIs formula. JM surely enough saves 2 columns named Lower.. and  Upper 99.9% Indiv[my Y variable name]. However, when selecting points in which my Y variable > Upper I see that these limits correspond to much less strict CI, apparently 90%. Removing Fit and redoing...

    l_yampolsky l_yampolsky
    Discussions |
    Jul 31, 2023 12:55 PM
    852 views | 1 replies
  • I am trying to plot bivariate of the new columns created but having issue creating another list.

      dt = Current Data Table(); //declaring variables alpha_min = 14; alpha_max = 18; inc_val = 0.1; this is the script, but i want to create bivariate plots of each of them without it showing up as multiple pages and also combine the reports to data table. thanks   //defining mu col names mu_col = "mu"; //loop through alpha range and create new cols// For( alpha = alpha_min, alpha <= alpha_max, al...

    ParametricStudy ParametricStudy
    Discussions |
    Jul 31, 2023 11:30 AM
    1526 views | 3 replies

Latest Discussions

view all discussions