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

  • Get Y axis column name from the variability chart

    Hi, Is there a way to get the Y axis column name from the variability? I tried using get Y axis but doesn't work. Any suggestions?Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp" ); obj = dt << Variability Chart( Y( :Measurement ), X( :Operator, :part# ) ); ax = obj << get y axis; Show( ax );chart  

    Jackie_ Jackie_
    Discussions |
    May 19, 2023 6:17 AM
    1631 views | 4 replies
  • Formatting is not accepted (col << Format( "Fixed Dec", 10, 2 )) and still getting 3 decimal point as the output. What am I doing wrong?

    Hello dear community, I am assigning the two decimal point format to a column but when i extract this value it is still showing 3 decimal points. I would appricate your input. Here is an example:// Open Data Table: Antibiotic MICs.jmp // → Data Table( "Antibiotic MICs" ) Open( "$SAMPLE_DATA/Antibiotic MICs.jmp" ); // Standardize column attributes-The main idea is the format= Fixed Dec, 10, 2-show...

    Aziza Aziza
    Discussions |
    May 19, 2023 12:39 AM
    1566 views | 3 replies
  • Get values in the list from SQL query

    Hi, Is there way I could insert the column values in the list than jmp table?

    I 'm trying to write a JSL code to query data from database and I want to store the values from the SQL table into a variable list (not in the JMP table).
    For example, save the WorkCenter sql table values in the list= {};
    Any suggestions?

    Thanks,Jackie

    Jackie_ Jackie_
    Discussions |
    May 19, 2023 12:04 AM
    2337 views | 4 replies
  • How can I get the sum of all different combinations of a group of columns?

    Hi,I am using JMP PRO v16I have a group of 10 columns with numerical values, and I want to try to get a sum of the scores in all possible combinations between these 10 columns (e.g., column A+ column B, column A+ column B + Column C, Column B + Column C and so on). Thank you so much for your help

    DivisiveFerret8 DivisiveFerret8
    Discussions |
    May 18, 2023 3:46 PM
    2675 views | 6 replies
  • How to pass values to Min and Max for Axis via Set Property?

    The following works for myCol in dt. myCol is Numeric and ContinuousNames Default To Here (1); dt = Current Data Table(); dt:myCol<< Set Property("Axis", {Min(0.02), Max(10.05), Inc( 0.01 ), Minor Ticks( 1 )});However the following results in a JMP (v 16.2.0) crash. Where am I going wrong?ll = 0.02; ul = 10.05; dt:myCol<< Set Property("Axis", {Min(ll), Max(ul), Inc( 0.01 ), Minor Ticks( 1 )});Che...

    Neo Neo
    Discussions |
    May 18, 2023 8:13 AM
    2246 views | 3 replies

Latest Discussions

Latest Discussions

  • 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
    1194 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
    770 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
    984 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
    698 views | 0 replies
view all discussions