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

  • Please help me understand how to get what my professor is looking for!!!

    I am not looking to cheat but cannot figure out how to build this graph or get to what my professor wants.   

    BlockPathOwl460 BlockPathOwl460
    Discussions |
    Jun 29, 2024 3:18 PM
    635 views | 1 replies
  • Reproduction of DOE results

    Hallo.I have a DOE design with response data as a table, created starting from an Excel table. Here my DOE experiences:I can create a contour plot easily. The response column - as well as all factors X - are ap­pearing in the lists for the corresponding variables and can be used for the plot.  I prac­tically get the same plot with OriginLab.  If I want to obtain an analysis diagram or a contour an...

    DrThWillms DrThWillms
    Discussions |
    Jun 29, 2024 3:55 AM
    771 views | 2 replies
  • Faster iteration

    Hi,
    Trying to optimize the iterations. I have a reference table where each column is a name from a main data table column. I want to iterate through each row of the reference data table and then add the values from Column(dt_main, "Values") to New A and New B Columns in the reference table if Column(dt_ref, "Nrows")>2 & Comment[i] == "A > B". I am using an associative array because I am interested ...

    Jackie_ Jackie_
    Discussions |
    Jun 28, 2024 8:17 PM
    537 views | 1 replies
  • Stop python code being written to JMP log

    Is there a way to stop JMP from printing a copy of code submitted to Python to the log?It seems that every time I runPython Submit( code )I get a copy of code in the log.If only running once it's not a big deal, but if running a small chunk of python many times it does clutter up the log, making real messages harder to find. Does it also have a performance impact due to writing to the screen?I'm u...

    matth1 matth1
    Discussions |
    Jun 28, 2024 2:45 PM
    1941 views | 7 replies
  • How to make a plot of scatter with lines and markers like Excel?

    Hi folks, I am having a hard time of duplicating an Excel plot of scatter with lines and markers in JMP. The Excel table and plot is shown below as an example:  I know we need to format the data table in JMP, I did the following data table, but still cannot plot the scatter with lines and markers. , could anyone advise how can I do it in JMP? Thanks.  

    TDK_Long TDK_Long
    Discussions |
    Jun 28, 2024 2:18 PM
    1570 views | 4 replies

Latest Discussions

  • Please help me understand how to get what my professor is looking for!!!

    I am not looking to cheat but cannot figure out how to build this graph or get to what my professor wants.   

    BlockPathOwl460 BlockPathOwl460
    Discussions |
    Jun 29, 2024 3:18 PM
    635 views | 1 replies
  • Reproduction of DOE results

    Hallo.I have a DOE design with response data as a table, created starting from an Excel table. Here my DOE experiences:I can create a contour plot easily. The response column - as well as all factors X - are ap­pearing in the lists for the corresponding variables and can be used for the plot.  I prac­tically get the same plot with OriginLab.  If I want to obtain an analysis diagram or a contour an...

    DrThWillms DrThWillms
    Discussions |
    Jun 29, 2024 3:55 AM
    771 views | 2 replies
  • data table with images -> Excel

    Is it possible to save a data Table with Images to Excel such that the images get saved?Unfortunately, the default mode is that the image is saved as a Char of a Blob: The Background:The command Make Into Data Table in GraphBuilder is very useful - it generates a new data table with all the subplots of the GraphBuilder platform Actually amazing!  But if I want to share the table with some colleagu...

    hogi hogi
    Discussions |
    Jun 28, 2024 9:58 AM
    1656 views | 3 replies
  • the new Where?

    Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50}; Where( Print(xs); xs ==10 ); xs = {[10 20], [30 50]}; Where( Print(xs); xs ==[10 20] );

    hogi hogi
    Discussions |
    Jun 28, 2024 1:22 AM
    769 views | 4 replies
  • JSL MouseBox doesn't save to Journal JMP 17 vs JMP 16

     Hello,  I am using a scrip that saves a report in a journal and have noticed a change between JMP 16 and JMP 17 that breaks some of its functionality. If I save a window to the journal in JMP 16, the MouseBox interactions work just like they did in the JMP window, but in JMP 17 I've found that MouseBox doesn't save to the journal at all. Is this an intended change? Any ideas on possible workaroun...

    CitizenNo3 CitizenNo3
    Discussions |
    Jun 27, 2024 5:13 PM
    1074 views | 4 replies

Latest Discussions

  • Questions about Calculating Confidence Intervals in "Agreement within Raters" - Attributive Analyses

    Hello everyone, I am currently analyzing "Agreement within Raters" and would like to better understand how these confidence intervals are calculated. My main questions are:What steps or methods are used to calculate confidence intervals in "Agreement within Raters" of Attributive analyses?Which statistical distribution is typically used for these calculations? Could anyone recommend some literatur...

    DToniato DToniato
    Discussions |
    Jun 26, 2024 6:03 AM
    472 views | 0 replies
  • Creating a biomarker combination variable

    Hi. I want to analyze how well two biomarkers work together in the detection of diseased from healthy and compare the combination to the single markers. I have previously done such analysis in SPSS using binary logistic regression and then simply running ROC-analysis for single markers and combination. With JMP I cannot find how to combine two biomarkers using a logistic regression analysis. Could...

    kahuhti kahuhti
    Discussions |
    Jun 25, 2024 11:56 PM
    454 views | 0 replies
  • Q-K mixed model using plink files

    Hello,Please I need help to run Q-K mixed model analysis. I have flat and binary plink files. I tried to generate a .sas7bdat file with letters in genotypes. I tried to run a kinship matrix but it didn't look good (a lot of empty boxes/ In genotype columns, non empty boxes have 1/1 as a value). When I try to run any analysis, I got errors. I recoded genotypes in my raw files to 0, 1 and 2 but stil...

    Imane-Morjane Imane-Morjane
    Discussions |
    Jun 24, 2024 11:41 PM
    346 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    531 views | 0 replies
  • replicate factor analysis in R

    Hi experts,
    I'm trying to replicate the results, obtained in a factor analyses using JMP Pro17, in R.I have an almost perfect matching between the unrotated factor loading obrained in JMP and R, but the rotated factor loading seem to diverge substantially, despite maintaing the same settings (factoring method, prior communality, number of factors, and rotation method - weight 1).
    Am I missing someth...

    NeuroScholar202 NeuroScholar202
    Discussions |
    Jun 24, 2024 4:41 AM
    386 views | 0 replies
view all discussions