cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • JMP TIP: delete search / replace history

    I frequently use the Search/Find/Replace (Edit > Search > Find) in data tables and scripts and even reports and journals, it is very useful.  But one feature is that this tool retains the history of the terms you have used for search and/or replace.  You will see them as a drop down in the dialog as shown below There are times, however, where you don't want to retain the search history and/or don...

    MathStatChem MathStatChem
    Discussions |
    Jun 3, 2021 3:23 AM
    1773 views | 1 replies
  • Add Rows question

    Hello, New JSL scripter here. Trying to get 5 new rows added after every existing row, 25 rows in the data table. No issues while debugging, i changes from 25 to 1 in increments of 1 as expected, but no new rows are added to my data table at any point during/after the For loop. Not sure what I'm doing wrong, any help would be appreciated!dt=current data table(); For(i=N Rows(dt),i>=1, i--, dt <<...

    dlemieu1 dlemieu1
    Discussions |
    Jun 2, 2021 3:38 PM
    3359 views | 3 replies
  • Update from Database on a Timed Frequency

    Hello,I currently have a script that requires user input to define variables that are used to query a database and generate control charts. To eliminate the need for an operator to provide these inputs again to generate the control charts whenever new data is in the database, I would like to automatically update the control chart on a timed frequency. For example: 1. User provides input.2. Initial...

    Austin Austin
    Discussions |
    Jun 2, 2021 9:23 AM
    1061 views | 1 replies
  • How do I construct a Special Cubic Design in JMP?

    Can anyone tell me how I generate a special cubic design in JMP?

    Merllin Merllin
    Discussions |
    Jun 2, 2021 9:14 AM
    1164 views | 1 replies
  • Linkage Map order

    How long does it take to run Linkage map order step? This process is running for two days in my case and I even don't have a large data set.

    Sep6 Sep6
    Discussions |
    Jun 2, 2021 5:51 AM
    1071 views | 2 replies

Latest Discussions

  • JMP TIP: delete search / replace history

    I frequently use the Search/Find/Replace (Edit > Search > Find) in data tables and scripts and even reports and journals, it is very useful.  But one feature is that this tool retains the history of the terms you have used for search and/or replace.  You will see them as a drop down in the dialog as shown below There are times, however, where you don't want to retain the search history and/or don...

    MathStatChem MathStatChem
    Discussions |
    Jun 3, 2021 3:23 AM
    1773 views | 1 replies
  • Update from Database on a Timed Frequency

    Hello,I currently have a script that requires user input to define variables that are used to query a database and generate control charts. To eliminate the need for an operator to provide these inputs again to generate the control charts whenever new data is in the database, I would like to automatically update the control chart on a timed frequency. For example: 1. User provides input.2. Initial...

    Austin Austin
    Discussions |
    Jun 2, 2021 9:23 AM
    1061 views | 1 replies
  • How do I construct a Special Cubic Design in JMP?

    Can anyone tell me how I generate a special cubic design in JMP?

    Merllin Merllin
    Discussions |
    Jun 2, 2021 9:14 AM
    1164 views | 1 replies
  • Linkage Map order

    How long does it take to run Linkage map order step? This process is running for two days in my case and I even don't have a large data set.

    Sep6 Sep6
    Discussions |
    Jun 2, 2021 5:51 AM
    1071 views | 2 replies
  • How can I link factor values in a profiler with a formula

    I have a dataset that I am trying to analyse that includes a covariate factor on top of a categorical factor and two continuous factors.   Component amount: 0-1 (continuous, mixture) Component Type: A, B, C (categorical) Temperature: 40-150 (continuous) Viscosity: 3-6 (continuous, function of component amount and component type)   It is possible to produce a good model of the viscosity as a functi...

    david_gillespie david_gillespie
    Discussions |
    Jun 1, 2021 2:09 PM
    1665 views | 3 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
    1262 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2264 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
    963 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
    1169 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
    881 views | 0 replies
view all discussions