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

  • jmpgpt

    Hi everyoneI suggest for jmp staff create add-ins jmpgpt - JMP® app and class to access ChatGPT API from OpenAI™, such that jmpgpt allows you to easily access the ChatGPT API provided by OpenAI. With this add-in, maybe you can load a list of prompts for specific use cases and engage in conversations with ease. If you're new to ChatGPT and prompt engineering, jmpgpt add-in will be a great way to le...

    Raaed Raaed
    Discussions |
    May 30, 2023 7:29 AM
    1102 views | 1 replies
  • SQL - cannot insert multiple comands into prepared statement

    dear members of the forum,
    when using jmp to query amazon redshift i need to send two statements together but for some reason this i get an error saying:

    unfortunately, my query is very elaborate and doesn't work with just a "Where" statement for each separate table.
    if anyone has any idea how to overcome this issue it would be helpful. Thanks
     

    ron_horne ron_horne
    Discussions |
    May 30, 2023 4:18 AM
    4177 views | 6 replies
  • Searching and counting substrings within a text field

    JMP Add-in did a great job importing hundreds of MSWord documents into a table. I have a column called "comment (original)" that I wish to count the number of "no comment" phrases.  When I use the formula,N Rows(
    Loc(
    Words( :"comment (white space collapsed)"n, " " ),
    "comments"
    )
    )
    it returns the number of occurrences for the term "comments".  However, the Loc function will not accept "no comments" as ...

    Onjai Onjai
    Discussions |
    May 29, 2023 1:09 PM
    3106 views | 5 replies
  • Workflow Builder Question

    In Workflow Builder, is there a way while recording that I could create a new column and add some numbers in it then replay the workflow and have JMP automatically add this information without changing my original data file?

    Ribs11380 Ribs11380
    Discussions |
    May 29, 2023 9:36 AM
    1470 views | 2 replies
  • Mettre en tableau

    Bonjour à tous, J’ai un problème depuis un petit moment sur JMP, j’utilise l’option mettre en tableau pour calculer des moyennes (environ sur 900 colonnes)Toutes les colonnes commencent par la même expression « tps #numéro »Je cherche un script qui pourrait exécuter cette option mettre en tableau avec une variable dans laquelle serait stockée toutes ces colonnes « tps... » Un exemple de la base de...

    hcarr01 hcarr01
    Discussions |
    May 29, 2023 6:03 AM
    1296 views | 2 replies

Latest Discussions

  • jmpgpt

    Hi everyoneI suggest for jmp staff create add-ins jmpgpt - JMP® app and class to access ChatGPT API from OpenAI™, such that jmpgpt allows you to easily access the ChatGPT API provided by OpenAI. With this add-in, maybe you can load a list of prompts for specific use cases and engage in conversations with ease. If you're new to ChatGPT and prompt engineering, jmpgpt add-in will be a great way to le...

    Raaed Raaed
    Discussions |
    May 30, 2023 7:29 AM
    1102 views | 1 replies
  • Is it possible to compare the significance of a model effect across models of different systems?

    Hi,

    I'm fairly new to JMP and statistics. I'm trying to model the effects of A,B, and C of percent recovery across different systems (X, Y, and Z). I'm using the Analyze-> Fit Model function and using the Response Surface Macro to generate the Model Effects. I'm generating models for each X,Y, and Z for using A,B, and C as the main models effects for each. Then I remove the model effects (main effe...

    RankPteradactyl RankPteradactyl
    Discussions |
    May 29, 2023 5:00 AM
    1365 views | 2 replies
  • Which columns to use for clustering - Doubt

    I am trying to do clustering on below columns but not sure which columns to use while doing the Hierarchical Clustering, K-Means Clustering, Latent Class Analysis. Attaching the screenshot for reference.

    NullMongoose240 NullMongoose240
    Discussions |
    May 28, 2023 10:19 AM
    6721 views | 6 replies
  • Trend-robust mixture experiments

    With JMP, i have made a D-optimal Design for an experiment with 14 runs in the presence of such a time trend, for a special cubic scheffé model (third-order model) but without interaction between the time trend an the mixture ingredient factors. Based on the insights I acquired, I have to construct a second trend-robust D-optimal design and explain the principle I applied.I suggest that I have to ...

    Fs2001 Fs2001
    Discussions |
    May 27, 2023 1:01 PM
    1137 views | 2 replies
  • JSL user defines row legend color

    appreciated if someone can share the knowledge to define and assign row legend color.     take Cheese.jmp dataset example, if it is possible to assign row cheese A = pink color, cheese B= black color by using JMP 14.    Bivariate( Y( :Score ), X( :Count ), SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Row Legend( Cheese, Color( 1 ), Color Theme( "JMP Default" )...

    CDW CDW
    Discussions |
    May 27, 2023 8:11 AM
    1320 views | 3 replies

Latest Discussions

  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    636 views | 0 replies
  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1195 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    773 views | 0 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
  • 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
view all discussions