cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Multinomial logistic regression output interpretation

    I am using a Mac computer with JMP Pro 16.0.0 I have an experiment where I have tested three tool depths and three tool speeds in a full factorial design. My response variables are score categories for level of disturbance of artificial weeds. The categories are uprooted, disturbed, buried, partially disturbed, and undisturbed. I am using a multinomial logistic regression in JMP to analyze this da...

    Galinsoga57b Galinsoga57b
    Discussions |
    Feb 23, 2023 8:37 AM
    5808 views | 5 replies
  • Enhanced laser pointer?

    In a recent webinar (on categorical data analysis) the speaker was using a laser pointer that drew rectangles and arrows and not just freehand lines.  This was very handy and would enhance my teaching presentations in biostatistics classes.  So, is this a feature available now in JMP 16, an upcoming feature in JMP 17, or a Mac OS utility of which I am unaware?

    sfigard sfigard
    Discussions |
    Feb 23, 2023 7:48 AM
    3638 views | 4 replies
  • Looking to automate a process and coming at problem from two methods, looking for guidance:

    Hi all, I'm running a script that takes a column from a data table and summarises it like so:names default to here(1); dt = Current Data Table(); fails = dt << Summary(Group( :Test_Name ),Freq( "None" ),Weight( "None" ),Output Table( "Tests that have Failed" ));The general method in our process is to select a row in the table created:There can be any number of rows in this first summary table sho...

    OC200m OC200m
    Discussions |
    Feb 23, 2023 7:13 AM
    1252 views | 1 replies
  • Trying to Check if a number is in Binary format

    Hey all, I'm trying to write a script that takes an input and encrypts it with a cipher. In order to do that, the input text has to be in binary. I asked ChatGPT for help and it recommendeif ( Matches Reg Expr(input, "^[01]+$"), Show("Valid"), Show("Not Valid"));That doesn't work, and I'm trying to figure out why. I'm also trying to figure out a way to check if a number is in binary, so ...

    LatentHyena653 LatentHyena653
    Discussions |
    Feb 23, 2023 7:06 AM
    2853 views | 3 replies
  • Color specific column by JSL

    Hello
    I tried to color in red the value "The First Bin Fail" in column "FIRST_BIN". and JSL colored all the table in redcan you explain where I did go wrong in my script? dt << Select where ( :FIRST_BIN == "The first Bin Fail") << Color Cells ("Light Red"); Provide a table how I need to color it:  

    Dennisbur Dennisbur
    Discussions |
    Feb 23, 2023 4:50 AM
    2243 views | 2 replies

Latest Discussions

  • Looking to automate a process and coming at problem from two methods, looking for guidance:

    Hi all, I'm running a script that takes a column from a data table and summarises it like so:names default to here(1); dt = Current Data Table(); fails = dt << Summary(Group( :Test_Name ),Freq( "None" ),Weight( "None" ),Output Table( "Tests that have Failed" ));The general method in our process is to select a row in the table created:There can be any number of rows in this first summary table sho...

    OC200m OC200m
    Discussions |
    Feb 23, 2023 7:13 AM
    1252 views | 1 replies
  • What is the best JMP platform for feature selection?

    I have 1000+ columns describing the structural properties(numerical, continuous) of a protein(categorical) and with these I want to compare different proteins. These properties show multicollinearity. Which JMP platform is best select the relevant properties, compare the proteins, and identify which properties make a protein stand out from the others? I have tried both Cluster Variables and Predic...

    jlmbs jlmbs
    Discussions |
    Feb 23, 2023 2:01 AM
    1992 views | 1 replies
  • Normal distribution plot of different variables

    I have the following data that need to draw the CT_GND data as a normal probability distribution curve, and group it with the Split column, draw it in one graph, color difference, such as bellow graph, how should I operate?  and I have many columns need to draw, automated builds are best.

    Jony Jony
    Discussions |
    Feb 22, 2023 9:57 AM
    3045 views | 1 replies
  • How to output probability value from Life Distribution?

    Hi, I did some reliability fitting by Life Distribution in Reliability and Survival, and I would like to output probability value from Life Distribution. Anyone knows?

    YK-Chang YK-Chang
    Discussions |
    Feb 22, 2023 8:54 AM
    4124 views | 6 replies
  • JMP 17 Pro Structural Equation Modeling

    Hello, I am running a by-group SEM on JMP Pro 17. In the Identification Rules, I am getting a model error for the sample size rule. Is there any way around this so I can still run this model? Thank you!

    KDan KDan
    Discussions |
    Feb 22, 2023 8:08 AM
    2629 views | 3 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    1122 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    2342 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    2238 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    1138 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    1282 views | 0 replies
view all discussions