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

  • 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
    1791 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
    1196 views | 2 replies
  • How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

    Hi All! We are calculating beta binomial distribution parameters in R and wanted to compare the results and the std error.Typically, the values for location and dispersion are up to 1% higher in JMP and there is also some discrepancy in the std error. We would like to match here our R-code. May anybody provide a hint how the standard error for mu and rho are calculated? Fisher Matrix? Thanks

    M_Kraus M_Kraus
    Discussions |
    May 20, 2021 12:08 AM
    2432 views | 5 replies
  • JMP 15 Modal Number Edit Box Quirks

    OK so I have the following number edit box that worked fine in JMP14, but I can't use the <<Get after the box declaration anymore.   I tried this: savechoice = 1; pfp = New Window( "Save Models and Columns", <<Modal, Text Box( "Would you like to save the predicted formula columns and fit model? Please review them before you answer." ), Text Box( "Enter 1 for Yes, 0 for no." ), H List Box( ...

    jheadley jheadley
    Discussions |
    May 19, 2021 5:17 PM
    1317 views | 2 replies
  • JMP15 modal window with check box behavior

    OK so I have code that worked fine in JMP 14, it went like this:   ithead = "EAR Configuration for Factor Cross Plots"; itprompt = "Select to Include EAR warning on Factor Cross Plots."; itwarn = "WARNING – This document contains technical data classified under the Commerce Control List and assigned Export Control Classification Number (ECCN) 0A606.x and 0E606. "; //determine if itar/ear warning ...

    jheadley jheadley
    Discussions |
    May 19, 2021 4:59 PM
    2387 views | 4 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
    1791 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
    1022 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
    1437 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
    1349 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
    2954 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
    1264 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2269 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
    1178 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