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

  • Settings value of column based on selected column in a summary table

    Hi experts. I have a linked summary table, in which i select rows, based on a criteria.In my main table, I now need to set a specific value in a column, for the selected rows. I have made a basic table with the following:Sample   errors1            0
    s1            0
    s1            0
    s2            0
    s2            0
    s2            0 I have some very simplified code as an example: dt = current data table();...

    AWMN AWMN
    Discussions |
    Dec 13, 2018 5:52 AM
    5216 views | 2 replies
  • How to set JMP v11 as default launcher

    Hi all,I'm using both JMP v11 and v12 and my JMP default launcher is v12. Recently I have an add-in which is only available for JMP v11. However, when I installed the add-in, it automatically launched JMP v12 instead of JMPv11. Would you please share how to switch the default launcher from JMPv12 to v11 and backwards?

    Hanyuri Hanyuri
    Discussions |
    Dec 12, 2018 8:40 PM
    11345 views | 6 replies
  • paired t-test with a covariate

    My dataset consists of #of fish caught in three different types of wetland vegetation. This data was collected at 16 different sites. I have done the Wilcoxon signed Rank test in the matched pairs analysis to see if there are signifcant differences in the number of fish caught in the different vegetation types. I am also interested in using water depth as a covariate. Is that possible while within...

    MCW MCW
    Discussions |
    Dec 12, 2018 12:03 PM
    9311 views | 3 replies
  • [Script] Get rid of Moving Range chart in control chart builder


    Hello~ all~Is there a way to get rid of Moving Range chartin the 'Control chart builder' platformby using JMP script? : )Here is the script for the 'control chart builder' sample.dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );dt << Control Chart Builder(
    Show Control Panel( 0 ),
    Variables( Subgroup( :Pin ), Y( :Weight ) ),
    Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1...

    Steve_Kim Steve_Kim
    Discussions |
    Dec 12, 2018 11:43 AM
    18276 views | 12 replies
  • Sort a matrix

    All, 
         Is there a way to achieve functionality similar to what is shown below : A = [10 -12 4 8; 6 -9 8 0; 2 3 11 -2; 1 1 9 3]    Upon sorting, how can i retain the original positions of the elements ?     For e.g. if i wanted to sort each column of the matrix, I can only think of doing the following:  for(i = 1, i <= N cols(A), i ++, t = A[0,i]; t1 = sort descending(t); ...

    uday_guntupalli uday_guntupalli
    Discussions |
    Dec 12, 2018 8:34 AM
    7367 views | 6 replies

Latest Discussions

  • [Script] Get rid of Moving Range chart in control chart builder


    Hello~ all~Is there a way to get rid of Moving Range chartin the 'Control chart builder' platformby using JMP script? : )Here is the script for the 'control chart builder' sample.dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );dt << Control Chart Builder(
    Show Control Panel( 0 ),
    Variables( Subgroup( :Pin ), Y( :Weight ) ),
    Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1...

    Steve_Kim Steve_Kim
    Discussions |
    Dec 12, 2018 11:43 AM
    18276 views | 12 replies
  • How to remove Points or Smooth Legend for Graph Builder using JSL?

    Hi,By default if there are points and smoothing line in Graph Builder, there are legends for both. Sometimes, having two legends is redundant and I would like to get rid of one. What is the syntax for this? I made a graph builder function (see below). But I can't seem to remove the Legend even if I put Legend (0) in Points. //Variable //Definition //listin ==> list object which contains the follo...

    shaira shaira
    Discussions |
    Dec 12, 2018 2:37 AM
    3820 views | 1 replies
  • Scripts for multiple data windows

    I am just getting started in JMP. I have a very basic current need. I need a quicker way to do a calculation and visualization of motor data files I'm recording. I am tired of doing it manually in excel everytime. A friend suggested JMP as a way to do it consisitently and quickly without having to get into Excel Macros. I downloaded the trial and am spending a couple days to see if it can do the j...

    wbwing wbwing
    Discussions |
    Dec 11, 2018 9:52 AM
    19130 views | 9 replies
  • partial least squares for binary response, PLS-DA

    I'm using JMP Pro PLS, but my response is binary.  I've seen an approach, PLS-DA that does the math in a different way recognizing that the predictors and the responses are not of the same type and so the notion of covariance between them is different than if they were both numeric.  I have only skimmed the literature before taking a deeper dive.  I thought JMP would use an approach specifically d...

    gene gene
    Discussions |
    Dec 8, 2018 10:43 AM
    2961 views | 1 replies
  • Evaluating Dif Function by Column

    I'm trying to evaluate the difference between two rows using the "Dif" function; however, the evaluation is continuous and has no regard for other columns. For example, with the "Big Class" DT I run the script below, but it will still compute the weight difference between a male and female. Is there any way around this? dt = Current Data Table(); dt << Sort( By( :age, :sex ), Order( Ascending, As...

    Ksrzg01 Ksrzg01
    Discussions |
    Dec 7, 2018 2:22 PM
    2804 views | 1 replies

Latest Discussions

  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2557 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3234 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3636 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2459 views | 0 replies
  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3434 views | 0 replies
view all discussions