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

  • How to select marked rows?

    I love markers and colors as temporary placeholders for data grouping.  However, I cannot figure out how to select all rows with a particular color maker, or a particular symbol marker.  Of course, one can select all excluded or hidden, but if we can label them, we should be able to select them all without scrolling and clicking.  Help?  Also, I would hope this does not require a script, but if ne...

    aadecarlojr aadecarlojr
    Discussions |
    Mar 7, 2020 1:43 PM
    4762 views | 2 replies
  • Save residual by using jmp script

    Hi,   I created a script to run a correlation.  there are 2 fit line : a) linear correlation fit , b) 1:1 fit. I need to save the residual from the 1:1 fit (fit special). how do I do that with the JMP script ?     plot = data table("Correlation_Raw")<< Bivariate( Y( :NewTester ), X( :RefTester ), Fit Line( {Confid Curves Fit( 1 ), Line Color( {212, 73, 88} )} ), Fit Special( Intercept( 0 ), Slope(...

    yanee yanee
    Discussions |
    Mar 7, 2020 1:30 PM
    2489 views | 2 replies
  • Paste Table Script into Script

    I am trying to save a script to my data table that will recreate a table I made previously. This is an add-in that is pretty extensive and involves opening/closing several different tables, creating summary tables, joining, updating and in the end the only data I will need for the reports is a simple 2 column table. I would like the users to be able to run this add-in one time, and if they acciden...

    aallman aallman
    Discussions |
    Mar 6, 2020 4:00 PM
    3636 views | 5 replies
  • Accessing JMP plots from Python

    I have some team members that use JMP for analysis and plotting of some data. We have a set python tools that plan to take in the plots from JMP. We have been able to get the data tables from JMP in Python, but I don't see a way to bring in the plots directly.  I'm referencing the Automation Reference pdf that comes with JMP. Anyone have any ideas?

    cookiedough cookiedough
    Discussions |
    Mar 6, 2020 1:40 PM
    2224 views | 1 replies
  • recoding column using JSL and using recode option in Cols drop down menu

    I have data table with column 'plant' which represents numeric entry corresponding to specific plant. I recoded this column using the following script so that Plant number appears as plant name in the data table. This worked fine, but the problem I am having is that I get new data every quarter and when I add new data to this data table, plant name is missing for the new data and I have to re-run ...

    billi billi
    Discussions |
    Mar 5, 2020 12:57 PM
    3551 views | 2 replies

Latest Discussions

  • Paste Table Script into Script

    I am trying to save a script to my data table that will recreate a table I made previously. This is an add-in that is pretty extensive and involves opening/closing several different tables, creating summary tables, joining, updating and in the end the only data I will need for the reports is a simple 2 column table. I would like the users to be able to run this add-in one time, and if they acciden...

    aallman aallman
    Discussions |
    Mar 6, 2020 4:00 PM
    3636 views | 5 replies
  • Accessing JMP plots from Python

    I have some team members that use JMP for analysis and plotting of some data. We have a set python tools that plan to take in the plots from JMP. We have been able to get the data tables from JMP in Python, but I don't see a way to bring in the plots directly.  I'm referencing the Automation Reference pdf that comes with JMP. Anyone have any ideas?

    cookiedough cookiedough
    Discussions |
    Mar 6, 2020 1:40 PM
    2224 views | 1 replies
  • Methods for assessing lag variables

    Do any of the gurus on here have an easy way to adjust columns based on some hypothesized lag.  Example situation: Trying to determine the impact of factors on sales, and some of the factors have been hypothesized to have a lag effect (e.g., 1 wk, 2 wk, 1 month, 1 qtr). So, for example, if we want to determine the effect of some variable (e.g., reviews, price, stars, etc.), but it takes "x" time (...

    statman statman
    Discussions |
    Mar 5, 2020 11:11 AM
    4096 views | 8 replies
  • Best design for a DOE with 3 variables and one 4 level categorical

    dear allI am looking to find the best design with the following: 3 variables and 4 level categoricals. I have for now a custom design RSM with 28 sets. is there anything better?Ideally I would like to reduce it to 15 sets.Many Thanks in advanceKind regardsStephanie 

    slemoult1 slemoult1
    Discussions |
    Mar 5, 2020 8:06 AM
    5661 views | 10 replies
  • Terminate script running

    Hi, Is there some way to terminate run of the following script without closing JMP? Thanks.   For( i = 1, i <= 10, i++, win = New Window( "ABC", <<modal, Text Box( Char( i ) ) ); );

    tom_abramov tom_abramov
    Discussions |
    Mar 5, 2020 5:55 AM
    2937 views | 2 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    1626 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1483 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1324 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1285 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1398 views | 0 replies
view all discussions