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

  • Newb Question - Basic Sequencing in a column

    I'm a beginner in JMP and coding as a whole. I'm trying to figure out how I can make sequence of 0, 25, 50, 100, to repeat 8 times.   I tried Sequence(0,100,25,8) and obviously 75 shows up as well.    And I cannot for the life of me figure it out.    Chatgpt gave me the following code:    If(Mod(Row(), 4) == 0, 0, If(Mod(Row(), 4) == 1, 25, If(Mod(Row(), 4) == 2, 50, If(Mod(Row(), 4) =...

    ControlAlpaca51 ControlAlpaca51
    Discussions |
    Oct 8, 2023 1:06 PM
    1077 views | 3 replies
  • Help with this simple script of fit y by x

    Hello. I try to study the relationship of a quantitative variable with multiple quantitative variables. I wrote this script but it doesn't work. I show you the script and the error message. Thank you in advance. Script Names Default To Here(1); dt = Current Data Table(); numericColNames = dt << get column names(string, numeric); For(i = 38, i <= N Items(numericColNames), i++, Bivariate(Y(:Name("E...

    gallardet gallardet
    Discussions |
    Oct 8, 2023 9:38 AM
    1679 views | 6 replies
  • How to get non-duplicate column names from the "leaf label formula" of decision tree model?

    For example, use the following JSL to get the Leaf Label Formula.Extract the column names from the formula in the first 10 rows.Thanks!d0 = Open( "$SAMPLE_DATA/Equity.jmp" ); p=Partition( Y( :BAD ), X( :LOAN, :MORTDUE, :VALUE, :REASON, :JOB, :YOJ, :DEROG, :DELINQ, :CLAGE, :NINQ, :CLNO, :DEBTINC ), Validation Portion( 0.3 ) ); p<<go;Wait(2); p << save leaf label formula;

    lala lala
    Discussions |
    Oct 7, 2023 8:02 AM
    1007 views | 3 replies
  • for each group find out which value is missing in a specific column, then create a new row with the missing value for that group with 0 in the count column as a corresponding value for that row

    I have 4 columns in the mock data set (File attached below). The column "Companys" is grouped by column "Month-Year" and "State". Each "Companys" column value is associated to a value in column "Sectcor". I want find what values are missing in each group of Month-Year and State Column for example Sector "DK" has Companys "C" and "D" Associated to it but for group Jan-2021, CA we have 2 rows associ...

    j0rg j0rg
    Discussions |
    Oct 6, 2023 1:54 PM
    1020 views | 1 replies
  • Change Single Bar Color

    Hi All, I have a seemingly simple question that I cannot find the answer to. I have made a bar graph and would like to custimze the each bar graph fill color individually. The graph is cost on y axis and car make on x axis, with each car make having two years. The reason is I have a general fill color depending on the year (2017&2018), but would like to highlight certain car make a different color...

    GERblob GERblob
    Discussions |
    Oct 6, 2023 1:20 PM
    10067 views | 3 replies

Latest Discussions

  • Newb Question - Basic Sequencing in a column

    I'm a beginner in JMP and coding as a whole. I'm trying to figure out how I can make sequence of 0, 25, 50, 100, to repeat 8 times.   I tried Sequence(0,100,25,8) and obviously 75 shows up as well.    And I cannot for the life of me figure it out.    Chatgpt gave me the following code:    If(Mod(Row(), 4) == 0, 0, If(Mod(Row(), 4) == 1, 25, If(Mod(Row(), 4) == 2, 50, If(Mod(Row(), 4) =...

    ControlAlpaca51 ControlAlpaca51
    Discussions |
    Oct 8, 2023 1:06 PM
    1077 views | 3 replies
  • How to get non-duplicate column names from the "leaf label formula" of decision tree model?

    For example, use the following JSL to get the Leaf Label Formula.Extract the column names from the formula in the first 10 rows.Thanks!d0 = Open( "$SAMPLE_DATA/Equity.jmp" ); p=Partition( Y( :BAD ), X( :LOAN, :MORTDUE, :VALUE, :REASON, :JOB, :YOJ, :DEROG, :DELINQ, :CLAGE, :NINQ, :CLNO, :DEBTINC ), Validation Portion( 0.3 ) ); p<<go;Wait(2); p << save leaf label formula;

    lala lala
    Discussions |
    Oct 7, 2023 8:02 AM
    1007 views | 3 replies
  • for each group find out which value is missing in a specific column, then create a new row with the missing value for that group with 0 in the count column as a corresponding value for that row

    I have 4 columns in the mock data set (File attached below). The column "Companys" is grouped by column "Month-Year" and "State". Each "Companys" column value is associated to a value in column "Sectcor". I want find what values are missing in each group of Month-Year and State Column for example Sector "DK" has Companys "C" and "D" Associated to it but for group Jan-2021, CA we have 2 rows associ...

    j0rg j0rg
    Discussions |
    Oct 6, 2023 1:54 PM
    1020 views | 1 replies
  • REML analysis / Iterations Converged in the Gradient

    What is the significance of the statement "Iterations Converged in the Gradient" in the Iterations output within the REML Variance Component Estimates Report? Also, what is the impact on using this REML analysis to evaluate residual error if the iterations do not converge in the gradient?  Is this an indication that the dataset was not amenable to the analysis? Thanks!

    dwillingmyre dwillingmyre
    Discussions |
    Oct 6, 2023 8:50 AM
    840 views | 1 replies
  • Are text files locked when importing?

    Hello, I’m writing a script to scrape machine log text files and collect the data in JMP. Some of these files are ‘active’ and may be appended to or even moved.

    I’m wondering whether JMP acts like Notepad where the file is not locked at all, or if there is a small chance the import will block another program manipulating the file.

    My question is for all versions of JMP 17 for Windows

    bculver bculver
    Discussions |
    Oct 6, 2023 4:34 AM
    545 views | 1 replies

Latest Discussions

  • Strange behavior using GenReg and Forward Selection

    Hi All,   I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method.   So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...

    SDF1 SDF1
    Discussions |
    Oct 2, 2023 9:06 AM
    483 views | 0 replies
  • SIMCA classification method: what alternative options do I have in JMP and what are the pros/cons?

    Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method?  I am currently using JMP 17 Thank you very much...

    CamillaLiscio CamillaLiscio
    Discussions |
    Oct 2, 2023 5:55 AM
    759 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    521 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    632 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    391 views | 0 replies
view all discussions