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

  • 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
  • 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
    969 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
    4858 views | 8 replies
  • Table script - completed?

    When triggering a Tables script from another script, how can I check if a table script was completed (without errors)? Adding a return function is not allowed:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << run Script( "Bivariate" ); dt << New Script( "test", JSL Quote( print(1); return(1); ),As String( 1 )); dt << New Script( "test2", JSL Quote( New Names...

    hogi hogi
    Discussions |
    Aug 1, 2023 10:55 AM
    2277 views | 5 replies
  • D-Optimal Mixture Design variable constraints

    Hello,i am new to design of experiments and i run into a question. So i researching a mixture System and i have constraits as follows:0=<A=<25
    20=<B=<3045=<C=<80
    and now i would like to augment the design further to the following space
    0=<A=<1515=<B=<20 and
    80=<C=<85
    so the allowed design space would be something like a polygon. How can i do that in JMP?

    Al_Perr_1988 Al_Perr_1988
    Discussions |
    Aug 1, 2023 10:55 AM
    1960 views | 4 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
    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
  • 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
    1904 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
    3119 views | 5 replies

Latest Discussions

view all discussions