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

  • Concatenate data table column entry with default chart title

    I am a new user of JMP and have enjoyed its capabilities so far (coming from Matlab)I want to include an entry from one of my data table columns within the chart title, concatenated with the default chart title as(this particular entry is same for all rows within its column, its the sample ID). Default chart title  [sample ID] How to do this in the script? Also, I would like know if I can use cust...

    Neo Neo
    Discussions |
    May 23, 2021 5:56 PM
    1117 views | 1 replies
  • JSL create lines on graphs

    Hello,so I'm trying to create red lines that will be like in this scriptNames Default To Here( 1 ); dt = Current Data Table(); listX = {"1"}; listY = {"test1", "test2", "test3"}; lowLine = 3; highLine = 5; bivExpr = Expr( Bivariate( Y( Eval List( listY ) ), X( Eval List( listx ) ), Fit Spline( 1, Standardized, {Line Color( "Blue" )} ), SendToReport( Dispatch( {}, "Bivar Pl...

    itzikd itzikd
    Discussions |
    May 23, 2021 10:41 AM
    1863 views | 1 replies
  • How to edit cause and effect diagram?

    I am taking the Statistical Thinking course and part of the coursework is creating a cause and effect diagram. I am trying to edit within that tool in JMP 16 but cannot find any documentation on how to use it. Simple tasks like adding another "bone" are not something I can figure out how to do. I am halfway competent in Visio so this kind of diagram isn't new to me. Just need to know how to do it....

    Douglas_Steiner Douglas_Steiner
    Discussions |
    May 22, 2021 9:08 AM
    1514 views | 1 replies
  • Popup box to add variable

    Hey,I Want to save a file but i want to put a variable before my "TrendFile"dt << save(
    Route || "TrendFile-" ||"WW"||
    Char( Week Of Year( Today() ) ) || "." || Char( Day ( Today() ) )|| "."|| Char( month ( Today() ) ) || "." ||Char( Year ( Today() ) )||
    ".txt"
    );So was going to create a popup boxnw = New Window( "Input",
    H List Box( Text Box( "Input Tool ID " ), Tool = Text Edit Box() ),
    Button Box( "O...

    jearls11 jearls11
    Discussions |
    May 22, 2021 7:39 AM
    1190 views | 1 replies
  • How do I show labels for low N stacked bars and also show label above bar of a separate column?

    Hello, In the stacked bar chart attached to this question I have low N sample set for one category (fail) and would like to show the N, however they are currently hidden below a certain value. I'd also like to display values from the column perc_fail above each stacked chart. Could you please advise? Thank you in advance.

    jmpquestion jmpquestion
    Discussions |
    May 21, 2021 3:36 PM
    1294 views | 1 replies

Latest Discussions

  • How to edit cause and effect diagram?

    I am taking the Statistical Thinking course and part of the coursework is creating a cause and effect diagram. I am trying to edit within that tool in JMP 16 but cannot find any documentation on how to use it. Simple tasks like adding another "bone" are not something I can figure out how to do. I am halfway competent in Visio so this kind of diagram isn't new to me. Just need to know how to do it....

    Douglas_Steiner Douglas_Steiner
    Discussions |
    May 22, 2021 9:08 AM
    1514 views | 1 replies
  • How to set default Legend color by column

    Hi all, I'm looking for a way on JMP 15.1 to set the default color of a series in a scatter plot or a line plot based on the column being used as the Y-value. The purpose here is to maintain consistency of the color when several variables are plot on the same graph. My issue is that with JMP's default legend color scheme, adding a new variable to the plot can cause all of the other series to chang...

    gtadams gtadams
    Discussions |
    May 21, 2021 2:01 AM
    1231 views | 1 replies
  • JMP Stability Test Reports

    I am new to using the Stability Analysis function (under Reliability and Survival –> Degradation –> Stability Test) in JMP (ver. 14), and I have some general questions about this tool.   Apologies in advance for the rather wide-open “please help” questions.  Q1: Is this function appropriate to use for on-going monitoring of stability lots, where different lots will be at different timepoints? Or d...

    AnnaIN AnnaIN
    Discussions |
    May 20, 2021 12:51 PM
    2019 views | 1 replies
  • bubble plot bubble labels

    I have created static bubble plots for my data (study habits (Y axis) ranked (X axis) by students at the beginning and end of the semester (two plots)) and would like to label each bubble with the % of respondents (which is also the determinant of the size of the bubble). When I choose 'label' it defaults to the rank.

    LEHiggins LEHiggins
    Discussions |
    May 20, 2021 10:55 AM
    1273 views | 1 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
    1790 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
    1263 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2268 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
    1173 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
    882 views | 0 replies
view all discussions