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

  • Text analysis : need help to deal with phrases

    Hi, I am working on a computer log file and when using the text explorer tool, in the phrase list, I have lots of row linked to the same phrase.For example, in my log file, at different time, I have the text "Write error:status 1, facility 667,driverstatus 1304".The problem is that in the Phrase list, It will show counts for "Write error", "error:status", "status 1,facility 667", "667, driverstatu...

    LogitTurtle576 LogitTurtle576
    Discussions |
    Jun 1, 2023 12:08 AM
    2475 views | 5 replies
  • Remove character strings

    I have this column SAMPLE where I need only to retain the code inside the () but somehow, I cannot remove the Column% word and the parenthesis. I tried using Word(2,:SAMPLE) but it only returned an error.  How to remove the word Column % and the parenthesis from the string? 

    UserID16644 UserID16644
    Discussions |
    May 31, 2023 11:59 PM
    2212 views | 3 replies
  • How can I create a description column with the names cell values and column names?

    I would like to label my graphs with the values and column names for that point (as in a box plot). Currently I do this in Excel by concatenating the column name with the value in the cells. However, if I can do it in JMP, it would save me a significant amount of time.  For example I may have columns A        B         C1        2         1001        2         2002        5         300 I would lik...

    davek davek
    Discussions |
    May 31, 2023 9:13 PM
    1304 views | 2 replies
  • Run Stored procedure in SQL with JSL

    Hello, I am trying to run a store procedure and get an error "Unknown error". The command I use is  Execute SQL( MyConnection, "Exec spMyProcedure" ); The procedure doesn't return table, it just updates some table in SQL with data from another server. While executing the procedure in SQL - no problems. Any ideas? What is the best way to run stored procedures that are supposed to run several minute...

    tom_abramov tom_abramov
    Discussions |
    May 31, 2023 2:51 PM
    2172 views | 2 replies
  • How to make expressions work in statements?

    I used the loop to generate an expression factors() with the contents of the parentheses. But it doesn't work in DOE's data simulation statement.fs = Expr(Factors(L1 << random(normal(0, 0.5)), L12 << random(normal(0, 0.5))) ); eval(evalexpr(dt << Profiler( Y( :Y ), Profiler( 1, Simulator( 1, Expr(fs), Responses( Y << No Noise ), N Runs( 1000000 ), Resi...

    lehaofeng lehaofeng
    Discussions |
    May 31, 2023 2:11 PM
    1941 views | 4 replies

Latest Discussions

  • How can I create a description column with the names cell values and column names?

    I would like to label my graphs with the values and column names for that point (as in a box plot). Currently I do this in Excel by concatenating the column name with the value in the cells. However, if I can do it in JMP, it would save me a significant amount of time.  For example I may have columns A        B         C1        2         1001        2         2002        5         300 I would lik...

    davek davek
    Discussions |
    May 31, 2023 9:13 PM
    1304 views | 2 replies
  • multivariate data with a repeated measures design

    Apologies for farming out what is more of a statistics than a JMP question to the community, but here goes: I was recently asked if JMP Pro could analyze a design in which 3,000 analytes are measured in the same individuals over time (one group perhaps receiving a medicine and the other having been given a placebo). The large number of analytes is not the problem, but the fact that this is a repea...

    abmayfield abmayfield
    Discussions |
    May 31, 2023 1:11 PM
    6947 views | 16 replies
  • How to add subtitles to control chart via scripting?

    Does anyone know of a way to add subtitles to control charts via scripting? I would have a column of subtitle names, and would like to loop through that and add row 1 as the subtitle for column 2, row 2 the subtitle for column 3.. ect  Any tips/knowledge if this is possible would be great! Thanks! 

    Abby_Collins14 Abby_Collins14
    Discussions |
    May 31, 2023 8:50 AM
    932 views | 1 replies
  • Correlation between the estimated regression coefficients and correlation between the explanatory variables

    Hello, What is the difference between the "correlation between the estimated regression coefficients (corr(b1, b2))" and the "correlation between the explanatory variables (corr(X1, X2))"? I found that, for example, corr(X1, X2) could be positive while corr(b1, b2) is negative. I think I understand corr(X1, X2), but I don't understand why we need to know corr(b1, b2), how it relates to corr(X1, X2...

    DendrogramSteer DendrogramSteer
    Discussions |
    May 31, 2023 7:27 AM
    2476 views | 3 replies
  • Summary Statistics for Text Analysis

    I am trying to get information on both a whole book and also by chapter. Is there a quick of doing that besides running the analysis twice? (For instance I would like to know how often a word occurs in a book and also in a chapter.) I am also trying to find out if certain words occur in proximity to other words. Is there a quick test for this? (For instance does "work" occur within 7 words of "inj...

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    May 31, 2023 7:21 AM
    819 views | 1 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