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

  • Making a new DT with tabulate with jsl

    I'm trying to make a new dt from tabulate, but for some unknown reason, it doesn't work! Anyone know why?DT2 = (DT1 << Tabulate(  Show Control Panel( 0 ),  Add Table( Row Table( Grouping Columns( :age, :sex ) ) )) << Make Data Table);

    theo_beluzzi theo_beluzzi
    Discussions |
    Mar 16, 2016 11:58 AM
    5946 views | 2 replies
  • How to select independent variables via PCA?

    Hi all,   in order to develop a prediction model I have the need to accurately filter the variables to use. Specifically, I want to use variables that are not correlated. One effective way of doing this is to apply PCA and select the variables providing an eigenvalue > 1.0. If I apply this example to the JMP example (Principal Components Report), then I would select only 1 variable. In my data, th...

    dfalessi_calpol dfalessi_calpol
    Discussions |
    Mar 16, 2016 11:42 AM
    15152 views | 7 replies
  • Nominal/Ordinal logistic regression

    I’m using a logistic regression nominal model for a response variable (pregnant/not-pregnant). My independent variables are: Time of insemination + Production type + interaction. When TOI (48, 52, 56h) is described as a nominal variable both PT and the interaction are significant. When TOI is used is described as a ordinal variable, only the interaction is significant. Why is this relevant to the ...

    illimani illimani
    Discussions |
    Mar 16, 2016 9:32 AM
    10647 views | 2 replies
  • JMP adding characters to string?

    Hi all,I had some code that extracted some numbers into variables, and then I put them together in a string.xlocation = dt1:Die_X[x];           ylocation = dt1:Die_Y[x];site = dt1:Site[x];deviceName = "x="||char(xlocation)||" y="||char(ylocation)||" Site"||char(site);It would output something like this:  x= 8 y=2 Site2But now it outputs this:  x=[8] y=[2] Site[2]I am not sure what I changed.  The ...

    natalie_ natalie_
    Discussions |
    Mar 15, 2016 8:46 AM
    9998 views | 3 replies
  • Naming subsets in JSL

    Hi!I have a large dt, and want do make subsets from a column. I've managed to do it, but the subsets have all the columns locked. How I can unlock them in the code?Also, how can I specify it's names, so I can work with those later?dt2 << (Subset(                   By( :Filial ),                           Selected Rows( 0 ),                           columns( :Cod. Cliente DPK,                     ...

    theo_beluzzi theo_beluzzi
    Discussions |
    Mar 15, 2016 6:41 AM
    9913 views | 2 replies

Latest Discussions

  • Making a new DT with tabulate with jsl

    I'm trying to make a new dt from tabulate, but for some unknown reason, it doesn't work! Anyone know why?DT2 = (DT1 << Tabulate(  Show Control Panel( 0 ),  Add Table( Row Table( Grouping Columns( :age, :sex ) ) )) << Make Data Table);

    theo_beluzzi theo_beluzzi
    Discussions |
    Mar 16, 2016 11:58 AM
    5946 views | 2 replies
  • Iterating through mulitple outline boxes in a report via jsl

    Hi all,I've searched through Scripting Guide and the Scripting Index, but can't find a way to do what I want to do.Here's the task:I am writing a script that runs many other pre-existing scripts one-at-a-time. Needed aspects of each pre-existing script's report are taken and copied into a "Full Report" master window.Due to trust concerns, I am not allowed to alter any pre-existing scriptsIf I only...

    tomlight tomlight
    Discussions |
    Mar 11, 2016 6:31 AM
    4430 views | 1 replies
  • error: "Expression does not fit available column types"

    Hi everyone,In the following code I get the error: "Expression does not fit available column types" , and it happens during the formula evaluation..I'm just trying to reference the same table as I am adding a new column to, such as subtracting two columns within the table called "dt" that I am adding a new column to... Can't figure out why it's not working.dt = myTable();cols = dt << GetColumnName...

    eveyja eveyja
    Discussions |
    Mar 9, 2016 10:38 AM
    8097 views | 5 replies
  • How to export graph to for example EPS without the display box "graph builder" (using JSL) ?

    Dear all,I wrote a script which results in a lot of graphs and reports. I would like to incorporate in my script a way to export some of the graphs (made with Graph Builder) to EPS, JPEG, ... format. I found a way how to do so in the scripting guide (see below) but would like to get rid of the display box on top of teh report --> in my case that is "Graph Builder", in the case of the scripting gui...

    yanne yanne
    Discussions |
    Mar 9, 2016 6:50 AM
    6612 views | 2 replies
  • How does JMP perform Group X function in Graph Builder?

    I am curious how JMP organizes data with the Group X function.  For this example:Temperature is X axisY is Y axisCondition is used for overlayMeasurement is used in Group XDoes JMP simply create groups based on the number of data points?

    robbob robbob
    Discussions |
    Mar 9, 2016 6:02 AM
    8180 views | 5 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
    3746 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
    3751 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
    2490 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

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