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 to automatically write code containing /**/ to JSL?

    For example, I use the following JSL to automatically generate a table script file in a data table.
    But how to write the code containing /**/ into the script file of this table?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", dt<<Select Where(age==12);d3=dt<<Subset(Output Table(\!"age12\!"),Selected Rows(1),selected columns(0));try(d3<<Delete Table Property(\!"S...

    lala lala
    Discussions |
    Jun 30, 2024 3:35 AM
    978 views | 3 replies
  • 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
    894 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
    1132 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
    798 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
    3028 views | 7 replies

Latest Discussions

  • How to automatically write code containing /**/ to JSL?

    For example, I use the following JSL to automatically generate a table script file in a data table.
    But how to write the code containing /**/ into the script file of this table?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", dt<<Select Where(age==12);d3=dt<<Subset(Output Table(\!"age12\!"),Selected Rows(1),selected columns(0));try(d3<<Delete Table Property(\!"S...

    lala lala
    Discussions |
    Jun 30, 2024 3:35 AM
    978 views | 3 replies
  • 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
    894 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
    1132 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
    2306 views | 3 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
    1610 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
    636 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
    591 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
    482 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
    860 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
    561 views | 0 replies
view all discussions