cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • 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
    4229 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
    2636 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
    3641 views | 5 replies
  • How to get multiple open data table file names for JSL?

    Hi:
    Assuming that two datatable files have been opened but no table Numbers have been entered in advance, how do can get multiple datatable file names that have been opened?How to jump from the current file to another file?Thank you!

    lwx228 lwx228
    Discussions |
    Jan 14, 2020 6:44 AM
    9560 views | 4 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
    3764 views | 4 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
    4229 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
    3764 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
    3303 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
    2975 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
    1325 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
    1325 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
    1287 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
    1399 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
    1645 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
    1127 views | 0 replies
view all discussions