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

  • Workarounds for the dreaded Row State Handler

    Drag a selection box on the graph, then gather your selected rows up into JSON and fire them off to a localhost server tow ork in html/javascript land I use the scheduler to pile in the useless spam of unwanted events constantly clearing the queue to prevent the slew of spam events from firing. I've tried using mousebox stuff before, including totally rewriting the selection mechanic, but it was l...

    xxvvcczz xxvvcczz
    Discussions |
    Jun 5, 2023 1:22 PM
    1203 views | 2 replies
  • Definitive screening design in the platform "Easy DoE"

    Hello, I am using JMP 17 and the new "Easy DoE" platform. If i'm using "Easy DoE" and a Definitive screening design option, the model will be fitted differently than the "Fit Definitive Screening" method, right? If so, in such cases where Definitive screening is suitable, is using the Definitive Screening design platform and the unique model fit (and not "Easy Doe") recommended?   

    O_B O_B
    Discussions |
    Jun 5, 2023 1:14 PM
    1410 views | 4 replies
  • 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
    1003 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
    1041 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
    11172 views | 22 replies

Latest Discussions

  • Workarounds for the dreaded Row State Handler

    Drag a selection box on the graph, then gather your selected rows up into JSON and fire them off to a localhost server tow ork in html/javascript land I use the scheduler to pile in the useless spam of unwanted events constantly clearing the queue to prevent the slew of spam events from firing. I've tried using mousebox stuff before, including totally rewriting the selection mechanic, but it was l...

    xxvvcczz xxvvcczz
    Discussions |
    Jun 5, 2023 1:22 PM
    1203 views | 2 replies
  • Definitive screening design in the platform "Easy DoE"

    Hello, I am using JMP 17 and the new "Easy DoE" platform. If i'm using "Easy DoE" and a Definitive screening design option, the model will be fitted differently than the "Fit Definitive Screening" method, right? If so, in such cases where Definitive screening is suitable, is using the Definitive Screening design platform and the unique model fit (and not "Easy Doe") recommended?   

    O_B O_B
    Discussions |
    Jun 5, 2023 1:14 PM
    1410 views | 4 replies
  • 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
    1003 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
    1041 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
    11172 views | 22 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
    986 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
    655 views | 0 replies
view all discussions