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

  • 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
    11141 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
    1757 views | 1 replies
  • JSL Post Extract Script always plots the dates that I made the script

    I made a post-extract JSL script that plots data that I have collected for the last 30 days. I can run this daily to monitor data at work.  The issue I have is that every day I have to update the graph to the most recent 30 days. I made this script in April and it always plots March 15-April 14, even when the data collected is the most recent 30 days.  When I update the x-axis to the most recent 3...

    UnlimitedPower UnlimitedPower
    Discussions |
    Jun 5, 2023 8:22 AM
    1558 views | 4 replies
  • problème avec HTML

    bonjour, j'ai un exemple où l'HTML(capture HTML) ne donne pas la même image que le graphique d'origine (capture dashboard)la moyenne (en bleue) est décalée pour l'HTML.c'est très problématique. quelqu'un a une solution? cordialement 

    Françoise Françoise
    Discussions |
    Jun 5, 2023 4:33 AM
    725 views | 1 replies

Latest Discussions

  • 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
    11141 views | 22 replies
  • problème avec HTML

    bonjour, j'ai un exemple où l'HTML(capture HTML) ne donne pas la même image que le graphique d'origine (capture dashboard)la moyenne (en bleue) est décalée pour l'HTML.c'est très problématique. quelqu'un a une solution? cordialement 

    Françoise Françoise
    Discussions |
    Jun 5, 2023 4:33 AM
    725 views | 1 replies
  • Zero-inflated negative binomial model - random effects?

    I have several random variables I'd like to add to my ZINB model (individual, month), but I cannot sort out how to include those in the fit model personality. Is there an add-in or something I could use? 

    VetEntLab VetEntLab
    Discussions |
    Jun 4, 2023 11:36 AM
    1699 views | 2 replies
  • How to JSL script an e-mail to my gmail account.

    Trying to use JSL to send out an email with a data table and some graphs. Currently using JMP 14 and GMAIL account which are both (64 bit). When I use this piece of script: Mail( "test@example.com", "revelation", "JMP is great.", "$Sampled/Big Class.JMP" ); I get the following error in the logs: Send mail failed. mail problem in access or evaluation of 'Mail' , Mail/*###*/("testable.com", "revelat...

    ivan_j_moore ivan_j_moore
    Discussions |
    Jun 3, 2023 5:12 AM
    11713 views | 12 replies
  • Pump variable modeling

    Hello, I am trying to model variable speed pool pump parameters: runtimes, speeds, and flow rates in order to minimize my power bill, but also achieve decent flow. I've hit a stumbling block with modeling the data.Pump constraints: Max 24 hr run duration, Max of 3 speeds can be used per day, Speed increments are 2 hr blocks (0,2,4,6...24)  Example Pump Data:RPM Flow Power500 17 63
    750 24 92
    1000 29 ...

    LearningSigma LearningSigma
    Discussions |
    Jun 2, 2023 6:33 PM
    2445 views | 6 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
    634 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
    771 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
view all discussions