cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • 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
    7357 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
    17280 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
    10963 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
    34408 views | 12 replies
  • Comparing row values

    I have a table which has 2 columns Term and Multiply which looks something like this: I want to somehow be able to read the column "Term" and check the following:1) If the term in the "Term" column is not multiplied by anything (like Name, Place, Animal and Thing in the above table), then multiply the value in the "Multiply" column by 2.2) If the term in the "Term" column is multiplied by any othe...

    powerpuff powerpuff
    Discussions |
    Mar 14, 2018 7:13 PM
    4643 views | 2 replies

Latest Discussions

  • 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
    10963 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
    6579 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
    2721 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
    2293 views | 2 replies
  • Assessing significance of slopes and interactions in mixed models

    How do I test not only for differences among slopes, but also that the slopes are different from zero (significant) in a linear mixed effects model with 1 continuous and 1 categorical (2 level) variables, and two random effects. In the Parameter Estimates output below I see that I have a significant interaction between tissue type [MSC] and lnSe.  Meaning that the slope for MSC is different from t...

    arstewar arstewar
    Discussions |
    Mar 12, 2018 8:12 AM
    4659 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
    2004 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
    3247 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
    2077 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
    3481 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
    2390 views | 0 replies
view all discussions