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

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

  • Help with Reading a Connecting Letters Report

    For pairwise comparisons, I understand the core idea in the Connecting Letter Report, is that if two groups don't share a letter they are significantly different. In the example posted here, I don't understand why we need both of the two first columns --- the second column appears to make the first one redundant since the second column tells us that all pairs between grp_0, grp_1, grp_3, grp_4, gr...

    ataylor ataylor
    Discussions |
    Jan 14, 2020 4:37 PM
    14148 views | 4 replies
  • Summary Table, Rename column, and transpose table

    Hello world, Novice to JSL. I have a data table in the below format. Columns are BIN, TOF (had error or not), RWED( Redid the welding), and MP (assembled by).  Its not outputting the final results and end after Step 1 (described below).  How can I fix it?BINTOFRWEDMP1001Y131A1001N 31A1001N 31A1001Y131A1002N 31A1002N 31B1002N 31B1002Y131B1003Y131A1003Y131B I'm trying following steps to achieve the ...

    djmomo djmomo
    Discussions |
    Jan 14, 2020 11:47 AM
    3850 views | 3 replies
  • New to Gage R and R analysis, EV% over 100%?

    Hello,I am trying to understand the variability of measurements in a test tool I have created (I am measuring 3-axis Acceleration) and was told about Gage R and R.The study was set up as followed: 1 Part, 3 Operators, 10 Measurements per Operator (I do not care about part variability in this case and that is why only the single part was measured).Using the Gage R and R analysis Tool in JMP, Here i...

    ME5700 ME5700
    Discussions |
    Jan 14, 2020 11:02 AM
    5354 views | 3 replies
  • Get rid of null columns

    Hi All,
    I need you help with this problem,
    Attached is a picture of the table I am working on.
    I want to get rid of any empty column. Note: whenever row 2 =0 the column is empty.
    which in this case is starting at column 12 to the end of the table.
    I would really appreciate all you  help,
    Thank you,

    Samuel11 Samuel11
    Discussions |
    Jan 14, 2020 8:48 AM
    3049 views | 2 replies
  • How To send a data table as an argument into a function

    Hello everyone,   So I have been trying to do this for a while now and I can't get my head around it. I'm making a script to export multiple picture from a few different folders. I have created an "import" function and a "trim" function.Import = Function ({path}, dtimport= Multiple File Import ( // the import arguments )<< Import Data; Return (dtimport); }; Trimtables = Function ({table, arg1, ...

    bobmorrane bobmorrane
    Discussions |
    Jan 14, 2020 8:06 AM
    4457 views | 5 replies

Latest Discussions

  • New to Gage R and R analysis, EV% over 100%?

    Hello,I am trying to understand the variability of measurements in a test tool I have created (I am measuring 3-axis Acceleration) and was told about Gage R and R.The study was set up as followed: 1 Part, 3 Operators, 10 Measurements per Operator (I do not care about part variability in this case and that is why only the single part was measured).Using the Gage R and R analysis Tool in JMP, Here i...

    ME5700 ME5700
    Discussions |
    Jan 14, 2020 11:02 AM
    5354 views | 3 replies
  • log2 transformation using new formula column

    How can I log2 transformation many columns (hundreds) all at once? Is there a way of doing log2 transformation using the new formula column?
    Thanks, Neal

    rexneal rexneal
    Discussions |
    Jan 14, 2020 5:07 AM
    4575 views | 4 replies
  • JMP csv import automatically converting hex to dec

    Hello, I have a csv file with one of the columns containing data such as 0x62, 0x68, etc. When importing the csv into JMP using JSL open(infile), it is found that JMP automatically converts the column into a Numeric datatype, changing 0x62 to 98 (decimal) in the process. Manually importing the csv not using script, the same issue (auto-converts). It only happened to one of the computers, other com...

    ylee ylee
    Discussions |
    Jan 13, 2020 5:46 AM
    4004 views | 4 replies
  • How do I do a count formula

    I have a data set that had 19 million rows.  Within that data set I want to count the number of instruments a customer has.  I have the customer data in one column and the instruments in another column.  My goal is to select customers that only have 1 instrument.   Thanks 

    VR VR
    Discussions |
    Jan 10, 2020 4:56 PM
    3306 views | 2 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
    1558 views | 0 replies

Latest Discussions

  • 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
    1558 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
    1504 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
    1584 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1958 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1317 views | 0 replies
view all discussions