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

  • How to reference a list of n columns when joining data tables?

    I am fairly new to JSL and have very basic knowledge on coding in general, so I may not know all of the proper terms to describe my problem, so I apologize in advance. I want to automate a process I do regularly where I combine and transform 2 data tables. I already have a script that can do this, but I am trying to figure out how to have JMP reference columns instead of having them hard-coded bec...

    GraysonC GraysonC
    Discussions |
    Jul 16, 2024 3:52 PM
    689 views | 3 replies
  • Trying to export Box Plots as PNG files using JMP Script

    Hi, I was trying to automate the exporting step using JSL, I'm using the Save Presentation function but I couldn't get it to work. The .png file is created on my computer but it cannot be open due to "unsupported file type". My understanding is that the Save Presentation function didn't convert the Graph Builder file to PNG file before saving as .jpg file. Is there a way to fix this? Thanks!Names ...

    ARETI052 ARETI052
    Discussions |
    Jul 16, 2024 2:32 PM
    487 views | 1 replies
  • JSL - Escape Character Syntax Error?

    Hi all, (JMP Pro 17 user) I am running into a strange issue where escape characters don't work in JSL, specifically within Application Builder.  This works: // Example:
    Python Submit("print(dt1)");
    This does not work:  // Example:
    Python Submit("\[print (dt1)]\");

    // this is what I want to use it with, statement is impossible without escape characters: 
    Python Submit("\[
    dt1 = dt1[~dt1["Column 1"].s
    ...

    CircularHazard2 CircularHazard2
    Discussions |
    Jul 16, 2024 10:29 AM
    752 views | 3 replies
  • Empty/Strange Python object after retrieving via Application Builder Script

    Hi everyone,  (JMP 17 Pro user) I am encountering a strange issue when attempting to pass data table objects to Python and retrieve them back into JSL, specifically while using Application Builder.  As this is the first time I've used Application Builder, I wrote out a rough draft of the behavior I wanted in the app via a standard JSL script (for context, the goal is an application that allows use...

    CircularHazard2 CircularHazard2
    Discussions |
    Jul 16, 2024 8:12 AM
    617 views | 2 replies
  • Resizing Data Box

    Is there a way to fix/resize by user the size of the data box?
    Currently the size of the box is set automatically due to the objects in the window.   dt = Open("$SAMPLE_DATA/Big Class.jmp"); New Window("A", H List Box( V List Box(dt << New Data Box(), obj = dt << Bivariate(Y(:Weight), X(:Height))), Spacer Box(<<size(30, 0)) ) );

    tom_abramov tom_abramov
    Discussions |
    Jul 16, 2024 6:37 AM
    2814 views | 11 replies

Latest Discussions

  • How do I get values on y axis?

    This is a screen shot of my graph. why are there no  no.s on the Y axis & what do the up arrows mean on the graph? the data is numeric & continuous. thanks 

    lisaash lisaash
    Discussions |
    Jul 16, 2024 4:57 AM
    386 views | 1 replies
  • Custom Data Visualization in JMP to Monitor Key Performance Indicators - Emmanuel Katto

    Hey all, I am Emmanuel Katto from Uganda. I'm working with a team that needs to track and monitor several key performance indicators (KPIs) for our business operations. We're using JMP to analyze and visualize our data, but I'm struggling to create a custom data visualization that effectively communicates our KPIs. I have some experience with JMP scripting and data visualization, but I'm looking f...

    emmanuelkatto emmanuelkatto
    Discussions |
    Jul 16, 2024 3:31 AM
    481 views | 1 replies
  • How to apply a formula to all columns in another table?

    I am trying to take a table and apply a moving average to every function to every column. The script below is what I am trying, based on what I saw in another thread here. The goal is to make a new table and then apply the function while referencing the original. However, I keep getting a scoped data table access error.   Test = Open("C:\Users\abrokaw\Desktop\JMP MA Test Table.jmp"); //open value...

    GroupEdgeColt67 GroupEdgeColt67
    Discussions |
    Jul 15, 2024 9:02 AM
    743 views | 3 replies
  • Turn off "Suppress Eval" on all columns

    Is there a way to turn off "Suppress Eval" for all columns? (It seems to have automatically turned on "Suppress Eval" when I saved a .jrp, and I need to evaluate many formula columns in this data table.)

    MarkJSchwab MarkJSchwab
    Discussions |
    Jul 15, 2024 6:39 AM
    933 views | 4 replies
  • Negatively skewed data

    I am trying to run a multiple regression test in JMP, but my residual data did not meet the distribution assumption. Skewness was -1.21, and kurtosis was 4.52, so my data is negatively skewed. How do I proceed? (I'm somewhat of a newbie.) We haven't learned about transformations such as log or square root. I tried both of these by adding them separately as formulas for the residual data column, bu...

    StacyKJones StacyKJones
    Discussions |
    Jul 15, 2024 4:10 AM
    1580 views | 4 replies

Latest Discussions

  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    446 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    514 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    412 views | 0 replies
  • 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
view all discussions