cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • IR Control charts limits

    Hi,  I have made two IR control charts with control limits set at 4-sigma  (see attachment). The first chart has 383 rows and its std. deviation is 7.8. Whereas the second chart has1685 rows and its std. deviation is 4.8. But when I visually compare the charts the second chart seems to have more variation but yet has a lower standard deviation and narrow limit than the first control chart. Does an...

    tahirawan111 tahirawan111
    Discussions |
    Apr 4, 2020 11:15 AM
    9449 views | 5 replies
  • How to do Weighted Least Squares for simple regression

    Hi, I'm new to JMP and I need some advice on how to run a WLS for a simple regression.Other discussions say that I use Analyze > Fit Y by X > select another numerical column with the appropriate weights and click "Weight".But what exactly do I put in the weight tab? Do I put the saved residuals or the x variable itself? Sorry if this question is very elementary -- I'm having hard time navigating t...

    Soniayoung Soniayoung
    Discussions |
    Apr 4, 2020 3:35 AM
    3495 views | 1 replies
  • Replacing missing data by regressed values

    HiI have a time series for which the variable has missing values. I would like to replace the missing values by a linear model derived from the closest available values in time.What would be the best way?And if the script could do that to all the columns of my table (except the time), that would be even better ThanksExampleWhat I havetOutput0101.2.43010.2010What I want:tOutput0101152204301022.5201...

    guilhem guilhem
    Discussions |
    Apr 3, 2020 8:26 PM
    17234 views | 22 replies
  • How do I compute a 24 hour rolling average

    I need to compute a 24 hour rolling average for each individual subject.  I have the following columns: Subject IDTime stampMilk yeild Can anyone help direct me in the right direction?

    JocelynJohnson JocelynJohnson
    Discussions |
    Apr 3, 2020 2:55 PM
    2857 views | 2 replies
  • Append plots from for loop

    Hi, I try to append all plots from for loop to one window but it show only the first one. Below is my script.Names Default To Here( 1 ); dt = Current Data Table(); list = dt << get column names( character ); New Window( "column selector", <<modal, Border Box( Left( 3 ), top( 2 ), V List Box( Text Box( "Group By" ), H List Box( H List Box( Panel Box( "Select Columns", lb...

    yanee yanee
    Discussions |
    Apr 3, 2020 11:34 AM
    2693 views | 2 replies

Latest Discussions

  • How to do Weighted Least Squares for simple regression

    Hi, I'm new to JMP and I need some advice on how to run a WLS for a simple regression.Other discussions say that I use Analyze > Fit Y by X > select another numerical column with the appropriate weights and click "Weight".But what exactly do I put in the weight tab? Do I put the saved residuals or the x variable itself? Sorry if this question is very elementary -- I'm having hard time navigating t...

    Soniayoung Soniayoung
    Discussions |
    Apr 4, 2020 3:35 AM
    3495 views | 1 replies
  • Replacing missing data by regressed values

    HiI have a time series for which the variable has missing values. I would like to replace the missing values by a linear model derived from the closest available values in time.What would be the best way?And if the script could do that to all the columns of my table (except the time), that would be even better ThanksExampleWhat I havetOutput0101.2.43010.2010What I want:tOutput0101152204301022.5201...

    guilhem guilhem
    Discussions |
    Apr 3, 2020 8:26 PM
    17234 views | 22 replies
  • Graph Builder: How do I only display categories with values for each group x

    here's what i've got:clearly i don't want to display all treatments for each experiment. D and E were not in experiment 1 and A-C were not in experiment 2. how do i display only treatments with values?-->treatmentexperimentvalueA10.97A10.39A10.49A10.44A10.38B10.73B10.72B11.02B10.07B10.09C10.23C10.2C10.1C10.22C10.07D20.29D20.18D20.13D20.57D20.86E20.68E20.34E20.46E20.71E20.5 help?

    jac865 jac865
    Discussions |
    Apr 2, 2020 7:12 PM
    2165 views | 1 replies
  • Is there a way to run a JSL script with an input?

    I'm wondering if I can run a jsl remotely and give it a directory right away...  I have a jsl script that uses a directory of a file and executes some commands. I would like to send it the directory of the file in a simple way where gui's wouldn't be involved (hopefully).this is how i execute a jsl script from my PC at the moment:os.system('cd "C:/Program Files/SAS/JMP/14/" && jmp.exe "directory_t...

    mochar mochar
    Discussions |
    Apr 2, 2020 5:04 PM
    4991 views | 6 replies
  • Graph Builder legend issues

    When I make a bar graph I have changed both bar colors to gray but made one pattern hash marked. However the pattern change is not reflected on the legend. How can I fix this?  Thank you. 

    TreeStatsNoob TreeStatsNoob
    Discussions |
    Apr 2, 2020 9:32 AM
    5845 views | 10 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
    2211 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
    2016 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
    1661 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
    1600 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
    1681 views | 0 replies
view all discussions