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

  • Model screening using JMP16 and Imbalanced data

    Hello I have an imbalanced dataset with the outcome of interest of only 13% and many predictors. I want to analyse it using the Model screening platform in predictive analysis of JMP 16. In the previous version of JMP15 I was able to use the Add-inn for imbalanced data to look for the best preprocessing technique for my imbalanced dataset. How do I perform this in the present model screening modul...

    Lu Lu
    Discussions |
    Jan 28, 2022 3:45 AM
    1432 views | 1 replies
  • How do I generate HMAC-SHA256 hashes in JSL

    For querrying a REST API I need to authenticate with HMAC-SHA256. Does anybody know of a way to do this in JSL? We might even use another REST API or webscraper to do it. For example this website: https://www.devglan.com/online-tools/hmac-sha256-online can calculate the hash but how do I make it work?

    pauldeen pauldeen
    Discussions |
    Jan 28, 2022 12:46 AM
    3156 views | 6 replies
  • Assigning data table to new name and keep the original data table untouched after processing

    I'm trying to avoid making changes in my original data table and keep it un-intact when I do some operations say we have this kind of scenario <JSL>for (i = 1, 3, i++, dt_process = data table("dt_original); dt_process << newcolumn("elclassico", character,formula(if (Contains(:club, "BARC") , "Barcelona", "delete") dt_process << save("save_my_club"||char(i)) )After this p...

    joshua joshua
    Discussions |
    Jan 27, 2022 10:21 PM
    1507 views | 2 replies
  • Can I load Eigenfunctions from one FDE into another

    I have an FDE that I've done. I like the eigenfunctions/mean/stddev.  Now I want to get FPCs on new data using the those eigenfunctions. Is this possible?    Really I'm just trying to get a predicted final curve using new data but the old Bspline model.  So I might be making this harder than I need to.      

    vince_faller vince_faller
    Discussions |
    Jan 27, 2022 12:20 PM
    1010 views | 2 replies
  • Formula- symbols(grey and blue)

    What is the difference between Grey + symbols vs. Blue + symbols in columns which has formulas.

    SymS SymS
    Discussions |
    Jan 27, 2022 9:25 AM
    1434 views | 2 replies

Latest Discussions

  • Model screening using JMP16 and Imbalanced data

    Hello I have an imbalanced dataset with the outcome of interest of only 13% and many predictors. I want to analyse it using the Model screening platform in predictive analysis of JMP 16. In the previous version of JMP15 I was able to use the Add-inn for imbalanced data to look for the best preprocessing technique for my imbalanced dataset. How do I perform this in the present model screening modul...

    Lu Lu
    Discussions |
    Jan 28, 2022 3:45 AM
    1432 views | 1 replies
  • Comparing Non-normal groups to a control group

    Hi all, We are comparing three different assays (A, B, C) to see how well they detect a disease condition. We have four groups where 1 = disease and 2, 3, and 4 = different benign conditions. The question is two-foldWhat test would you use within an assay to see if they can detect a difference to the control (= disease) groupData is non normal distributedData contains 0 making transformation diffi...

    KKu KKu
    Discussions |
    Jan 27, 2022 8:52 AM
    955 views | 1 replies
  • Neg Bin Regres Output

    Hello all, I am a student working on a research project and have a question/clarification regarding how to interpret the Fit Model output for a negative binomial regression. I am trying to predict a count variable (Variable A = how much time it took for an event to happen) based on sex (M vs F). I am using a negative binomial regression because my count variable is not normally distributed and my ...

    cuvovoki cuvovoki
    Discussions |
    Jan 27, 2022 8:10 AM
    959 views | 1 replies
  • How to make error bars appear on a range plot ?

    Hello,I would like to make a range plot with error bars appearing. I have a mean of initial times and final times, for two proteins, to determine the range value. I selected confidence interval in "error bars" option but nothing appeared. Does someone have a tip to do that?This what I get now :  This is what I would like to get :Thank you!Camille

    clemaigre clemaigre
    Discussions |
    Jan 27, 2022 7:53 AM
    1714 views | 4 replies
  • Wilcoxan test

    Hello Full disclosure- VERY new to JMP and a super novice at stats.I am trying to run a Wilcoxan test and I'm not sure of two things:1. Does it matter what variable is listed first on the title? I have been trying to enter the Pre data before the Post data as detailed on a blog but every time I run the test the title of the dat comes up "Difference: PortPost-PortPre.2. At the bottom of the page ar...

    NJB187 NJB187
    Discussions |
    Jan 27, 2022 6:58 AM
    1542 views | 3 replies

Latest Discussions

  • Query Builder filtering on date stored in Varchar(20)

    Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO]      ,[DESPA...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1390 views | 0 replies
  • M1 Macbook Pro JMP Capabilities

    Hi all, 
    I'm thinking about upgrading from my windows set-up and running a M1 Macbook Pro as my primary set up. I wanted to open up the discussion and see if any other JMP users were using the newest Macbook Pro and if they have run into any hurdles yet? I do a lot of R/Python integration. I do have a decent set up right now, but want to know if anyone else has tested out this connection and knows ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Jan 21, 2022 1:52 PM
    786 views | 0 replies
  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    699 views | 0 replies
  • separating labelled values from graph points

    I have looked in the scripting help section and all over this community and haven't found a solution for my problem so hopefully someone can help. I have a graph containing two trend lines and a bar graph and want to label the values of each point but when I set the labels both values show up on each trend line and I can't figure out how to separate the labels. I tried stacking the labelled column...

    Cdougz Cdougz
    Discussions |
    Dec 31, 2021 7:38 AM
    908 views | 0 replies
  • Expand Contours

    Hi, 

    I understand that the contouring is done based on triangulation to data points, but is there a method for expanding them further to fit a custom SHP file I've imported into JMP? I've already set the alpha and the lowest value so the contour should cover the, 'most', area. Any other methods? Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Dec 15, 2021 12:49 PM
    708 views | 0 replies
view all discussions