cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1044 views | 0 replies
  • JMP - prediction profiler

    hello guys, in the prediction profiler, for example in the flow where you can adjust it. is there a way in a kategorical variable to include them?as you can see in the category coal, is there a way to find the interval to reliance by selecting all of the coal variables? so i dont only find the answer when i am looking at coal but also natural gas and oil?

    ChiSquareOtter1 ChiSquareOtter1
    Discussions |
    Jan 3, 2024 12:47 PM
    1443 views | 1 replies
  • How to extract items in a list from another list with partial matches to items in a third list?

    I have the following listsbigList = {"CD_CORN_1", "ICS_CORN_6", "IPEK21_S00R_P37_2", "CURR_S009_P37_2", "CD_CORN_2", "Ig_RF", "Cmax03_4C230RF", "NG"}; smallList1 = {"CD_CORN_", "CD_CORN_", "CD_CORN_"}; //note these are repeats and that is how I get them smallList2 = {"IDS_CORN_", "IPEK21_S00R_", "CURR_S009_"}; smallList3 = {"RF", "IPEK21_S00R_", "CURR_S009_", "NG"};using biglist and smalllist1...

    Neo Neo
    Discussions |
    Jan 3, 2024 7:29 AM
    1227 views | 2 replies
  • RunProgram context closed - SMTP

    Bonjour à tous,   À partir d’un serveur SMTP, j’essaye d’envoyer des pièces jointes à différentes personnes.
    Le script fonctionne correctement. Le seul problème est que lorsque je rajoute « !// » au début de mon script pour qu’il s’exécute directement, j’obtiens l’erreur suivante :     Voici le script que j’utilise :   //! Names Default To Here( 1 ); // modifier le type de codage dans le PowerSh...

    hcarr01 hcarr01
    Discussions |
    Jan 3, 2024 7:08 AM
    1178 views | 1 replies
  • Can I modify "Remembered settings" in a table and re-import them into the profiler?

    Hi JMP community, I would like to modify and run different settings of the prediction profiler in a more efficient way.Modifying each single entry by hand is tedious. Can I modify the settings in an exported table and re-impiort them into the profiler to predict the new settings?I am alos open to other suggestions. cheers ben 

    BenGengenbach BenGengenbach
    Discussions |
    Jan 2, 2024 11:54 PM
    2914 views | 4 replies

Latest Discussions

  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1044 views | 0 replies
  • JMP - prediction profiler

    hello guys, in the prediction profiler, for example in the flow where you can adjust it. is there a way in a kategorical variable to include them?as you can see in the category coal, is there a way to find the interval to reliance by selecting all of the coal variables? so i dont only find the answer when i am looking at coal but also natural gas and oil?

    ChiSquareOtter1 ChiSquareOtter1
    Discussions |
    Jan 3, 2024 12:47 PM
    1443 views | 1 replies
  • DOE Code and Uncoded levels of factor

    Hi: I have a question regarding DOE with code and uncoded levels of factors. Assuming that we have three factors. Each factor is continuous not a category variable. Should we use the real value of each level, i.e. 150, 250, 350, or coded values, i.e. -1,0,1? What are the reasons behind the selection? Other factors contain the levels that have big differences in magnitude, i.e. 2.4e-16, 2.4e-17, 2....

    teeratornk teeratornk
    Discussions |
    Jan 2, 2024 12:59 PM
    5709 views | 3 replies
  • How do i add error bars in chart builder using a var as the error term

    I have a dataset with the mean and SD as columns of data and i want to make a simple line graph with error +/- SD.   This seem extraordinarily difficult if not impossible to do in JMP ..  of couse it is not that simple .. i have several groups of Y +/- SD  using the same X ... but i would be happy to just get one simple set ... appreciate any help ...   with all JMP can do this should be easy.   i...

    tcoates tcoates
    Discussions |
    Jan 2, 2024 11:46 AM
    6081 views | 6 replies
  • dashboard

    Bonjour à tous, Je réalise des dashboards que j’enregistre au format html.
    Je rencontre un problème, dans le dashboard j’affiche des graphiques les uns en dessous des autres mais les graphiques sont tronqués (ils sont affichés tout petit). Comment je peux agrandir tous les graphiques et faire en sorte qu’ils soient tous lisibles correctement ? Pouvoir en quelque sorte agrandir la page du dashboard....

    hcarr01 hcarr01
    Discussions |
    Jan 2, 2024 5:56 AM
    997 views | 1 replies

Latest Discussions

  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1044 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    703 views | 0 replies
  • Nonlinear platform - trial values from table with large number of categories

    Hello - I have a large number of categories for each parameter when using the nonlinear platform. Basically, one category per row. Is there a way to have a table of values to load into the parameters? Because with the time its taking to one by one type and click, type and click the values in with the control panel, it might be faster to go back to Matlab at this point, which I very much don't want...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 18, 2023 2:50 PM
    648 views | 0 replies
  • Sphericity test not performed due to insufficient error degrees of freedom

    Hi,I have Heart rates from 3 different groups collected at 7 times differents points. I would like to perform a repeated measures ANOVA. To do so, I would like to check sphericity assumption. I found online that you have to split your data and then Analyze > fit model, I add my 7 times in "Y" then Group in "Construct model effects", then Personality "Manova", Run. I checked “Univariate Tests Also”...

    ClassMegalodon6 ClassMegalodon6
    Discussions |
    Dec 14, 2023 2:54 AM
    1026 views | 0 replies
  • Survival analysis

    What is the rationale of using three different types of log-rank equivalent tests (Mantel-Cox, Breslow, and Tarone-Ware). How can I examine the confounding effects of other factors when running the survival analysis? 

    fgaochori fgaochori
    Discussions |
    Dec 13, 2023 11:31 AM
    758 views | 0 replies
view all discussions