cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • It is hard to survive in Korea as JMP User

    As I have been working in the data analysis field for several years using JMP in the field, there are many difficulties because users are not too active in Korea.... I hope the number of Korean users increases soon. It's a really good tool, but it's a shame that there are so few people I know and the perception is shallow~~

    Dongjin Dongjin
    Discussions |
    Jan 4, 2022 10:02 PM
    1198 views | 2 replies
  • Continue or abort based on user input.

    Below is a small script to check user input (below) which I plan to place in another main script. I want to proceed with the rest of the main script if the user selects OK and abort if the user clicks Cancel in the user input script. How to achieve this?.mywin1 = new window("YOU HAVE SELECTED:", << modal, //ID = "part123"; //flavour = "Red"; //TestYear = "2021"; //Li...

    Neo Neo
    Discussions |
    Jan 4, 2022 6:49 PM
    920 views | 3 replies
  • JMP > Identification of predictive signature from large data set > Issue with obvious overfitting

    Hi JMP community, I have a large data set with ~4,000 biomarker measurements at Baseline in patients enrolled in a clinical trial. I need to identify among this data which combination of biomarkers may predict the clinical outcome 12 weeks later. I have used a rather naive approach that appears to yield grossly overfitted outputs: Run all 4,000 biomarkers through the Screening > Response Screening...

    Thierry_S Thierry_S
    Discussions |
    Jan 4, 2022 2:37 PM
    1662 views | 5 replies
  • select where conditions not met

    I have a script running everyday to determine what parts have failed.  We had a day where none of the parts failed and since my select where condition was not ("Fail") it grabbed all the passing parts and output them to the next table.  How do I write it so that if no parts fail, the next tables should be blank?  Example: Data Table ("Parts")<< select where (:PassOrFail == "Fail"); Data Table ("Pa...

    LasersAreCool LasersAreCool
    Discussions |
    Jan 4, 2022 11:22 AM
    685 views | 2 replies
  • How do I get unlinked X-axes (separate min and max values) in GraphBuilder?

    HiI would like to have separate values (min and max) on the x-axis for F and M (BigClass example), so for example F goes from 60-140 while M goes from 70-160. Is this possible? or could there be some other way around it? 

    NRE_DK NRE_DK
    Discussions |
    Jan 4, 2022 9:18 AM
    1277 views | 4 replies

Latest Discussions

  • It is hard to survive in Korea as JMP User

    As I have been working in the data analysis field for several years using JMP in the field, there are many difficulties because users are not too active in Korea.... I hope the number of Korean users increases soon. It's a really good tool, but it's a shame that there are so few people I know and the perception is shallow~~

    Dongjin Dongjin
    Discussions |
    Jan 4, 2022 10:02 PM
    1198 views | 2 replies
  • select where conditions not met

    I have a script running everyday to determine what parts have failed.  We had a day where none of the parts failed and since my select where condition was not ("Fail") it grabbed all the passing parts and output them to the next table.  How do I write it so that if no parts fail, the next tables should be blank?  Example: Data Table ("Parts")<< select where (:PassOrFail == "Fail"); Data Table ("Pa...

    LasersAreCool LasersAreCool
    Discussions |
    Jan 4, 2022 11:22 AM
    685 views | 2 replies
  • Cochran Armitage exact?

    I have data for a 5 year period. there is binary feature (registered/unregistered) represented by a column in the data.   I want to see if there is a trend for proportion unregistered items year by year across the 5 year period. The Cochran Armitage trend test seems like the appropriate statistic (yes?).    The the number of unregistered items is single digits for multiple years, and is even zero ...

    dweinber dweinber
    Discussions |
    Jan 4, 2022 6:54 AM
    898 views | 1 replies
  • Making a heat map- how to customize the interval of the legend?

    Hello,I am making a heat map, so the legend of my graph is a color gradient with corresponding numbers. JMP seems to choose the values automatically based on the data set that correspond to the gradient. I am going to attach an image so that it is more clear, but basically JMP has decided that the values on my legend are (-20, -14, -8, -2, 1, 2, 3, 4, 5), and obviously these numbers are not a regu...

    ClusteredMining ClusteredMining
    Discussions |
    Jan 3, 2022 11:23 AM
    2600 views | 4 replies
  • 95% confidence interval calculation from profile for Excel

    Dear all,One of my friend doesnt have jmp. I prepared an excel for it. But I just calculate prediction value from equation. I do not calculate 95% upper lower prediction of model in excel. Could you please inform how can i calculate 95%range of prediction model in excel. I used nonlinear part of jmp.Thanks anyone help to solve this issue.   

    nac nac
    Discussions |
    Jan 3, 2022 7:00 AM
    1520 views | 1 replies

Latest Discussions

  • 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
    684 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
    551 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
    670 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
    661 views | 0 replies
  • Need help with changing separators lines location in a variability graph

    Hello,I need to change the locations of the separators line in the graph.In the attached image, I need the separators lined on the upper row (labeled ISI).I have tried to find how to do that without success.Thanks

    SHRG SHRG
    Discussions |
    Dec 10, 2021 8:59 AM
    857 views | 0 replies
view all discussions