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

  • How to make a number with more than 16 bits count correctly in bytes?

    In JMP, when the number of bits in a numeric format is greater than 16 bits, it is displayed as a scientific count.
    The result calculated with "length(char())"、 "right(char(),)" is different from the result calculated with text format of the same number of digits.
    How can we make this very large number compute with these functions the same result as the text in the text forma? Thanks Experts!

    lwx228 lwx228
    Discussions |
    May 17, 2021 5:20 AM
    1988 views | 4 replies
  • No quadratic effects in Response surface experiment

    JMP Pro  So for an assignement an optimilisation problem has to be solved but i can't seem to enter quadratic effects. First i thought i didn't have enough runs but even after gathering data from 80 runs the quadratic effects stayed on zero( see screenshot). Even though you can an estimate for the effect Mf*Mf , the effect remains very small and doesnt getting noticed by JMP after coding. The data...

    Giel Giel
    Discussions |
    May 16, 2021 9:02 AM
    3299 views | 3 replies
  • Stacked Sum bar chart with overlay and Line Sum graph without overlay

    I have a stacked bar chart that I am having some issues with.  I want to see the partial contributions of each participant, some positive, some negative, and I would like to see the grand sum as well. To see the individual contributions I use the overlay to split them out.  But if I do that then I can't see the grand Sum.  See below:   So what I would like would be for the bottom graph to just be ...

    Evan_Morris Evan_Morris
    Discussions |
    May 16, 2021 12:31 AM
    1525 views | 1 replies
  • How to delete X number of rows from end of each table before concatenating them?

    I have a large number of CSV files (with same columns but different number of rows) in a folder and would like to concatenate them all. However, I need to delete 5 rows from end of each table before concatenating them. I would appreciate any help with writing the appropriate JSL code to do this job.

    shasheminassab shasheminassab
    Discussions |
    May 15, 2021 5:19 PM
    1396 views | 2 replies
  • How to specify a DOE constraint with a categorical and continuous factor?

    In a DOE HPLC optimization study I have a two level categorical factor column (A & B) and a continuous factor flowrate. For column A the flowrate range is 0,5 - 2 ml/min but for flowrate B the range is more narrow i.e. 0,5 - 1 ml/min. How can I make a constraint so that there are no combinations column B with flowrate > 1 ml/min?

    frankderuyck frankderuyck
    Discussions |
    May 15, 2021 5:36 AM
    1303 views | 2 replies

Latest Discussions

  • How to make a number with more than 16 bits count correctly in bytes?

    In JMP, when the number of bits in a numeric format is greater than 16 bits, it is displayed as a scientific count.
    The result calculated with "length(char())"、 "right(char(),)" is different from the result calculated with text format of the same number of digits.
    How can we make this very large number compute with these functions the same result as the text in the text forma? Thanks Experts!

    lwx228 lwx228
    Discussions |
    May 17, 2021 5:20 AM
    1988 views | 4 replies
  • Stacked Sum bar chart with overlay and Line Sum graph without overlay

    I have a stacked bar chart that I am having some issues with.  I want to see the partial contributions of each participant, some positive, some negative, and I would like to see the grand sum as well. To see the individual contributions I use the overlay to split them out.  But if I do that then I can't see the grand Sum.  See below:   So what I would like would be for the bottom graph to just be ...

    Evan_Morris Evan_Morris
    Discussions |
    May 16, 2021 12:31 AM
    1525 views | 1 replies
  • Input string variable that is the header for the column, and plot that column as Y axis

    I am trying to manually input a string variable that matches to one of the header of the columns so I can plot specifically choose column to plot on Y axis as needed. My script is below, but it doesn't seem to work. Hope someone can help.   User_Input = New Window( "Enter Lot Number", <<modal(), H List Box( Text Box( "Enter Lot Number:" ), lot_num_teb = Text Edit Box( "", <<set width( 200 ) ...

    aaronjiang aaronjiang
    Discussions |
    May 15, 2021 1:00 AM
    914 views | 1 replies
  • Moving a subset of data from one table to a second table's columns with a transpose

    I'm sorry for posting this again. I've posting bits and pieces of my workflow, masked, here, for help, and I'm still struggling. I have difficulty checking responses as I have had bad experiences on StackOverflow being yelled at and such for no real reason. I'm sure the scars will heal with time. Anyway, I'm around and I will get to your responses eventually.   To get to the technical point: I'm t...

    mostarr mostarr
    Discussions |
    May 14, 2021 5:21 PM
    3791 views | 10 replies
  • Mahalanobis distance matching on test and control groups

    Hi there,How do I use JMP to do Mahalanobis distance matching on a test and control group of data so as to better balance the covariates?Thx,Ed

    rocdoc rocdoc
    Discussions |
    May 14, 2021 1:41 PM
    1650 views | 2 replies

Latest Discussions

  • Can I control text size in a word cloud inside a dashboard container?

    Hi all,I have a dashboard with a data filter, a map, and a word cloud that looks like image 1 below. I have two formatting issues with the word cloud I'd like to fix. First, by design, when I make different selections using the data filter, the subset of records that are shown in the map changes and the word cloud applies only to that selection. However, when I change the data filter selection, th...

    caseylott caseylott
    Discussions |
    Apr 28, 2021 12:03 PM
    1264 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2270 views | 0 replies
  • Fantasy Baseball League

    I am in a 16 team fantasy baseball league. Each week we tabulate totals for home runs, batting average, stolen bases, wins, saves, era, etc. If my team has the most home runs, I win that category for the week. We track 10 statistics so after each week I may have a final score of 6-3-1. My question is how can I use JMP to check what my score would have been if I had played each of the other 14 team...

    atlas100 atlas100
    Discussions |
    Apr 19, 2021 1:29 PM
    968 views | 0 replies
  • Generation of overdispersed poisson count data (vs gamma poisson)

    Hello, I would like to reconcile the parametrization used in the Random Gamma Poisson(lambda, sigma)with the over-dispersion parameter as estimated in generalized linear model platform. Take for instance the attached table. Here the generating function is  Random Gamma Poisson(exp(1+3*:X1),10)Running glm with poisson/log + overdispersion I obtain: Overdispersion = 6.09.    Is there any way to link...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 12, 2021 9:53 AM
    1179 views | 0 replies
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    884 views | 0 replies
view all discussions