cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    4357 views | 2 replies
  • select current data table

    Hello, I am using a small jmp_addin to add spec limits info to selected columns.  Anyways, the problem I run into is that whenever I run it, it always grabs the latest data table that was open, even if I am running the addin from a different window...is there a way to highlight to the jmp_addin that I am trying to run script from the selected data table?  I thought currentdatatable would do this, ...

    jojo jojo
    Discussions |
    Mar 5, 2020 12:41 PM
    32572 views | 9 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
    5776 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
    8565 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
    3631 views | 2 replies

Latest Discussions

  • 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
    5776 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
    8565 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
    3631 views | 2 replies
  • variable selection with a correlation cutoff

    I'm screening through thousands of variables and would like to only keep ones that are not very highly correlated with each other for example: r2<0.95 and >-0.95. Is there an easy way to do this? I can use: "Multivariate methods > multivariate" to calculate r2, but I have no idea how I can make the selection according to cutoff above.

    tnad tnad
    Discussions |
    Mar 4, 2020 10:45 AM
    2749 views | 3 replies
  • help with error

    if(dt:class in ('Beta','Sigma'),for each row( If(:class=="", :class="NOT IN CLASS")));

    skyzvoir0001 skyzvoir0001
    Discussions |
    Mar 3, 2020 10:27 PM
    1340 views | 1 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
    2262 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
    2064 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
    1691 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
    1624 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
    1718 views | 0 replies
view all discussions