cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 to prove similarity between two curve? What are different approach or options in JMP?

    Dear Users,I have two spectral data set and my objective is to prove similarity between two curves? How to prove similarity between two curve? What are different approach or options in JMP? Datasheet attached for reference where I want to prove how similar  Y1 with  Y2 or viceversa.

    rajesh rajesh
    Discussions |
    Feb 26, 2020 2:35 AM
    20227 views | 6 replies
  • Col Formula Month()

    I have a data table where I have multiple date with times. I'm trying to change all the dates into just the month and maybe even a month-year format.I know I've done this before by selecting the column going to formula and putting together Month(DateandTime) than I would use recode to change numbers into Jan. - Dec. When I'm trying today, the Month() formula is changing my date to just dots. I've ...

    Herrera5238 Herrera5238
    Discussions |
    Feb 25, 2020 6:52 AM
    15017 views | 13 replies
  • help with tables

     dt = current data table(); dt << subset(by(:p20000), All Rows, All Columns); //When I subset dt by :p20000, it outputs atmost 3 data tables ‘p20000=1000’, ‘p20000=1001’, ‘p20000=1002’. //What I do next is to check if such dt exists exist= Try(Data Table("P20000=1002");tableExist = 1,tableExist = 0); );

    //if tab_1002,
    tab_1002=expr(insery my long script here);
    //if tab_1001,
    tab_1001=expr(insert s
    ...

    viskovicz00012 viskovicz00012
    Discussions |
    Feb 25, 2020 3:10 AM
    1292 views | 1 replies
  • Change Row marker shape through JSL

    Hi, I have a few scripts which generate graphs that look like this:But I would like it to always look like this:How can I do this using JSL? 

    PhiIippe PhiIippe
    Discussions |
    Feb 25, 2020 1:56 AM
    6304 views | 4 replies
  • How do I download images in bulk with JSL and save them with the name of the specified column?

    For example, download the attached links and save these pictures to the C: directory.  Thanks!

    lwx228 lwx228
    Discussions |
    Feb 25, 2020 12:22 AM
    2775 views | 3 replies

Latest Discussions

  • Col Formula Month()

    I have a data table where I have multiple date with times. I'm trying to change all the dates into just the month and maybe even a month-year format.I know I've done this before by selecting the column going to formula and putting together Month(DateandTime) than I would use recode to change numbers into Jan. - Dec. When I'm trying today, the Month() formula is changing my date to just dots. I've ...

    Herrera5238 Herrera5238
    Discussions |
    Feb 25, 2020 6:52 AM
    15017 views | 13 replies
  • help with tables

     dt = current data table(); dt << subset(by(:p20000), All Rows, All Columns); //When I subset dt by :p20000, it outputs atmost 3 data tables ‘p20000=1000’, ‘p20000=1001’, ‘p20000=1002’. //What I do next is to check if such dt exists exist= Try(Data Table("P20000=1002");tableExist = 1,tableExist = 0); );

    //if tab_1002,
    tab_1002=expr(insery my long script here);
    //if tab_1001,
    tab_1001=expr(insert s
    ...

    viskovicz00012 viskovicz00012
    Discussions |
    Feb 25, 2020 3:10 AM
    1292 views | 1 replies
  • JSON Unterminated String Error when Submitting HTTP Request

    Hello, I have an online application that I can request data extractions from by submitting an HTTP request with the appropriate JSON fields. One field (field2) within my JSON payload is a list type and can contain one or more items. The issue that I am facing is that my JMP script functions only if this list has a single item and not if it has two or more. The error that I receive is:"error":"com....

    caseofmondays caseofmondays
    Discussions |
    Feb 24, 2020 1:48 PM
    3561 views | 1 replies
  • Bootstrap forest tuning parameters, number of splits, and prediction formula

    Dear JMP & Community,   (W10 Enterprise, JMP Pro 15.0.0)   I'm curious as to know which of the tuning parameters for bootstrap forest modeling impact the number of splits on each factor. I'm familiar with how to use a tuning table and so forth to optimize the fit for maximizing the fit, e.g. R^2 for the validation set. Of the six parameters highlighted below, which one(s) can affect the Number of ...

    SDF1 SDF1
    Discussions |
    Feb 24, 2020 1:03 PM
    2826 views | 2 replies
  • Table Column Headers - possible to make vertical?

    Hi, Is there any way to change a table report's column headers from horizontal to vertical alignment?  (like Excel can)
    For example, working with a dt with a <<Get As Report or working with a Tablebox() with associated String Col Box() and Number Col Box() commands.  If possible, this would save a ton of space for viewing purposes on larger tables. (i.e. saving the table report as a PNG, etc)
    Else, ...

    djhanson djhanson
    Discussions |
    Feb 24, 2020 8:48 AM
    2763 views | 2 replies

Latest Discussions

  • 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
    1881 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
    1554 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
    1502 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
    1583 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
    1956 views | 0 replies
view all discussions