cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Copy/Paste from textbox or stringcolbox?

    Hello folks,I create reports using textboxes and tableboxes containing stringcolboxes and numbercolboxes.  Is there a way to copy things from these displays?  I don't want to use texteditboxes, because people could change the content.Thanks,Peter

    pmroz pmroz
    Discussions |
    Jan 29, 2016 8:23 AM
    9256 views | 10 replies
  • Tool to tool matching

    Hello.  I was wondering best practices for proving tool to tool matching with many factors. For instance I have 3 tools, 2 heads per tool (a left and a right).  I want to match 4 conditions for 10 parts per condition measured 10 times each.  I would normally do a GRR if it only had 3 factors.  Should I just do fit model and use the variance components as metrics?Should I just do a separate GRR for...

    vince_faller vince_faller
    Discussions |
    Jan 28, 2016 1:14 PM
    18798 views | 5 replies
  • Throw() inside include/function

    I have a piece of code that is used by many scripts, so I have transferred it to an include file.  This code does a check and throws if it fails.  However, I'm finding that it only kills the script that is running inside the include, after which it picks up and starts running the code that originally called the include.  This kind of behavior I'm going to call a soft kill.  I need the throw() that...

    msharp msharp
    Discussions |
    Jan 28, 2016 9:59 AM
    13469 views | 7 replies
  • How to apply a formula to an existing column with a variable name?

    Hi all,I would like to apply the same formula to multiple existing columns in my data table using JSL.  I have one column that says 0V and the other that says RP_0V.  I would like to apply a formula to column RP_0V using the 0V column.  I have to do this many times (for column RP_10V using the column 10V, etc.)I am having a lot of trouble figuring out the syntax for it, and I bet it is pretty simp...

    natalie_ natalie_
    Discussions |
    Jan 28, 2016 8:24 AM
    11417 views | 1 replies
  • Changing titles for Variability Charts with ByGroups using JSL

    I have a script that plots Variability Chart by some group.   rep=Variability Chart(     Y( :Name( "MyY" ) ),     X(           :Name("MyX1"),           :Name( "MyX2" )     ),     Analysis Type( Name( "Choose best analysis (EMS REML Bayesian)" ) ),     By (:Name("ByGroup")));   Then I'm getting a plot for each ByGroup with two bars: "Variability Gauge ByGroup=group1" and "Variability Chart for MyY"...

    miguello miguello
    Discussions |
    Jan 27, 2016 5:59 PM
    14265 views | 2 replies

Latest Discussions

  • Copy/Paste from textbox or stringcolbox?

    Hello folks,I create reports using textboxes and tableboxes containing stringcolboxes and numbercolboxes.  Is there a way to copy things from these displays?  I don't want to use texteditboxes, because people could change the content.Thanks,Peter

    pmroz pmroz
    Discussions |
    Jan 29, 2016 8:23 AM
    9256 views | 10 replies
  • Row legend - how to keep coloring, but remove legend itself, how to make range uniform across all By groups?

    I have Variability charts plotted By some group.I want to color points by some column, So I add this:Row Legend(                      MyCounter,                      Color( 1 ),                      Color Theme( "Cool to Warm" ),                      Marker( 0 ),                      Marker Theme( "" ),                      Continuous Scale( 1 ),                      Reverse Scale( 0 ),           ...

    miguello miguello
    Discussions |
    Jan 27, 2016 5:01 PM
    7017 views | 2 replies
  • Adding a Column and Populating with Data

    JMP Users I have a simple question I would like to create a new column and populate it with data based upon information in and existing column.  For examples, say I have a column of "Animals" as so:ANIMALCATDOGHUMANHORSESNAKELIZARDCROCODILETURTLETURKEYCHICKENEAGLEDUCKANTBEESPIDERFLYI WOLD LIKE TO WRITE JSL SCRIPT TO ADD A "CATEGORY" COLUMN AND TO POPULATE THE CATEGORY COLUMN WITH DATAT.  WITH THE ...

    fuscod fuscod
    Discussions |
    Jan 20, 2016 7:07 AM
    7222 views | 2 replies
  • Printing List of Columns (variables?)

    Just checking to see if this is available...Is there a way to print out the entire list of columns/variables in a study (with short and long names) for reference?  With a very large database, it can sometimes be difficult to navigate through the list and could be handy to have an entire printout if available.  Thanks!

    Anonymous Anonymous
    Discussions |
    Jan 19, 2016 10:57 AM
    6829 views | 2 replies
  • Color Coding Variability Charts through Script

    Hello Guys,I have a simple problem with variability chart which I am not able to script properly.I want to do a color coding for my variablility charts as per required conditions. For example, I will I want all the rows with 12-Nov-2015 to come in red color and rest in black color. I want to use similar conditions to color code my data for better representation. I am using this simple code ...dt =...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 19, 2016 10:33 AM
    7549 views | 3 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3754 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3762 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2493 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2776 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2517 views | 0 replies
view all discussions