cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • 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
    2408 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
    883 views | 5 replies
  • Weibull Alpha or shape factor from Fit Parametric Survival

    I am plotting a Weibull fit to "Time" with a location parameter "B" ("B" has several values) using the Fit Parametric Survival. I have made the "B" variable as numerical and nominal. The parameter estimates from the weibull fit gives me estimates but I can't figure out if these are the shape factors of the Weibull fits to each "B" value. How do I get the shape factor in Fit Parametric Survival plo...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Aug 8, 2024 2:06 PM
    660 views | 1 replies
  • Trouble extracting text from a Text Edit Box JMP 16.1

    I am having trouble extracting text from the Text Edit Box in JMP 16.1.  When running the script below, the text that is entered by the user does not show up in the field "title".     maintitle = New Window("Project Name", <<Modal, Text Box("Enter Project Name for Reports. "), PNAME = Text Edit Box("Project Name", set width(80)), title = (PNAME << get text() ; ), Button Box("OK"), Button Box...

    olmadriaga olmadriaga
    Discussions |
    Aug 8, 2024 12:15 PM
    437 views | 2 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
    332 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
    340 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
    350 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