cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Replace multiple rows value from one column is not working properly

    Hi JMP community, I have occured one issue that quite weird. Here's my code:dt_temp = data table("aaaa"); dt_temp << Summary( Group( :Column1,:Column2), Freq( "None" ), Weight( "None" ),output table name( "summary" ) ); data table("summary") << select where (:N rows >= 2 & !contains(:Column1,"AA") & !contains(:Column1,"BB") ); rows = dt_temp << get selected rows; dt_temp:Column3[rows] = ""; //C...

    nthai nthai
    Discussions |
    Jun 5, 2021 10:35 AM
    3563 views | 7 replies
  • Process Capability study doesnt display all parameters from Stdf file

    i have a stdf file and when doing process capability study. for some reasons  some parameters are missing. Any idea how to  fix it? 

    steo45 steo45
    Discussions |
    Jun 3, 2021 2:48 PM
    2628 views | 5 replies
  • Concatenate columns with empty cells

    Hi all,I have a dataset with different columns that have some empty random cells (like the example in the table below). I would like to concatenate the values of the different columns and use the "_" to separate the content of the cells only if the content of the cells is different from empty value (as in column "concat" below). Does anyone have a suggestion on a how to to this operation in a smar...

    JMP_fan JMP_fan
    Discussions |
    Jun 3, 2021 9:02 AM
    2257 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
    1183 views | 1 replies
  • Saving JMP File / data table in Sharepoint through JSL

    I'm trying to store a jmp data table which I can periodically update through JSL script (e.g. treating it like a check-in, check-out log).  So far, I was able to successfully open the data table using the Open() function. However, instead of opening the actual data table, it downloaded like a temporary copy of the table from sharepoint as I see that the table name became "Untitled $$$".  This is s...

    Djtjhin Djtjhin
    Discussions |
    Jun 1, 2021 8:12 PM
    3494 views | 3 replies

Latest Discussions

  • Process Capability study doesnt display all parameters from Stdf file

    i have a stdf file and when doing process capability study. for some reasons  some parameters are missing. Any idea how to  fix it? 

    steo45 steo45
    Discussions |
    Jun 3, 2021 2:48 PM
    2628 views | 5 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
    1183 views | 1 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
    1916 views | 3 replies
  • Moving from Windows 10 to MacOS

    I recently was required by one of my clients to start using MacOS, and they provided me with a new MacBook Pro loaded with JMP 16.  I have avoided MacOS for many, many years, even when several colleagues ( @DonMcCormack, @brady_brady in particular) used it and sang it's praises.  I even gave them a lot of flack about it ("why do you want to be that way, friend?").  Well, I have to admit, I REALLY ...

    MathStatChem MathStatChem
    Discussions |
    Jun 1, 2021 8:34 AM
    1796 views | 2 replies
  • How do I select specific rows?

    I am getting more than the selected data from this line: get_generic(RawDataTable,"nS","Voltage","tHIGH",,400) ;   I am also getting all of this data:   get_generic(RawDataTable,"nS","Voltage","tHIGH_hs",,60) ;   My problem is that tHIGH is pulling every row with tHIGH, including the tHIGH_hs. I need to know if I can reject the tHIGH_hs in the first line of code?   They are different speeds of op...

    micromoccia micromoccia
    Discussions |
    Jun 1, 2021 7:48 AM
    3475 views | 8 replies

Latest Discussions

  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2443 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1299 views | 0 replies
  • Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?

    I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 8, 2021 2:32 AM
    3952 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1164 views | 0 replies
view all discussions