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

  • 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
    1399 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
    1301 views | 2 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
    1675 views | 1 replies
  • Rescale Y Axis in control chart builder with a local data filter selection.

    I would like to be able to have a local data filter upon clicking it make the y-axis resize in control chart builder. It works in graph builder but not control chart builder. maybe there is some jsl code or a check box? I also want it to work in JMP Live as this control chart will end up there.  Thanks!

    bjbreitling bjbreitling
    Discussions |
    Aug 1, 2023 1:32 PM
    981 views | 1 replies
  • How can I scan the text in one column, and put a key term into another column?

    Hello all! This is my first post on this board so I apologize if it is not formatted correctly. I am in the process of coming up with a new script to analyze a 12 experiment stacked data set. I need to take some key phrases from our "Batch ID" column and organize them into other columns using a formula/script (preferably formula). So in this scenario I need the "B01" phrase to go into the Bioreact...

    BunnyBoi12 BunnyBoi12
    Discussions |
    Aug 1, 2023 12:49 PM
    4905 views | 8 replies

Latest Discussions

  • 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
    1675 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
    863 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
    1552 views | 3 replies
  • Thousands Separator with High Numbers

    Hello! I have a Numeric Column which has up to 21 characters (i.e. 123145678915487615423) and I have the Column Properties set as: NumericContinuousBestWidth: 21Use thousands separator checked Unfortunately the highest character numbers are showing as 1.234567891546e+20 Where I want it to show as: 123,145,678,915,487,615,423 I tried to change many aspects, such as the modeling type, the format, da...

    Maerawlings Maerawlings
    Discussions |
    Jul 31, 2023 10:24 AM
    1925 views | 4 replies
  • Quantiles: Inclusive vs Exclusive method?

    JMP appears to use the exclusive method as the default for calculating quantiles, irrespective of the sample size (that is, odd versus even).Excel offers one the option (QUANTILE.INC versus QUANTILE.EXC).Which is correct when the sample size is, say, less than 50?Does JMP permit the use of the inclusive method?17.1.0 

    34South 34South
    Discussions |
    Jul 31, 2023 7:20 AM
    3150 views | 5 replies

Latest Discussions

view all discussions