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

  • Multi-grouping GRR analysis JMP equations/statistics with bayesian estimate

    Hi,I am trying to reproduce the GRR results in which there is more variance subgroups beyond just operator, and sample variance. e.g subgroup3,subgroup4. With the default 2group operator/sample variance using anova crossed GR&R, i was able to reproduce the results using the anova method following the explanation. https://sixsigmastudyguide.com/repeatability-and-reproducibility-rr/ I noticed a mess...

    JMP_newuser JMP_newuser
    Discussions |
    Jun 5, 2023 1:00 PM
    995 views | 1 replies
  • Running Modified poisson regression

    Good evening everyone. Please how do I run a modified or robust poisson regression in JMP Pro

    Mudassir_ibrahi Mudassir_ibrahi
    Discussions |
    Jun 5, 2023 12:56 PM
    1036 views | 1 replies
  • Should you Loop through a data table or use Recode, or use Get Rows Where to change values in a data table

    A recent Community Discussion script to find and replace a numeric value with a missing value in the whole tablehad a very nice entry provided by @SDF1 that was selected as the solution   names default to here(1); dt=current data table(); For( i = 1, i <= N Rows( dt ), i++, For( l = 1, l <= N Cols( dt ), l++, If( Column( l )[i] == 999, Column( l )[i] = . ) ) );   When I viewed the solutio...

    txnelson txnelson
    Discussions |
    Jun 5, 2023 12:23 PM
    11134 views | 22 replies
  • Problem creating Dashboard when using workflow recorder

    Hi, I am using the workflow builder to analyze text in a log file. The first recorded steps are opening the text file (csv), removing some rows based on filters, creating a table subset from the remaining rows and then launching the text analysis option on the main table (Events) and on the table subset (Subset of Events).At this step, I recorded the creation of a dashboard containing the "Events"...

    LogitTurtle576 LogitTurtle576
    Discussions |
    Jun 5, 2023 9:04 AM
    1589 views | 3 replies
  • How to concatenate data tables pulled from database within a loop?

    The following JSL script snippet pulls test data from database for tested part IDs given in myList using my function opnDtb. This works as expected and the data tables are pulled individually. I would like each new data table pulled to be concatenated (vertically below) to the previous data table. How to implement this in JSL?For( i = 1, i <= N Items (myList), i++, dt = opnDtb(myList [i]); );Note...

    Neo Neo
    Discussions |
    Jun 5, 2023 8:33 AM
    1754 views | 1 replies

Latest Discussions

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
    633 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
    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
    769 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
    653 views | 0 replies
view all discussions