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

  • Help, my script run OK in a Script Window but fail when run in a Column Formula

    Hello, I created a script to summarize a data table by analyzing the individual statistical impact of M factors on N metrics.The summary table show the matrix of N metrics (rows) with M factors (columns), with the specific impact: Mean shift, Cpk degradation, or both) I want to add a feature to plot the distribution for each selected row with a column formula.I got inspired by this post:Linking a ...

    Voizingu Voizingu
    Discussions |
    Mar 10, 2025 9:50 PM
    2328 views | 8 replies
  • (Custom) Python GUI executed in JMP

    Hi everyone, I have a custom python package which uses GUIs for getting the user input. I now want to execute this package from within JMP18.

    PY_SCRIPT = " from mydummy.util import jmp from mydummy.request import this_data df = this_data().GUI() jmp_source = jmp.df2jmp(df, 'MY DT') "; EXECUTE = Python Execute({}, {jmp_source}, PY_SCRIPT); If(EXECUTE == 0, DT = Eval(Parse(jmp_source...

    D_G D_G
    Discussions |
    Mar 10, 2025 5:54 PM
    813 views | 2 replies
  • Dense Col Rank again

    Going back to this topic:https://community.jmp.com/t5/Discussions/How-to-tweak-Col-Rank-to-give-consecutive-numbers-when-using/m-p/782021 I need something similar again, but this time I cannot sort table.So I use formula:Col Rank( Round( :Column ), :Category, <<tie( "minimum" ) )It gives me  column filled with the following values: {1, 114, 340, 453, 1018, 1131, 1357}I need to turn them into {1, 2...

    miguello miguello
    Discussions |
    Mar 10, 2025 2:24 PM
    534 views | 2 replies
  • Datetime format confusion (looking for equivalent of python's datetime.strptime)

    I'm sure this has been asked many times, but I did not find a good solution.I have a column (let's call it time_col) with a timestamp in the format 2024-06-28T13:47:03 Looking at the documentation I figured I should use Format, something like:Format(:time_col, "Format Pattern", "<YYYY><-><MM><-><DD><T><hh><:><mm><:><ss>" ) But this does not give any result.In python it would be:datestr = '2024-06-...

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2025 9:23 AM
    459 views | 2 replies
  • Nested class/namespace, "Not subscriptable value in access or evaluation of 'Assign'" when attempting to add value to Associative Array.

    Hi,   So, I have a fairly complex piece of JMP script that is failing in a way that seems odd, and I’d like to understand why.  I apologize for the complexity up front here before I get into it.  I have written a library we’ll call sql_lib.jsl that defines a namespace “sql_lib”.  Within that namespace I’ve defined a class clsQueryBatch with name “sql_lib:QueryBatchService”.  The purpose of the cla...

    gob0b gob0b
    Discussions |
    Mar 10, 2025 8:56 AM
    1555 views | 3 replies

Latest Discussions

  • Dense Col Rank again

    Going back to this topic:https://community.jmp.com/t5/Discussions/How-to-tweak-Col-Rank-to-give-consecutive-numbers-when-using/m-p/782021 I need something similar again, but this time I cannot sort table.So I use formula:Col Rank( Round( :Column ), :Category, <<tie( "minimum" ) )It gives me  column filled with the following values: {1, 114, 340, 453, 1018, 1131, 1357}I need to turn them into {1, 2...

    miguello miguello
    Discussions |
    Mar 10, 2025 2:24 PM
    534 views | 2 replies
  • Datetime format confusion (looking for equivalent of python's datetime.strptime)

    I'm sure this has been asked many times, but I did not find a good solution.I have a column (let's call it time_col) with a timestamp in the format 2024-06-28T13:47:03 Looking at the documentation I figured I should use Format, something like:Format(:time_col, "Format Pattern", "<YYYY><-><MM><-><DD><T><hh><:><mm><:><ss>" ) But this does not give any result.In python it would be:datestr = '2024-06-...

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2025 9:23 AM
    459 views | 2 replies
  • What's the JMP-fluent way to do this?

    Manufacturing process. In R&D, we conceptualize the product as a grid of squares.  +---+---+---+---+---+---+---+---+ 5 | | | | | | | | | +---+---+---+---+---+---+---+---+ 4 | | | | | | | | | +---+---+---+---+---+---+---+---+ 3 | | | | | | | | | +---+---+---+---+---+---+---+---+ 2 | | | | | | | | | +---+---+---+---+---+---+---...

    mtowle419 mtowle419
    Discussions |
    Mar 10, 2025 6:57 AM
    604 views | 2 replies
  • How to exclude data points starting with a specific word from a PCA and followed by a graph builder?

    Hi,I have a dataset where the sample name for some data points start with "Bad...". I want to exclude these data points starting with "Bad" from a PCA but they should still be visible in the plot.After PCA I plot the PC1 and PC2 in graph builder and here I also want the same datapoints to be excluded but visible in the graph.Is there a way to script this in JSL? So I don't need to manually exclude...

    WhiteCow2000 WhiteCow2000
    Discussions |
    Mar 10, 2025 6:44 AM
    615 views | 3 replies
  • GraphBuilder Challenge

    A Jmp graph with different Overlay categories - with a trick it's possible to create it:on the left: weight split by # doorson the right: weight split by year. Besides the trick, how can I use Overlay to create the graph? dt = Open( "$SAMPLE_DATA/Cars.jmp" ); dt << New Column( "Count_Make", Formula( Col Number( 1, :Make ) )); dt << Graph Builder( Variables( X( :Make ), X( :Make ), Y( :Wt ), Over...

    hogi hogi
    Discussions |
    Mar 9, 2025 3:21 AM
    1616 views | 3 replies

Latest Discussions

  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    395 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    409 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    351 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    432 views | 0 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    673 views | 0 replies
view all discussions