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

  • Script data to color code where it is from specification limitt

    Hey All, I'm wanting to color code data based on where it is from the specification limit. Ideally, I would want data that is in spec to be colored green, below spec by ,<10% to be yellow, ≥10% to be red and above the spec to be blue. Does anyone have a script to complete this?

    alexhemmert1 alexhemmert1
    Discussions |
    Aug 9, 2024 2:03 AM
    10038 views | 4 replies
  • how to use contains for mutiple charators selection and subset ?

    I wrote a script for the following purpose:for "chart" column, i want select all items which contains mutiple charators like:" Trace width","Trace thickness","insulator thickness" , actually i have more to be selected, but in jsl which i worte just take 3 charators. I take 6 rows to take them one by one, and subset them to 3 new tables. that is a a little complex, any ideas to set only one row scr...

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 9, 2024 2:02 AM
    1084 views | 5 replies
  • Function to Count Rows Within Spec

    I want to create a function that reads in a column, checks the number in each row on whether it is within spec, and output the passing count/total count/percentages. This is what I have:count_in_spec = Function( { col, lsl, usl }, a=0; //pass count b=0; //all count for( i = 1, i <= N Rows(col), i++, if( col[i] >= lsl & col[i] <= usl, a++ ); if( not(ismissing(col[i])), b++ ); ); pctpass = ...

    LaserGuy LaserGuy
    Discussions |
    Aug 9, 2024 2:00 AM
    2410 views | 5 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
  • Graph builder: Saving y-axis scale and ref lines while using column switcher

    Hello, I am making plots in graph builder that look at how observations look relative to limits. I have rescaled the y-axis and would like to add reference lines too. I do this and looks good. However when I add the column switcher to go through different observations the rescaled y-axis and ref lines disappear. Does anyone know how I would get them to stay while using column switcher to loop thro...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Aug 8, 2024 7:03 PM
    887 views | 5 replies

Latest Discussions

Latest Discussions

  • 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
  • Fitting distributions NOT in the distribution platform?

    I have many many non normal distributions I need to transform for later analysis of the data.  The Distribution platform fit all distributions is very slow with this task.  I know I saw another platform can do this fitting of the best distribution type, but can't remember which that was.Google has let me down. Thanks in advance

    cravin187 cravin187
    Discussions |
    Jul 31, 2024 8:29 AM
    312 views | 0 replies
view all discussions