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

  • 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
    4904 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
    2289 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
    1976 views | 4 replies
  • Setting multiple rows in a single column to a single value

    Hello, Noob question... I have a column with a unique identifier (UID) for certain types objects, for instance {'cats', 'dogs', 'birds'}. Each UID has multiple rows associated with it, which I have captured in an associative array.Example: aa = { 'cats' => [1, 2, 3], 'dogs' => [4, 5, 6], 'birds' => [7, 8, 9] }For each UID, all rows associated, I need to set a different column (col2) to a single va...

    StarfruitBob StarfruitBob
    Discussions |
    Aug 1, 2023 8:54 AM
    4598 views | 7 replies

Latest Discussions

  • 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
    1551 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
  • Workflow builder and referencing

    Hi everyone,I'm trying to build a workflow that will allow be to quickly look at numerous csv files that all have the same format, number of variables, column names etc. I didn't think it would be that complicated but I'm having trouble with the referencing. I've attached an example file (a deconstructed quantitative mass image with x, y pixel locations and mass counts at each pixel). I first bin ...

    GregMcMahon GregMcMahon
    Discussions |
    Jul 31, 2023 3:48 AM
    2539 views | 4 replies

Latest Discussions

view all discussions