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

  • Is there an algorithm that can quickly find such highly distributed data?

    For example, the values marked 1 in the figure are larger,
    The larger range above it is smaller (the range marked 2).
    How can I automatically find out the range of mark 1 and mark 2 through calculation?

    lala lala
    Discussions |
    Apr 22, 2024 12:57 AM
    1845 views | 6 replies
  • Adding external images to report with JSL

    I've found that I can copy/paste an image into a report/journal (https://www.jmp.com/support/help/14-2/paste-an-image-at-the-end-of-a-report.shtml#865792) is there a way to do this in JSL? are there any options for placement/resizing? My ultimate goal is to automate the generation of reports add relevent images and then publish to HTML. I had thought to publish the reports and then add the images ...

    CaseyL CaseyL
    Discussions |
    Apr 21, 2024 9:45 PM
    3879 views | 4 replies
  • How to modify hyperparameters in Model Screening platform

    Hi JMP experts,I find the Model Screening platform is very useful. I've figured out the hyperparameters through the Tuning Design Table, so I'm wondering if there's a way to modify hyperparameters in Model Screening platform, such as JSL.If the platform can't modify the hyperparameters, can I use the default parameters in the article.Looking forward to your reply

    Wang123 Wang123
    Discussions |
    Apr 21, 2024 6:17 PM
    2885 views | 8 replies
  • set row color by given RGB values

    Hi, I'm trying to set row color (not cell color) by given RGB values in my columns. However, i can not get the correct loop for assigning the custom colors that I want. Could anyone help? Code and datatable attached. Thanks!   // Get the current data table dt = Current Data Table(); // Initialize the color lists RedList = Column(dt, "Red") << Get Values; GreenList = Column(dt, "Green") << Get Val...

    PeimeiDa PeimeiDa
    Discussions |
    Apr 21, 2024 5:33 PM
    1009 views | 3 replies
  • Exclude rows in Col Quantile Calculation

    Hi,I was trying to get Col Quantile( :height, 0.5, :class) but it looks like the calculation would still take the excluded rows into consideration. Is there a way to reject the excluded rows into Col Quantile calculation? Thanks,Midori 

    midori555 midori555
    Discussions |
    Apr 20, 2024 9:07 AM
    2576 views | 7 replies

Latest Discussions

  • Set the printer to use

    I am trying to save out a data table as a PDF using JSL and the only way to do that I can find is to save it and use my Adobe PDF as the printer.  However, this is not the default printer I use so I would have to change it before I run the script then switch it back afterwards.  Is there any way for me to use JSL to set the printer to use? This is the JSL I am using to print the data table//PDF Da...

    shampton82 shampton82
    Discussions |
    Apr 20, 2024 2:01 AM
    582 views | 1 replies
  • Open/Read fixed width text file in JMP

    Hi All,I have a number of fixed width data files(all in same structure) as txt format those do not have column names. Can anyone suggest a template JSL Script that I can customize/use to open any of the files, assign column names, and save as as JMP table? Thanks in advance.

    monir monir
    Discussions |
    Apr 19, 2024 11:52 AM
    1013 views | 3 replies
  • How to get X axis value by jsl?

    Hi,how could use jsl to get X axis Value by JSL?like oneway anovaI want to get first /second name in x-axisthanks   

    Wei1 Wei1
    Discussions |
    Apr 19, 2024 12:43 AM
    501 views | 1 replies
  • Finding the perfect lightweight hiking food

    This rabbit hole is just for fun: I found a huge spreadsheet that lists data for thousands of potential hiking foods. My question is: What is the most lightweight mixture of foods that you can bring camping that has the ideal balance of macronutrients? (60% carbs, 20% protein, 20% fats).  Thoughts:1. You want to minimize the weighted average g/calories.2. I'll assume you can get micronutrients by ...

    RatioModelOx453 RatioModelOx453
    Discussions |
    Apr 18, 2024 2:45 PM
    1688 views | 6 replies
  • overlapping points with Overlay

    I want to use Overlay to get different markers and legend entries for a subset of my data points.Unfortunately, as soon as I activate Overlay, the points with the special markers overlap with the other points (top graph): What is the best way to get:- the markers- the legend entries- non-overlapping, nicely positioned data points View more...Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big C...

    hogi hogi
    Discussions |
    Apr 18, 2024 12:50 PM
    1036 views | 2 replies

Latest Discussions

view all discussions