cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Stacked bar - show % contribution of each column (using Graph builder)

    Dear all,I am struggling in making a graph using the graph builder for something that is probably fairly easy… I have the following fictional dataset, with 2 products A and B and for each of them a score in 3 categories/phases. This can easily be shown with a stacked bar.  FIG1: Now I want to see the results in % contributions to the total score each product has. I know I can do this by first summ...

    yanne yanne
    Discussions |
    Jan 27, 2021 3:15 PM
    15204 views | 8 replies
  • How to make script for Process Capability analysis with certain distribusion dynamically?

    Atatched code and result are what I want to do with JSL on JMP 15, however this is hard-coded unfortunately. This does not work for other data with different distribution.
    I want to know the way how to make the Process Capability analysis dynamically with best distribution in the followings: Y » Continuous Fit » Fit AllChoose Top distribution (In this case, 'Top' is 'Weibull')Fitted 'Top' Distribut...

    bitwalk bitwalk
    Discussions |
    Jan 27, 2021 3:11 PM
    3257 views | 5 replies
  • Single data points not displayed when using axis column properties

    I have an issue while using JMP for process tracking on various groups of data. The data sets can be of any length or width depending on when certain characterization is finished. For a particular field, I use <<set column property() to default the axis to log scale when using the graph builder.  For this log scale parameter I get the following outcomes depending on how many data points are in the...

    Kyle_at_ii-vi Kyle_at_ii-vi
    Discussions |
    Jan 27, 2021 2:12 PM
    1835 views | 3 replies
  • Populate a collistbox from the clipboard

    I am looking for a way to populate a collistbox from a list of columns in the clipboard.  I tried the getclipboard() command but since the list that is returned isn't a list of columns names this approach fails. For background, I am copying a list of column names out of one datatable (the names are listed in the rows) and using the copied list of column names as the input for an analysis in anothe...

    shampton82 shampton82
    Discussions |
    Jan 27, 2021 1:45 PM
    1532 views | 2 replies
  • How to create an array from Column Names and values.

    I have a table that has 3 columns and a single row of values and I am trying to create an Associative array from it,I have tried this:Names Default To Here( 1 ); dt = Current Data Table(); keysList = dt << Get Column Names(string); tablData = Associative Array(); For(i=1, i <= N Items(KeysList), i++, tablData<< Insert(KeysList[i]) ); //end of For tablData << Get Values;The array is created but al...

    ALopez ALopez
    Discussions |
    Jan 27, 2021 1:24 PM
    4266 views | 2 replies

Latest Discussions

  • Single data points not displayed when using axis column properties

    I have an issue while using JMP for process tracking on various groups of data. The data sets can be of any length or width depending on when certain characterization is finished. For a particular field, I use <<set column property() to default the axis to log scale when using the graph builder.  For this log scale parameter I get the following outcomes depending on how many data points are in the...

    Kyle_at_ii-vi Kyle_at_ii-vi
    Discussions |
    Jan 27, 2021 2:12 PM
    1835 views | 3 replies
  • How can convert JSON data in this format into a table?

    Thanks Experts! The result of a direct read is a column.d1=jsontodatatable(txt);

      How to use JSL to organize this JSON data into the table below.Thank you very much!

    lwx228 lwx228
    Discussions |
    Jan 27, 2021 6:24 AM
    1419 views | 1 replies
  • Fitting a response surface model with four factors (one factor is a nuisance factor)

    I've designed a DoE to study the influence of factors on a filtration process. First, I designed a fractional factorial DoE to investigate 4 factors at two levels (low and high) and also includes two center points. In the evaluation, I find that one of the four factors has no influence on the responses and is not considered in further DoE designs. The design is then augmented to include star point...

    Michael_Mart Michael_Mart
    Discussions |
    Jan 26, 2021 11:58 PM
    2421 views | 4 replies
  • column names won't display

    Hi, I've just upgraded to JMP 15 and have noticed that column names won't display unless they are selected (see screenshot). This also occurs if I use graphbuilder and if I drag columns to different axes they do not show up as well. Any help or suggestions would be greatly appreciated, thank you!  

    ross_marklein ross_marklein
    Discussions |
    Jan 26, 2021 12:06 PM
    1542 views | 2 replies
  • How to add border around bars in Graph Builder bar chart?

    For visual enhancement purposes I would like to put borders around each bar to make them stand out, though I cannot figure out if it's possible to do in JMP. This is do-able in Excel, but making charts of summarized data is a pain to make each time.Here is how it looks in JMP followed by what I am trying to achieve:Any help is much appreciated. Thanks.

    bio_grad bio_grad
    Discussions |
    Jan 26, 2021 5:26 AM
    11251 views | 9 replies

Latest Discussions

view all discussions