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

  • Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)

    Bonjour J'ai JMP 14. Et je souhaiterais savoir comment obtenir le diagramme ci-joint? J'ai réussi à faire deux graphiques avec deux tables différentes, un graphique pour les lignes et un autre pour les points. Mais je ne sais pas comment fusionner les deux graphiques en un seul. Un grand merci pour votre aide. Mikaël  

    mgh35 mgh35
    Discussions |
    Jan 18, 2023 9:50 AM
    3770 views | 5 replies
  • 2 Mixtures Design Question

    Hello, I am very new to JMP and I'm trying to design an experiment with 2 mixtures and a couple of other non-mixture variables each with 3 factors in JMP 16 Pro. Mixture A is produced first in batches. Each batch of mixture A is then divided into five parts where I then add varying amounts mixture B.  Is there way to do this in JMP?Here is what I have so far in my experiment:Thanks.

    AldenO AldenO
    Discussions |
    Jan 18, 2023 7:50 AM
    2508 views | 5 replies
  • Adding Calculation to summary table in JSL

    Hi all,  back with another question that has me stumped, trying to add a calculation to a summary by creating a new column. There is a column i am attempting to create named GD1 that I wish to sum the values in the columns N(4) and N(5) to, if they exist. Here is my attempt at checking for the existence of those columns and summing them if they exist, this seems to terminate in the debugger but I'...

    OC200m OC200m
    Discussions |
    Jan 18, 2023 5:04 AM
    1721 views | 2 replies
  • Can we get a hold of the sample data files for Teaching Elementary Statistics with JMP?

    I have the 2011 book, but the data files are no longer in the Sample Data set with JMP 17.

    USNA71 USNA71
    Discussions |
    Jan 18, 2023 4:08 AM
    1792 views | 4 replies
  • How do I correctly iterate over column names to produce summary tables grouped by each?

    Hi there,  I'm writing a script in jsl to search through column headers, find those beginning with the number 9, and then produce a summary table from a large data set that is grouped by those columns. Currently, my code is working for the first column, but seems to stop after that. Any help would be appreciated!  dt = Current Data Table(); N = N Col( dt ); For( i = 1, i <= N, i++, colname = Colu...

    OC200m OC200m
    Discussions |
    Jan 18, 2023 12:42 AM
    1413 views | 2 replies

Latest Discussions

  • Can we get a hold of the sample data files for Teaching Elementary Statistics with JMP?

    I have the 2011 book, but the data files are no longer in the Sample Data set with JMP 17.

    USNA71 USNA71
    Discussions |
    Jan 18, 2023 4:08 AM
    1792 views | 4 replies
  • subset selection is empty, return error

    Hi all,I am writing a script where I select a subset from a data table based on some criteria:Example dt is my data table with column :Error_IDI input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.Now let us say the dt data table has no Error_ID==0 rows, the dt...

    ValeriaL ValeriaL
    Discussions |
    Jan 17, 2023 8:18 AM
    1711 views | 2 replies
  • JMP 16: Plotting All Data Points

    In the attached graph, Weibull Distribution, there are roughly 47K rows of data. The Fast Marker Threshold was set to 50K. I am looking for a way to show all data points on the graph. Any ideas?  

    WoHNY WoHNY
    Discussions |
    Jan 17, 2023 8:00 AM
    785 views | 1 replies
  • "Simulation experiment module" with possible error?

    Hello JMP Community! A query,....... when using the "Simulation experiment" option and specifying the distributions Triangular for dollar price, Uniform for change dollar, Uniform for risk, indicate in "Specification limits" ....total change : LSL = 400 USL= 3600, total risk: LSL = 0 USL= 90, total change: LSL=3.36 USL= 3.9, indicate 128 experiments, 1 (full range) and run the simulation experimen...

    Marco1 Marco1
    Discussions |
    Jan 17, 2023 6:12 AM
    1076 views | 2 replies
  • Unequal Variances Test - All pairs

    Hello,  In the Oneway platform, JMP can create an Unequal Variances test such as Levene or Bartlett. is it possible to conduct all pair test for variance like Tukey Kramer for means?

    Bengom87 Bengom87
    Discussions |
    Jan 17, 2023 4:14 AM
    1764 views | 2 replies

Latest Discussions

  • 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
    1628 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
    811 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
    950 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    987 views | 0 replies
  • How to fix X Axis Settings for Operating Characteristic Curves

    I'm playing around with different scenarios on an Operating Characteristic curve in which the fraction defective is very small (screen shot below).  Every time I run a scenario, the x-axis automatically changes to a range that is way too wide to be useful and I have to change it back manually.Is there a way to make the x-axis setting constant? (I'm using Jmp Pro 16.1)Thanks! 

    The_Annie The_Annie
    Discussions |
    Dec 15, 2022 2:29 PM
    874 views | 0 replies
view all discussions