cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • How do I customize a DOE based on a specific condition I'm trying to target?

    Hey guys, I'm new here and somewhat new to JMP so please bear with me.  I am looking to set up a DOE and I’m having a few issues.  I am looking to modify an existing experiment conditions (concentration conditions) and have that ratio condition target a "known or standard."  I have run multiple POC experiments and dialed in on a specific recipes that I would like to tweak or fine tune by exploring...

    cyaroschak cyaroschak
    Discussions |
    Mar 15, 2018 12:46 PM
    4421 views | 3 replies
  • Variable column group name for 'Group Columns()'

    Hi all, I'm trying to select columns based on a list of strings, and dump the columns into a group also based on the list. Here's the code I'm using:dt = Current Data Table();
    // phase names by which we want to group groupnames = {"Centering", "Dwell", "Capture", "Locking"}; // all column names in the table allcols = dt << Get Column Names(); For( i = 1, i <= N Items( groupnames ), i++, curgroup
    ...

    klkriech klkriech
    Discussions |
    Mar 15, 2018 12:29 PM
    8175 views | 5 replies
  • How do I convert a numeric "string" into a date?

    I´m a new user and I´m trying to convert a nummeric string into a jmp date format.  I tried creating a new column by concatenating a character string so that could at least get my desired "ddmmyyy" output: (Substr( :START_DATE, 7, 2 ) || Substr( :START_DATE, 5, 2 )) ||Substr( :START_DATE, 1, 4 ) but that didnt get´me any further. Any ideas on this?  

    JulieSAppel JulieSAppel
    Discussions |
    Mar 15, 2018 6:17 AM
    18959 views | 11 replies
  • Is it possible to iterate through all elements in an associative array?

    I would like to use a loop to iterate through all values in an associative array.   For the life of me, I cannot find the interator function for associative arrays. Is it simply impossible to step through all values in an associative array if they are not at pre-known keys?!   In my associative array, the keys are strings and the values are lists.  I need to iterate through the entire associative ...

    tatarjj tatarjj
    Discussions |
    Mar 15, 2018 6:07 AM
    13128 views | 14 replies
  • Multiple Y axis in a chart. (Multiple Y axis scales)

    Good Morning~ : )I need your help. I'd like to draw an overlay plot with multiple Y axis as below. (It is commonly used in bioprocess.)(I'm currently use JMP 12.2.)- Is there a way to draw like this way?  (I can add right Y axis, but I need more.)- JMP script is also okay for me.- Hope multiple Y axis drawing feature is supported in JMP 13Graph builder.

    Steve_Kim Steve_Kim
    Discussions |
    Mar 15, 2018 5:51 AM
    36848 views | 12 replies

Latest Discussions

  • How do I customize a DOE based on a specific condition I'm trying to target?

    Hey guys, I'm new here and somewhat new to JMP so please bear with me.  I am looking to set up a DOE and I’m having a few issues.  I am looking to modify an existing experiment conditions (concentration conditions) and have that ratio condition target a "known or standard."  I have run multiple POC experiments and dialed in on a specific recipes that I would like to tweak or fine tune by exploring...

    cyaroschak cyaroschak
    Discussions |
    Mar 15, 2018 12:46 PM
    4421 views | 3 replies
  • Is it possible to iterate through all elements in an associative array?

    I would like to use a loop to iterate through all values in an associative array.   For the life of me, I cannot find the interator function for associative arrays. Is it simply impossible to step through all values in an associative array if they are not at pre-known keys?!   In my associative array, the keys are strings and the values are lists.  I need to iterate through the entire associative ...

    tatarjj tatarjj
    Discussions |
    Mar 15, 2018 6:07 AM
    13128 views | 14 replies
  • When "Set Delta For Power" is set to 2, does this represent a SNR of 2 or 1?

    In the DOE Guide, on pg 429, under Evaluate Design > Evaluating Relative to a Specified Model, it describes evaluating the "power of detecting an effect whose magnitude is three times the error" by setting the Anticipated Coefficient to 3 and the Anticipated RMSE to 1.  This sounds like a signal-to-noise ratio (SNR) of 3.  Later in the DOE Guide, on pg 451, under Evaluate Design Options > Advanced...

    StevenCHowell StevenCHowell
    Discussions |
    Mar 14, 2018 11:29 AM
    7244 views | 5 replies
  • How change the line width in Graph Builder?

    Hi,I'm making a graph builder script by manually plotting and saving the script in the data table. So far here is what I've got: //User declares Bottom_Var, Left_Var, Top_Var, Right_Var, and Legend_Var //Legend_Var is the cell grouping whose number may vary Graph Builder( Size( 1173, 638 ), Show Control Panel( 0 ), Variables( X( Bottom_Var ), Y( Left_Var ), Group X( Top_Var ), Group Y(...

    shaira shaira
    Discussions |
    Mar 14, 2018 9:32 AM
    2946 views | 1 replies
  • Populating/Expand UI based on a selection

    All, 
          I found this post and example very relevant to my needs. https://community.jmp.com/t5/Discussions/Creating-drop-down-menu-for-interactive-user-input/td-p/17982. However, as I try to implement/execute the code piece provided here, I don't see what I expected to happen. I think it is a typo, provided is my edited - working code.  dt = Open( "$SAMPLE_DATA\Big Class.jmp" ); /* Extract a li...

    uday_guntupalli uday_guntupalli
    Discussions |
    Mar 13, 2018 7:20 AM
    2633 views | 2 replies

Latest Discussions

  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2254 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3495 views | 0 replies
  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2267 views | 0 replies
  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3765 views | 0 replies
  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2648 views | 0 replies
view all discussions