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

  • Calling functions that are part of an application add-in

    How can I call functions that are created in an application add-in?  For example, having the add-in ID "my_addin", I expect something like this. Script in the add-in.foo = Function({x}, Return(x^2)); A script in a data table.Try(     y = my_addin.foo(3);,     Throw("'my_addin' is not installed");     ); print(y); #9# 9

    FN FN
    Discussions |
    May 20, 2021 8:59 AM
    1817 views | 4 replies
  • Create duplicate data in a table by column in a different table

    Good day community,  I am wondering if there is a way to duplicate data in "Big class" table (40 rows) by column in a Table "Region" (6 rows), intention is to assign for each set of Big class table a new column from Region to create total of 240 rows. Attaching files for details.Thank you!!!

    AndresGlez AndresGlez
    Discussions |
    May 20, 2021 7:20 AM
    1586 views | 2 replies
  • how to remove items from list box

    runScriptFilter = Function( {filterWord}, {}, If( filterWord == "FE", selected = {"1", "2", "3"} ); If( filterWord == "SSAFI", selected = {"4", "5", "6"} ); If( filterWord == "BE", selected = {"7", "8", "9"} ); Return( selected ); ); //title and gui lub1 = Lineup Box( N Col( 3 ), spacing( 5 ), Spacer Box( size( 0, 0 ) ), Spacer Box( size( 0, 0 ) ), Spacer Box( size( 0, 0 ) ), /...

    itzikd itzikd
    Discussions |
    May 20, 2021 3:22 AM
    2699 views | 2 replies
  • Getting formula from column in a pretty format

    I would like to obtain the formula of each column in a more readable format (also called pretty format). For the example below I will like to obtain "height / weight". Simply removing ":" will not work as columns can have such character. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); col = New Column( "Ratio" ); col << Set Formula( :height / :weight ); col << Eval Formula; ...

    FN FN
    Discussions |
    May 20, 2021 2:13 AM
    1798 views | 5 replies
  • Filter Col Selector() does not create right-click formulas

    I have an add-in that has a 'Filter Col Selector'.   Yet, new formula columns don't appear when I try to create quick calculations by using right-click actions.    The issue seems related to the following post, although new formulas columns created directly in the table do appear in the Filter Col Selector.    

    FN FN
    Discussions |
    May 20, 2021 2:09 AM
    1204 views | 2 replies

Latest Discussions

  • Getting formula from column in a pretty format

    I would like to obtain the formula of each column in a more readable format (also called pretty format). For the example below I will like to obtain "height / weight". Simply removing ":" will not work as columns can have such character. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); col = New Column( "Ratio" ); col << Set Formula( :height / :weight ); col << Eval Formula; ...

    FN FN
    Discussions |
    May 20, 2021 2:13 AM
    1798 views | 5 replies
  • Is there a way to Lock/password protect a JMP Journal?

    Hello Everyone, I am trying to lock or password protect a JMP Journal. I plan to give this journal out at work and I want it to be not able to be edited just used as a guide. is this even possible?

    rmthomas rmthomas
    Discussions |
    May 19, 2021 1:58 PM
    1027 views | 1 replies
  • inconsistent results when using ANOM with Transformed Ranks

    Ok. So. I have a data set of 60 thousand values, distributed thus:They are associated with 30 different aircraft types. I wanted to use ANOM to quickly see if any aircraft groups were significantly different than the overall mean. Since the overall population distribution of these values is skewed, I decided to apply ANOM with Transformed Ranks. The original data were all negative values, so witho...

    gchesterton gchesterton
    Discussions |
    May 19, 2021 9:27 AM
    1441 views | 3 replies
  • How can JMP 16 be set so that these two phenomena do not occur?

    After I use JMP 16 (Win10 64-bit), the following phenomenon did not appear in the previous version:
    1: open the JMP file containing JSL security warning, can not find the Settings to cancel the warning.
    2: In the case of already open JMP file, and then directly click in the Explorer to open JMP file.JMP will restart a new JMP. Exe window to open the new JMP file.Also did not find the same JMP window...

    lwx228 lwx228
    Discussions |
    May 19, 2021 7:24 AM
    1354 views | 2 replies
  • Ignoring "Excluded" rows

    Hello, I'm still trying to get over the JSL "hump," so forgive the fundamental question.The issue:- I have a sample table that contains data sets for three replicates with sample suffix a1, a2, and a3.- At times, one of the replicates needs to be set to the "Excluded" state (example below is a2)- I'm writing a batch script that will open a table and apply calculations only sets that were not exclu...

    NRW NRW
    Discussions |
    May 19, 2021 5:31 AM
    2965 views | 5 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
    1265 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2279 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
    971 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
    1183 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
    886 views | 0 replies
view all discussions