cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • counting total item in each cell that contain different pattern

    Hi,
    I want to get the total count of the item in the cell under setting columns. Can someone give me suggestion how I can code it so it will take the value under :setting column and count the total number like what shown under :Total Items. Many Thanks.

     

    dadawasozo dadawasozo
    Discussions |
    Apr 14, 2022 5:48 PM
    1052 views | 2 replies
  • Apply JSL script to multiple sheets from excel

    So I have an excel file with multiple sheets that have the same kind of dataframe (just different values) in each of the sheets. I was able to export a script for "Fit Y by X"Open(); Fit Group( Bivariate( Y( :Total_Cost ), X( :LGP1 ), Automatic Recalc( 1 ) ), Bivariate( Y( :Total_Cost ), X( :iteration ), Automatic Recalc( 1 ) ), Bivariate( Y( :LGP2 ), X( :LGP1 ), Automatic Recalc( 1 ) ), Biva...

    pgkla pgkla
    Discussions |
    Apr 14, 2022 12:52 PM
    986 views | 1 replies
  • Is there a a way to input a list of columns as by group variables into column mean/std dev/median?

    Hi All,I'm trying to generate a new column to be a mean column of :A by groups specified by :B, :C, :D.Is there a way to do this where :B, :C, is a list? I'd like this so I can populate it using Col Dialog.If not, is there a way to break the list into arguments? The first line below gives me the desired means while the second line gives me the overall mean of :A.mean= New Column("Mean", Formula(C...

    oto oto
    Discussions |
    Apr 14, 2022 11:42 AM
    1969 views | 5 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    790 views | 0 replies
  • Sum up the distances for each cycle

    Hello JMP Pros,  I have a question regarding my data. So I got a raw data file, which consists of 1 test, where the speed trace is repeated 3 times.My idea now is that I would like to get an idea of how the scatter of the distances are (just having in mind that different fluids have been used to create an effect).My idea was to separate the raw data into single test portions and compare these.For ...

    tbps tbps
    Discussions |
    Apr 13, 2022 1:51 PM
    952 views | 1 replies

Latest Discussions

  • Apply JSL script to multiple sheets from excel

    So I have an excel file with multiple sheets that have the same kind of dataframe (just different values) in each of the sheets. I was able to export a script for "Fit Y by X"Open(); Fit Group( Bivariate( Y( :Total_Cost ), X( :LGP1 ), Automatic Recalc( 1 ) ), Bivariate( Y( :Total_Cost ), X( :iteration ), Automatic Recalc( 1 ) ), Bivariate( Y( :LGP2 ), X( :LGP1 ), Automatic Recalc( 1 ) ), Biva...

    pgkla pgkla
    Discussions |
    Apr 14, 2022 12:52 PM
    986 views | 1 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    790 views | 0 replies
  • Accidentally hid a modal window. Now I'm locked out. :(

    So, I was goofing around and asked myself "What would happen if I try to hide a modal window?".  The script below illustrates (Do not run this script, as it will lock up JMP): //=====================================================
    //Warning. Do not press the "Hide" button!!! It will lock up JMP
    //=====================================================
    Names Default to Here(1); New Window("Test", <<
    ...

    nikles nikles
    Discussions |
    Apr 13, 2022 11:40 AM
    1507 views | 4 replies
  • comparing lines of fit

    I am trying to compare changes over time in a physiologic variable between two groups of subjects. Each subject has at least two different measurements of this variable with days in between measurements. Subjects will not have the same interval between measurements. The attached graph shows that I'm able to create spaghetti plots for the two groups of subjects. I'm trying to compare lines of fit t...

    jsolo01 jsolo01
    Discussions |
    Apr 13, 2022 4:59 AM
    2201 views | 3 replies

Latest Discussions

  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    790 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    841 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    593 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    764 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    Hi JMP community,   (JMP Pro 16.0.0)   I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    585 views | 0 replies
view all discussions