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

  • Plotting Summary Statistics

    All,I have data that is broken down by lot, site, and then individual product.  Thus, a lot might have 9 sites, with each site containing 9 products.  Statistics are collected for each product.The data might vary site to site over a large number of lots.  To check this, I tabulate aggregate statistics by site, such as median and range.  I then convert the tabulated data into a data table and plot ...

    brian_bircumsha brian_bircumsha
    Discussions |
    Jan 30, 2015 1:26 PM
    14400 views | 6 replies
  • Statistical Dispersion of XY Coordinates

    Hello JMP Community,I am working on a project and would like to analyze strings of data to determine statistical differences in clusters of XY coordinate data. Specifically, I would like to be able to determine if string 1 is less dispersed than string 2. I have made a mock dataset (attached) that illustrates the type of data I am looking to analyze. Additionally, I have attached a file that examp...

    benson_munyan benson_munyan
    Discussions |
    Jan 30, 2015 9:43 AM
    9564 views | 1 replies
  • How does JMP determine the best model using AICc in stepwise regression?

    How does JMP decide which combination of variables are the "best" model using forward AICc in the stepwise regression module? In other words, how does it decide when to stop, and why does it sometimes decide that there is no single "best" model? I've read that there must be a difference in AICc of 2 or greater, otherwise the models are considered equivocal. Is that what JMP is using also?

    benjamin_schovi benjamin_schovi
    Discussions |
    Jan 29, 2015 2:03 PM
    20533 views | 4 replies
  • Image processing

    I want to compare multiple images with the reference image and add indication marks on the image if it is different from the reference. Could you please help me making this as a JSL code?

    hj hj
    Discussions |
    Jan 27, 2015 11:01 AM
    7365 views | 5 replies
  • Can JMP do macros similar to SAS?


    Currently where I work we have SAS 9.2 Foundation with QC package, and we have 4 templates, or macro programs, that will run with each of our products.  Which we have 40+ products.  The problem is, we are the only branch in the company using SAS for our reports and it has been desired for use to do them in JMP.  A typical SAS marco for what we currently have is%macro Import(Filepath=) the excel fi...

    jolly jolly
    Discussions |
    Jan 27, 2015 7:00 AM
    15130 views | 5 replies

Latest Discussions

  • Image processing

    I want to compare multiple images with the reference image and add indication marks on the image if it is different from the reference. Could you please help me making this as a JSL code?

    hj hj
    Discussions |
    Jan 27, 2015 11:01 AM
    7365 views | 5 replies
  • How to get “Quantile Profiler” and “Distribution Profiler” for a Survival Model in Nonlinear fit?

    Hi,I am using the Nonlinear fit in JMP to fit a Nonlinear Parametric (log-normal) Survival Model. After fitting the model, I want to plot the "Quantile Profiler" and "Distribution Profiler" with confidence interval as Survial Analysis Platform does. Is there an convenient way to do that?Any suggestion would be appreciated.

    isaac_liu isaac_liu
    Discussions |
    Jan 26, 2015 8:41 AM
    3889 views | 1 replies
  • Plotting confidence intervals in parametric survival analysis(Weibull)


    Hi all,I am doing a parametric survival analyses (Weibull), and I would like to plot a curve similar to the one below. I could plot the mean (blue trace below), as JMP gave me the formula for it, but I am not able to plot the confidence intervals as JMP wont give the formula. However I could see the plot (mean and CIs) in the "profiler" of the platform.The formula to compute row wise mean quantile...

    mikethejumper mikethejumper
    Discussions |
    Jan 26, 2015 7:48 AM
    4819 views | 1 replies
  • Help to improve display resolution of a surface profiler graph in JMP itself

    My main issue is that the display is very low resolution from the get to go. I've tried to look through settings and I can only see preferences for exporting at 300 dpi or higher but I don't see any settings to change my own display of the graph in jmp too a higher resolution. Consequently even if I export as an eps or vector file, I don't have a good quality picture because it looks so poor from ...

    sibylle_herzer sibylle_herzer
    Discussions |
    Jan 22, 2015 1:57 PM
    37315 views | 10 replies
  • Summarize function

    I need some help utilizing the summarize function and I will use the big class as an example dataset.  The below example works perfect but I need to summarize the data by sex.  When I use the BY(:Sex) operator I keep getting an error.  The purpose of me doing this is to output the results and use this in a calculated reference number per multiple variables for graphing purposes.  .   DTData= Open(...

    david_w_westall david_w_westall
    Discussions |
    Jan 6, 2015 2:27 PM
    8263 views | 2 replies

Latest Discussions

  • test statistics on odds ratios in logistic regression

    I've been using logistic regression with multiple categorical predictors.  I'm particularly interested in the odds ratios, and I understand how the odds ratios themselves are calculated, but I'm having trouble understanding how the test statistics associated with each odds ratio are calculated.  JMP gives the disclaimer "Tests and confidence intervals on odds ratios are likelihood ratio based."  M...

    mjahnke mjahnke
    Discussions |
    Dec 5, 2014 11:03 PM
    3662 views | 0 replies
  • What robust methods are common for Process Capability Indices for Non-Nornal distributions?

    In Europe, we found it common to use Cpkn as a non-normal Cpk metric, where mean was replaced with median, and stdev was replaced with IQR/1.35.   For some "regulatory" or "customer" reports, this seems to be accepted rather than the usual "torture the data until it says its normal" approach with transformations.   Does anyone have similar experience or better ideas?   (Note:  any use of capabilit...

    mclayton200 mclayton200
    Discussions |
    Jun 19, 2014 2:05 PM
    4854 views | 0 replies
  • Graph Builder Remove Variable

    Hello,I am trying to use jsl to remove the x-axis variable and replace it with a different one.  It looks like I should use the GraphBuilderBox <- Remove Variable() tool, but since I change the x-axis variable multiple times, I do not know its name and would like to use the Remove Variable(Role("X"), Position(1)) method, but this does not work.  Any assistance would be appreciated.Thank you,Martin

    Martin Martin
    Discussions |
    Apr 15, 2014 6:44 AM
    2718 views | 0 replies
  • How to calculate average (median) of a group of variables to get the eudlidean centre

    How would I calculate the shape of the average (using the median) of a variable from a group within a data set? I need a certain function for calculating the centre of gravity (centroid) or Euclidian centre of this group of variable.
    Many thanks!!

    alexsheehy1992 alexsheehy1992
    Discussions |
    Apr 2, 2014 12:17 PM
    4154 views | 0 replies
  • LD50 and LT50 calculation

    Hi everybody,I would want to calculate LD50 and LT50 from a dataset organized in 6 columns:- Name of the compound (I just got 1 compound named A)- Concentration of the compound (2 dilutions per compound)- Individual number (a fixed number of 10 individuals is used per assay)- State of the individual at the end of the experiment (1 = alive, 0 = dead)- Day death (experiment last 15 days)- Experiment...

    cecilia cecilia
    Discussions |
    Mar 5, 2014 8:13 AM
    5086 views | 0 replies
view all discussions