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

  • How do I compare differences between LS-means

    Is there a way to compare the differences between the LS-means of several groups? In other words, how can I detect differences between the differences in different groups? If I run a linear model on my original data, I can use multiple comparisons to get the difference between the LS-mean of each group and the standard errors of those differences. Can I go a step further and do another test to see...

    jeekhoff jeekhoff
    Discussions |
    Oct 18, 2021 10:17 AM
    2383 views | 2 replies
  • Calculating median when comparing two continuous variables in a multivariate analysis

    Dear JMP Board, 

    I am currently working on a biomedical dataset comparing doses and blood levels of four different medication. My PI instructed me in short to compare the data for each blood level and dose across different subgroups (male, female; pre-, post-pubescent etc.). Practically spoken he told me to use a multivariate analysis to calculate a p vale within groups (Y = Dose + blood level data...

    mmkaz mmkaz
    Discussions |
    Oct 18, 2021 9:37 AM
    1472 views | 1 replies
  • How to Tell JMP to continue running the Script when Column is Missing

    Hi - when creating a summary table below, does anyone know how to code in JSL to allow the script to continue running  if any one of the columns below do not exist?  dt3 << Summary(Sum( :Fail, :Not Assessed, :Weak)); Thanks!

    dn610 dn610
    Discussions |
    Oct 18, 2021 8:49 AM
    1239 views | 3 replies
  • Keep Columns Matching a List, Remove the Rest

    Hi - I would like to remove columns (based on column names) from a data table that do not match a list. I have following JSL code so far but it is not working. Input appreciated.  Names Default To Here( 1 ); bigClass = Open( "$SAMPLE_DATA/Big Class.JMP" ); dt = Current Data Table(); col_of_interest = {"name", "age", "weight"}; col_names = dt << Get Column Names( String ); For(j = 1, j <= N Item...

    uProf uProf
    Discussions |
    Oct 18, 2021 6:36 AM
    3211 views | 5 replies
  • Non normal data in fit model

    Hi, I have a data-set of continuous data with a mixture of variables being normally and non normally distributed. For the normally distributed data i have built a model in fit model with one fixed variable and a covariate. For the non-normal data I would like to use a Kruskal-wallis with a covariate? Is this possible to do? Thanks!

    HHanna232 HHanna232
    Discussions |
    Oct 18, 2021 6:28 AM
    1069 views | 1 replies

Latest Discussions

  • How do I compare differences between LS-means

    Is there a way to compare the differences between the LS-means of several groups? In other words, how can I detect differences between the differences in different groups? If I run a linear model on my original data, I can use multiple comparisons to get the difference between the LS-mean of each group and the standard errors of those differences. Can I go a step further and do another test to see...

    jeekhoff jeekhoff
    Discussions |
    Oct 18, 2021 10:17 AM
    2383 views | 2 replies
  • Calculating median when comparing two continuous variables in a multivariate analysis

    Dear JMP Board, 

    I am currently working on a biomedical dataset comparing doses and blood levels of four different medication. My PI instructed me in short to compare the data for each blood level and dose across different subgroups (male, female; pre-, post-pubescent etc.). Practically spoken he told me to use a multivariate analysis to calculate a p vale within groups (Y = Dose + blood level data...

    mmkaz mmkaz
    Discussions |
    Oct 18, 2021 9:37 AM
    1472 views | 1 replies
  • Non normal data in fit model

    Hi, I have a data-set of continuous data with a mixture of variables being normally and non normally distributed. For the normally distributed data i have built a model in fit model with one fixed variable and a covariate. For the non-normal data I would like to use a Kruskal-wallis with a covariate? Is this possible to do? Thanks!

    HHanna232 HHanna232
    Discussions |
    Oct 18, 2021 6:28 AM
    1069 views | 1 replies
  • How to convert a numeric column to a date column correctly?

    Hi,I have a date column in the format "yyyymmdd". An example date looks like this: 20000111. When I import data from a csv into JMP, this column is treated as numeric, continuous. I set its format to be date-yyyymmdd and realized that it was treated as 20000111 seconds past 1904/1/1. I changed the column to character, nominal and tried to use informat() to convert it but just cannot get it to work...

    jieli jieli
    Discussions |
    Oct 16, 2021 8:38 PM
    5910 views | 4 replies
  • Looping x,y locations over time

    Hello, I'm fairly new to jmp (currently using jmp 16) and have a question about the following scenario. I have a csv file that has the following columns for each imperfection: - Timestamp, serial ID,  x location,  y location, size of imperfection (in mm) I work with a cleaning process and the inspection tool gives information for every single imperfection in the day. There are a couple of things I...

    SEG SEG
    Discussions |
    Oct 16, 2021 5:38 PM
    4313 views | 9 replies

Latest Discussions

  • Preserving JMP Data Table Hyperlinks when Tables are Saved in Excel Format

    At the risk of blasphemy, I am trying to figure out how to save a table that has hyperlinks for all data in a column in an Excel file, where the hyperlinks are still functional. I pull a lot of Excel data into JMP for faster data analysis and can add hyperlinks to entries in JMP columns. I can save the resulting charts as picture files and raw data files that can be read in Excel, but would also l...

    JensRiege JensRiege
    Discussions |
    Oct 15, 2021 3:39 PM
    746 views | 0 replies
  • non-parametric response screening

    I love the response screening platform. Is there a way to choose the fit y-by-x model to be non parametric, so i can compare non-normal distributions? is that the Huber/cauchy options?thanks

    ezorlo ezorlo
    Discussions |
    Oct 11, 2021 1:03 AM
    609 views | 0 replies
  • JSL: Saving multiple chart and auto fit each of them into 1 page

    I have created a Window with V List Box which contained multiple Variability Charts and tried to save them into 1 pdf. What i want to achieve is saving and auto scale each of the Variability Charts into 1 single page of pdf. Can anyone help to advise how to do that? Much appreciated!nw = New Window( "taskQueryCharzCurrent - Variability Chart of current", V List Box( Variability Chart( Y( :cu...

    giin giin
    Discussions |
    Oct 7, 2021 6:42 AM
    799 views | 0 replies
  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    942 views | 0 replies
  • Time values in xls or xlsx, csv, and JMP

    Hi all, I have a strange issue with the time values from my excel. I have some data (example is attached here as excel file), the time column is an interest for me and I would add the date and time column together to create a date time column. To analyze the data, I use JMP so I am importing the excel file.However, I ran into a number of oddities:1. When I import multiple files (from customers to ...

    fliew0410 fliew0410
    Discussions |
    Sep 7, 2021 7:25 AM
    943 views | 0 replies
view all discussions