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

  • how to change marker size in Graph Builder when using "size"

     In using Graph Builder, I have a column that controls the marker "size", however they are all smaller than I'd like. Is there a way to change the size scale so that they all get larger by the same factor? Interactive mode is what I'm using, though scripting is fine too. 

    bayesfactor bayesfactor
    Discussions |
    Apr 14, 2023 5:19 AM
    16859 views | 5 replies
  • Axis Label: Newline?

    After learning the trick of adding a newline to an entry in a table ....
    https://community.jmp.com/t5/Discussions/Enter-quot-NewLine-quot/m-p/620984/highlight/true#M82015 

    this week I'm wondering: what is the official way to add a newline to an axis label? What doesn't work:
    click on the label to edit it, and press Enter,  Shift + Enter, Alt + Enter, Ctrl + Enter, Shift + Ctrl + EnterThese variants j...

    hogi hogi
    Discussions |
    Apr 13, 2023 10:52 PM
    1375 views | 2 replies
  • JSL script to create or condition by looping thorough column names in a list

    I'd like to create a function in jsl that takes a given list of column names as input, uses those columns to do a OR condition, and outputs a column with that looping OR formula. How do U do that?  input_col_list = { "a", "b", "c"}; input_dt = dt; x = 0.1; input_dt << New Column("d", numeric, continuous, formula ( If( (As Column("a") >= x | As Column("b") >= x | As Column("c") >= x), 1, 0 )...

    OrdinaryParrot2 OrdinaryParrot2
    Discussions |
    Apr 13, 2023 10:40 PM
    1430 views | 2 replies
  • xgboost_jmp module

    Hi!I while testing the great XGBoost add-in I generated Python code for the model, however I've been unable to run it because it asks for the module "xgboost_jmp" that I cannot find through PIP, please advise, where can I find that package??Many thanks,   

    RiztCL RiztCL
    Discussions |
    Apr 13, 2023 9:29 PM
    1027 views | 1 replies
  • JMP SCRIPT: Rename the top of each title page

    Hello everyone,I am making a PDF based on the journal, and I do not know how to rename the title or the top of each page...Below is what I get:Below is my script:Table << journal; graph << journal; RAW_DATA_TABLE <<journal; w = Current Journal(Report); listOfReports = w << child; nReports = N Items( listOfReports ); // Ajout du titre et de la date de création du rapport headerPage = V List Box(...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 13, 2023 7:00 PM
    956 views | 1 replies

Latest Discussions

  • xgboost_jmp module

    Hi!I while testing the great XGBoost add-in I generated Python code for the model, however I've been unable to run it because it asks for the module "xgboost_jmp" that I cannot find through PIP, please advise, where can I find that package??Many thanks,   

    RiztCL RiztCL
    Discussions |
    Apr 13, 2023 9:29 PM
    1027 views | 1 replies
  • JMP SCRIPT: Rename the top of each title page

    Hello everyone,I am making a PDF based on the journal, and I do not know how to rename the title or the top of each page...Below is what I get:Below is my script:Table << journal; graph << journal; RAW_DATA_TABLE <<journal; w = Current Journal(Report); listOfReports = w << child; nReports = N Items( listOfReports ); // Ajout du titre et de la date de création du rapport headerPage = V List Box(...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 13, 2023 7:00 PM
    956 views | 1 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    985 views | 0 replies
  • Parallelism Testing for Groups of 4PL Curves

    Hello All, I have what may be a very naïve question: is it valid to do parallelism testing on a group of independent curves (4PL in this case) at one time? I have a subset of potency data where all of the individual fits are good.  p values for both both F test and Chi square well below 0.05...so the test is indicating non-parallelism.  Now...what I am wondering, is this something that needs to be...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Apr 13, 2023 11:23 AM
    3845 views | 3 replies
  • How can I change all X axes in a graph builder to log scale

    Double-clicking through the axes is a real headache.  

    JustinSuIntel JustinSuIntel
    Discussions |
    Apr 13, 2023 10:13 AM
    3348 views | 6 replies

Latest Discussions

  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    985 views | 0 replies
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    654 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    702 views | 0 replies
  • How do I choose which significant effects to use for a posthoc

    I'm looking at the impact of 4 two level independent categorical variables on a continous dependent variable. How to I choose what effect to use for a posthoc analysis? If I choose forexample size*treatment*shelfcode how do I consider the effect color to explain dependent variable Firmness?Do I do posthoc on all interactions? If yes, how do I interprete separate posthocs on the same variable firmn...

    JulianAch JulianAch
    Discussions |
    Apr 1, 2023 2:15 PM
    620 views | 0 replies
  • Hey I need help with solving this control chart problem?

    The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...

    StarIconCohort4 StarIconCohort4
    Discussions |
    Apr 1, 2023 10:56 AM
    693 views | 0 replies
view all discussions