cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • script avec graphs et splitter box

    bonjour,j'aimerais refaire ce script (source= index des scripts JMP) mais avec des graphiques dans chaque case. j'ai essayé mais les graphiques ne s'affichent pas. est-ce quelqu'un a un exemple?Names Default To Here( 1 ); New Window( "Splitter Example", box = V Splitter Box( Size( 640, 480 ), H Splitter Box( Spacer Box( <<Set Fill( 1 ); <<Color( RGB Color( 9, 112, 84 ) ); ), ...

    Françoise Françoise
    Discussions |
    Jan 17, 2023 2:29 PM
    1641 views | 3 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
    1712 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
    786 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
    1082 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
    1770 views | 2 replies

Latest Discussions

  • 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
    1712 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
    786 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
    1082 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
    1770 views | 2 replies
  • SQL In() Function

    Is anyone aware of what the SQL In() function is?  I don't see any documentation anywhere.  I'm using JMP Pro 16.2

    ErraticAttack ErraticAttack
    Discussions |
    Jan 16, 2023 5:11 PM
    857 views | 1 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
    1633 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
    953 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
    877 views | 0 replies
view all discussions