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

  • Extract Expr

    I am a big fan of Eval(Substitute(Expr(...), Expr(..), Expr(.))): ) The only disadvantage: the Expr(...), Expr(..), Expr(.)... which brought me to the idea of subst() - substitute() 2.0  ... a function which doesn't evaluate it's arguments.
    While playing around with Expression Handling, I noticed that the desired logic for Subst() is quite close to the one of Extract Expr(): no need to use Expr(), ...

    hogi hogi
    Discussions |
    Aug 13, 2024 4:25 AM
    1028 views | 5 replies
  • Some Insights on Dynamic Column Formulas

    Being a JSL beginner, I find I often struggle with script interpretation. If I find a script in a discussion that seems to address my problem and try to customize it, I often break it and have a hard time understanding how to fix it. During my JSL scripting journey I have heavily relied on this forum for assistance -- both searching the extensive archives for past answers and asking for help if th...

    scott1588 scott1588
    Discussions |
    Aug 12, 2024 12:45 PM
    710 views | 3 replies
  • How do I count number of non-blank rows across specific rows?

    I have the table displayed here and would like to make a new column that contains "N" which is the number of columns that have numbers but only for the columns labelled "DecodeCount_BW**". For example for the first row, it should return "5", for the second row it should return "2", etcIn Excel I do this with "counta", but trying to learn JMP for improved statistical analysis, but I've getting stuc...

    ConfusedUser123 ConfusedUser123
    Discussions |
    Aug 12, 2024 10:38 AM
    788 views | 2 replies
  • Export JMP Table as JSON

    Extending @Craige_Hales excellent answer in JSON <=> JMP, is there a way to convert a JMP table to a JSON file that will preserve the row order of the original table (for human readability)?  Using JMP 17.2.0.

    robot robot
    Discussions |
    Aug 12, 2024 9:31 AM
    1432 views | 7 replies
  • Graph display issue

    Hello everyone, I’m having an issue with my graph display. I selected the line option, but the first column appears as a line while the second shows points, and there’s also an enumeration appearing. Please see the attached image for clarification.   // Créer un graphique de ligne pour "Percent NOK ICT" et "Percent NOK FCT" graph1 = Graph Builder( Size( 600, 400 ), Show Control Panel( 0 ),...

    Yass Yass
    Discussions |
    Aug 12, 2024 8:26 AM
    894 views | 4 replies

Latest Discussions

  • Some Insights on Dynamic Column Formulas

    Being a JSL beginner, I find I often struggle with script interpretation. If I find a script in a discussion that seems to address my problem and try to customize it, I often break it and have a hard time understanding how to fix it. During my JSL scripting journey I have heavily relied on this forum for assistance -- both searching the extensive archives for past answers and asking for help if th...

    scott1588 scott1588
    Discussions |
    Aug 12, 2024 12:45 PM
    710 views | 3 replies
  • How do I count number of non-blank rows across specific rows?

    I have the table displayed here and would like to make a new column that contains "N" which is the number of columns that have numbers but only for the columns labelled "DecodeCount_BW**". For example for the first row, it should return "5", for the second row it should return "2", etcIn Excel I do this with "counta", but trying to learn JMP for improved statistical analysis, but I've getting stuc...

    ConfusedUser123 ConfusedUser123
    Discussions |
    Aug 12, 2024 10:38 AM
    788 views | 2 replies
  • Can't identify the problem

    Hi !  I wanted to generate a list for a user so he ca choose the abscissa he wants (for a graph) here is the script :    // Créer une liste des options pour la liste déroulante options = {"Supplier", "Supplier_Quarter"}; // Créer une boîte de dialogue personnalisée avec une liste déroulante dlg = New Window("Sélectionnez une abscisse de travail", <<Modal, V List Box( Text Box("Sélectionnez un...

    PercentileBat71 PercentileBat71
    Discussions |
    Aug 11, 2024 8:10 AM
    513 views | 1 replies
  • Initialize data - very useful - but fragile!

    Hi, the initialize data settings in the column menu are quite useful.
    Who managed to control the settings via JSL?

    In the scripting index, I just found:which fits to "constant" mode. How can I set the other modes? 

    hogi hogi
    Discussions |
    Aug 11, 2024 2:45 AM
    760 views | 4 replies
  • Question about R2 for weighted linear regression in JMP

    I used JMP to conduct a weighted linear regression analysis. However, RSquare value of the regression output by JMP (around 0.76) doesn't match my own calculation using the general formula of R2 = 1 - SS_residual/SS_total (around 0.78). The regression parameters output by JMP match my own calculation, so I suppose the regression was conducted correctly. I was wondering if R2 output by JMP is incor...

    hongyu1 hongyu1
    Discussions |
    Aug 11, 2024 1:49 AM
    800 views | 1 replies

Latest Discussions

  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    330 views | 0 replies
  • I would like to find another political scientist or other social scientist who has worked with mapping congressional districts and counties

    There are great bodies of data presented by counties (disease incidence, education, income). There are other bodies of data presented by congressional districts (incumbents, vote percentages, etc.)  I want to find someone who has mapped the counties and the congressional districts into the same space.  I know this can be done with ESRI products, but  I wanted to avoid jumping off the JMP platform....

    LNitz LNitz
    Discussions |
    Aug 8, 2024 8:15 PM
    365 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    333 views | 0 replies
  • Multivariate Rho Boostrap option not in Mac Jmp 17.

    I am not getting the bootstrap option after running multivariate Spearson's Rho. How to proceed further? I want a forest plot with correlation and CI. <Jmp17>

    NoSQLBird361 NoSQLBird361
    Discussions |
    Aug 2, 2024 11:00 AM
    341 views | 0 replies
  • Overlying map files and merging content

    I have two map files--one of economic and health conditions by US  county.  The other of  congressional districts. I wish to overlay the county map on the congressional district map and attrribute the county measures to the ( larger opr smaller) congressional districts.  For example, what is the average rate of coronary heart disease in districts represented by  women versus those represented by m...

    LNitz LNitz
    Discussions |
    Aug 1, 2024 2:04 AM
    351 views | 0 replies
view all discussions