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

  • Graph builder background map boundary lines disappear

    I am working on a geographic map of South Dakota where I want points of individual fields to show up within each South Dakota County. I turn on the background boundary map for US Counties and they all show up for SD and all other states. I then go to customize and click on Shape: US counties and clip US States shape for South Dakota. However, when I do this the lines around the SD state boundary h...

    Jasclark4 Jasclark4
    Discussions |
    Jan 10, 2023 6:05 PM
    1785 views | 2 replies
  • R integration, issue with R Submit File

    Hi, Update: I found a workaround which I posted in the comments.This JSL script runs without any problems (I am using JMP 16.0.0 (512257) under Windows 10 Pro 64 bit) and generates the expected png output from ggplot in JMP:LoadExprs = Expr( InitR = Expr( R Init(); R Submit( " library(dplyr) library(ggplot2) library(palmerpenguins) " ); ); MakePlot = Expr( R Submit( Eva...

    paul_vanoppen paul_vanoppen
    Discussions |
    Jan 10, 2023 5:11 PM
    2681 views | 5 replies
  • JMP 16: Weibull Distribution Plot to Powerpoint

    I am using the script below to generate a Weibull distribution plot, through the Life Distribution portal, and then send it to Powerpoint. In addition I am making into a data table the Weibull Parametric Estimate data which includes the Weibull Alpha and Beta. The problem is along with the Weibull plot several other plots and tables are also sent to ppt, about thirty some slides worth of graphs an...

    WoHNY WoHNY
    Discussions |
    Jan 10, 2023 2:52 PM
    2261 views | 3 replies
  • How to plot Count of values of Nominal data vs. Continuous data

    Hi there, I have a question on how to model some data I am looking at (JMP 11).

    End goal: Display a Chart that shows Count of values of a Nominal Data Column (X) Vs. Continuous Data Column (Y).

    Further in the weeds:

    I have a Nominal Data Column: DieNumber.

    And a Continuous Data Column: ResDelta.

    I want to display the count of each DieNumber (ex: 1, 2, 3) displayed on the X axis instead of each DieNumbe...

    Jakedahsnake Jakedahsnake
    Discussions |
    Jan 10, 2023 12:36 PM
    8764 views | 15 replies
  • Removing Rows with insufficient data

    I am running electrical characterization on a bunch of devices. Some of those devices are failing immediately and when I run the JMP app I made they show up as blank or single point plots that take up a large portion of the my screen. I would like to delete all of the data with only a few points. I have indexed the number of I have tried to get a maximum index and then delete where that number is ...

    trevorphysics trevorphysics
    Discussions |
    Jan 10, 2023 12:08 PM
    1390 views | 2 replies

Latest Discussions

  • Graph builder background map boundary lines disappear

    I am working on a geographic map of South Dakota where I want points of individual fields to show up within each South Dakota County. I turn on the background boundary map for US Counties and they all show up for SD and all other states. I then go to customize and click on Shape: US counties and clip US States shape for South Dakota. However, when I do this the lines around the SD state boundary h...

    Jasclark4 Jasclark4
    Discussions |
    Jan 10, 2023 6:05 PM
    1785 views | 2 replies
  • How to perform FFT on time series data

    Hello All, I have a few questions for the JMP community. 1a. Is it possible to batch process multiple files(.csv's) in JMP? If so how would I go about this?1b. Is it possible to perform FFT on time series data? If so are there other frequency domain analyses than can be performed in JMP? If any of this information is covered some place else I'd appreciate it if you could point me to its location. ...

    Damian Damian
    Discussions |
    Jan 10, 2023 7:29 AM
    5509 views | 3 replies
  • JMP formula for Percentile.INC

    What is the JMP formula for Percentile.INC? I have an excel sheet that is not matching up with jmp.

    UpliftElk866 UpliftElk866
    Discussions |
    Jan 10, 2023 7:21 AM
    817 views | 1 replies
  • Help with Percentile in JMP- numbers are not matching up with Excel

    I have this formula in Excel: =IF(COUNT($E:$E)=0,"",FIXED(PERCENTILE($E:$E,0.9),I15,TRUE()))My JMP formula is only giving me numbers >10 however my excel is giving >100.  I have attached both my files on these. Thanks! 

    UpliftElk866 UpliftElk866
    Discussions |
    Jan 10, 2023 6:40 AM
    2477 views | 3 replies
  • Run functions when column is not empty

    Hi all, I have a function where I needed it running when and only the column is not blank. How can I properly check if the column is not blank and run the function, I tried isMissing() but is not working properly.  Sample function: exsqr = Function( {x}, x * x ); exsqr( 5 ); So it would look like something like this:exsqr0; //function1if (isMissing(Column1),  //if Column1 has values, it should run...

    UserID16644 UserID16644
    Discussions |
    Jan 10, 2023 12:03 AM
    959 views | 1 replies

Latest Discussions

  • 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
    951 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
    875 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    943 views | 0 replies
view all discussions