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

  • 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
  • Can JSL do a base64 conversion?

    Hi, is JSL capable of doing a base64 conversion of an image file?  (i.e. read in an image file like a .PNG and output its equivalent base64 text) thanks, DJ

    djhanson djhanson
    Discussions |
    Jan 10, 2022 7:58 PM
    9577 views | 9 replies
  • Flagging an error if variable name does not match

    Hi all, I want to build a simple error trap where it will flag the error if the variable name from the user defined variable name with the existing table variable name. For example as below; User defined Data tableVariable Name1. Benzene2. Methane3. Ethane  Existing Data TableVariable Name1. Benzene2. Methane3. Ethane 4. Propane5. Pentane6. Hexane I tried to used !contains function, but it seemed ...

    jacksonperry jacksonperry
    Discussions |
    Jan 10, 2022 5:11 PM
    1425 views | 2 replies
  • How to convert string....('20210228240000' ----> 2021-03-01T00:00:00)

    The data should be saved as '20210301000000' but It is stored as '20210228240000' in the SAP.
    I try to use 'substr function', but Problems always occur at the end of the month.Finally, as '2021-02-29' is returned, an error occurs in JMP if the date does not exist.Excel recognizes the date automatically...[ = date(2021, 2, 29) ---> 2021-03-01 ]I think...First, cut '20210228' from the record, and con...

    stryper24 stryper24
    Discussions |
    Jan 10, 2022 4:18 PM
    2737 views | 4 replies
  • Bivariate and Multivariate - different results

    Dear all, I have some troubles understanding the different results I get when performing a Bivariate or a Multivariate analysis on the same data.1) Here I performed a Bivariate analysis between two variables. The result I get is correlation = 0. The three points stand on the same vertical line. 2) If I add one variable and perform a multivariate analysis, JMP automatically selects the REML method....

    SaraGo SaraGo
    Discussions |
    Jan 10, 2022 9:14 AM
    1648 views | 1 replies

Latest Discussions

  • 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
  • Can JSL do a base64 conversion?

    Hi, is JSL capable of doing a base64 conversion of an image file?  (i.e. read in an image file like a .PNG and output its equivalent base64 text) thanks, DJ

    djhanson djhanson
    Discussions |
    Jan 10, 2022 7:58 PM
    9577 views | 9 replies
  • Bivariate and Multivariate - different results

    Dear all, I have some troubles understanding the different results I get when performing a Bivariate or a Multivariate analysis on the same data.1) Here I performed a Bivariate analysis between two variables. The result I get is correlation = 0. The three points stand on the same vertical line. 2) If I add one variable and perform a multivariate analysis, JMP automatically selects the REML method....

    SaraGo SaraGo
    Discussions |
    Jan 10, 2022 9:14 AM
    1648 views | 1 replies
  • Parsing phrases separated by ;

    So, I saw a link to the 1/6 cases charged already. I got curious and File>Internet Open>:Local( {dt}, dt = Open( "https://www.justice.gov/usao-dc/capitol-breach-cases", HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) ); dt << Set Name( "capitol-breach-cases" ); dt; )Thankfully, the charge(s) per case are separated by semicolons (;). I used the formula:  Words(:"Charge(s)"n, ";"). This...

    markschahl markschahl
    Discussions |
    Jan 10, 2022 4:39 AM
    1616 views | 4 replies
  • In text explorer, how can we stem only certain words and not all?

    I am using the text explorer platform in JMP Pro 16 and I know that you can use "Stemming for Combining" to stem only the terms where two or more terms stem to the same term and then add exceptions to it on a need basis. But I was wondering if you can choose the "No Stemming" option and then add only certain words to stem? For my analysis, the second option might be faster because I have only a fe...

    NVarz NVarz
    Discussions |
    Jan 7, 2022 6:31 AM
    1501 views | 2 replies

Latest Discussions

  • 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
    911 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
    709 views | 0 replies
  • Getting all Zeros for the AR(1) estimate/std error in a Repeated Measures Mixed Model Using JMP Pro

    I am fitting a model of a continuous response against 7 fixed effects. When running the Standard Least Squares; my residuals plots/assumptions checks don't look too bad but the Durbin Watson test is suggesting an AR(1) structure in the residuals. This is expected for this particular analysis and is consistent with other data sets looking at the same response/factors. The Time Series platform also ...

    lisa2442 lisa2442
    Discussions |
    Dec 14, 2021 7:32 AM
    872 views | 0 replies
  • Export Functional Data Explorer prediction formula

    Hi,I want to export the prediction formula generated by Functional Data Explorer either to Excel or Python (via Formula Depot), but there is a problem because the formula contains P Spline Coef() interpolation, which I think is not available in Excel or in Python libraries. Do you have any suggestions how to solve this?Best regards

    ruskicar ruskicar
    Discussions |
    Dec 14, 2021 2:11 AM
    829 views | 0 replies
view all discussions