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

  • Adjusting spearman correlation for factor

    Hi group, I am evaluating the correlation of two continuous variables using Spearman correlation and JMP14. I read in an article that for a similar study, since there was an additional factor that showed differences in the levels for one of those variables, they adjusted the Spearman correlation analysis by this factor. I can calculate the Spearman correlation between both variables using the Mult...

    david_arteta david_arteta
    Discussions |
    Nov 15, 2018 12:14 AM
    4976 views | 2 replies
  • Distribution: how setting a maximum value for the bin?

    Hello everybody, I have a continuous variable with values between 0 and 100.When I look at the Distribution platform, the last bin corresponds to the range [100 ; 110[ With this graphical representation we can believe that there are values higher than 100. How can we change the axis settings so that the last bin would be [90 ; 100] ? I tried to change the maximum value but it doesn't fix the probl...

    anne_sa anne_sa
    Discussions |
    Nov 14, 2018 11:09 PM
    9268 views | 6 replies
  • Select issue

    I create a graph, and when I go to select a portion of it, it highlights the entire excel sheet. I remember from demo that you should be able to select a segment and have it only highlight the data directly relating to that segment. What am I doing wrong here? I would also like to know if there is any way to have JMP find the peak data from multiple points on the same line and display them in the ...

    DamionSparhawk DamionSparhawk
    Discussions |
    Nov 14, 2018 4:57 PM
    16137 views | 20 replies
  • Remove {" "} from the outside of a string

    I am trying to extract a value out of a table using the following JSL:::GlobalVariable= :Column[RowNumber]However, my output for ::GlobalVariable has unwanted {" "} around it. How do I remove this/prevent this from happening? Thank you!

    twillkickers twillkickers
    Discussions |
    Nov 14, 2018 10:39 AM
    16686 views | 9 replies
  • How to write a script for Wilcoxon rank-sum test for thousands features

    Hi all experts,  I am an user of JMP. I am writing to learn how to write a script to caculate Wilcoxon rank-sum test results for thousands of features. The tables of grouping and features(from feature_1 to feature_n) are attached as the figure above. Here is what I am going to do:1) Wilcoson rank-sum test for "Treatment A vs. No treatment" for feature_1 to feature_2000. I understand I need to use ...

    Windermere Windermere
    Discussions |
    Nov 14, 2018 10:06 AM
    12177 views | 16 replies

Latest Discussions

  • Adjusting spearman correlation for factor

    Hi group, I am evaluating the correlation of two continuous variables using Spearman correlation and JMP14. I read in an article that for a similar study, since there was an additional factor that showed differences in the levels for one of those variables, they adjusted the Spearman correlation analysis by this factor. I can calculate the Spearman correlation between both variables using the Mult...

    david_arteta david_arteta
    Discussions |
    Nov 15, 2018 12:14 AM
    4976 views | 2 replies
  • Distribution: how setting a maximum value for the bin?

    Hello everybody, I have a continuous variable with values between 0 and 100.When I look at the Distribution platform, the last bin corresponds to the range [100 ; 110[ With this graphical representation we can believe that there are values higher than 100. How can we change the axis settings so that the last bin would be [90 ; 100] ? I tried to change the maximum value but it doesn't fix the probl...

    anne_sa anne_sa
    Discussions |
    Nov 14, 2018 11:09 PM
    9268 views | 6 replies
  • Bar charts with two Y-axis

    Hello everybody,  I am trying to make a bar chart with two Y-axis. This post https://community.jmp.com/t5/Discussions/Graph-Builder-how-to-do-2-Y-Axis-s-left-and-right/m-p/38327#M22435 helped me to make a secondary axis, however now the struggle is to make bars for both the sets of values. Hope someone know how to do this, as this is tricky in Exel too.  Thanks! 

    therese therese
    Discussions |
    Nov 14, 2018 6:23 AM
    5155 views | 2 replies
  • How to replace "." or "-" character to "/"

    Hello,I started a script that imports multiple excel files into one table. The date field has a mix of formats; mm/dd/yyyy , mm.dd.yy and mm-dd-yy.I tried using recode, and looking at the script it looks like static values:Current Data Table() << Begin Data Update;
    dc1 = New Column( :Date );
    dc1 << Set Name( "Date 3" );
    Current Data Table() << Go to( dc1 );
    Current Data Table() << Move Selected Column
    ...

    Herrera5238 Herrera5238
    Discussions |
    Nov 13, 2018 2:37 PM
    3218 views | 1 replies
  • Concatenate table values into a string variable

    I have a table of characters and want to produce a string variable of the concatenated values of each column to use as the argument of a function. Let's say this is my table of data:Column1 Column2Item1       Value1Item2       Value2Item3       Value3Item4       Value4Item5       Value5 . . .              . . . The table will have 2 columns but any number of rows. The output I'm looking for is thi...

    RonSwanson RonSwanson
    Discussions |
    Nov 13, 2018 11:20 AM
    5324 views | 4 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
    2561 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
    3235 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
    3644 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
    2467 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
    3443 views | 0 replies
view all discussions