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

  • Using JSL to send emails

    I'm trying to use JSL to send emails as part of a data retrieval query.  How do I embed a data table or Journal table into the body of my text message?Thanks

    lou lou
    Discussions |
    Jun 6, 2023 11:00 AM
    12253 views | 18 replies
  • non-trial version download

    I have got the license file, where do I find a non-trial version JMP 17 so I can install it?

    JMPer1 JMPer1
    Discussions |
    Jun 6, 2023 9:57 AM
    1462 views | 1 replies
  • List not evaluating in Set Property - why?

    The following works  for the data table "allData"Data Table( "allData" ):sTest << Set Property( "Value Order", {Custom Order({"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}), Common Order( 0 )} );but the following does not- where am I going wrong?myList = {"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}; Data Table( "allData" ):sTest << Set Property( "Value Order", {Custom Order(myList), Common Order( ...

    Neo Neo
    Discussions |
    Jun 6, 2023 8:38 AM
    831 views | 1 replies
  • Correlation of complex type of variables

    Hi community, I have two small questions about trying to correlate a continuous numeric variable with other variables that are not quantitative in nature: 1) The first case concerns a likert scale. How to correlate a continuous variable with a second variable which is a likert scale (preference scale from 0 to 5 for example)? > can I use Multivariate platform and display spearman coefficient to me...

    Julianveda Julianveda
    Discussions |
    Jun 6, 2023 8:25 AM
    1126 views | 1 replies
  • Colonnes

    Bonjour à tous, je dispose d’une table de données similaire à celle la : La base de données est constitué de 2 groupes : - Les dates ( « date début... »)- Les numéros associés à des opérations Mon objectif est de supprimer les colonnes qui ne sont pas dans l’intersection des deux groupes de colonnes.C’est à dire ici, j’aimerai supprimer automatiquement avec un script les colonnes : « Date début 95...

    hcarr01 hcarr01
    Discussions |
    Jun 6, 2023 7:21 AM
    1018 views | 2 replies

Latest Discussions

  • Using JSL to send emails

    I'm trying to use JSL to send emails as part of a data retrieval query.  How do I embed a data table or Journal table into the body of my text message?Thanks

    lou lou
    Discussions |
    Jun 6, 2023 11:00 AM
    12253 views | 18 replies
  • Correlation of complex type of variables

    Hi community, I have two small questions about trying to correlate a continuous numeric variable with other variables that are not quantitative in nature: 1) The first case concerns a likert scale. How to correlate a continuous variable with a second variable which is a likert scale (preference scale from 0 to 5 for example)? > can I use Multivariate platform and display spearman coefficient to me...

    Julianveda Julianveda
    Discussions |
    Jun 6, 2023 8:25 AM
    1126 views | 1 replies
  • MANOVA statistics missing

    MANOVA statistics such as Pillai's trace and Wilks' lambda are not shown in a MANOVA report, when there are only two levels in the predictor variable. Is there a way to get these statistics? Thanks!

    MKS MKS
    Discussions |
    Jun 6, 2023 6:11 AM
    962 views | 1 replies
  • DoE using principal components as variables

    Hi,I have working on an optimisation problem and have performed some PCA on the dataset.  The top seven principal components explain about 80% of the variance.  I was hoping to plan a DoE using these top seven principal components as variables.  However, a colleague has indicated that this is rubbish as the later principal components explain comparatively little variance versus the earlier ones an...

    kjwx109 kjwx109
    Discussions |
    Jun 6, 2023 3:03 AM
    2380 views | 4 replies
  • Preprocessing ahead of Predictor Screening analysis

    Hello,I have some characterisation data that I would like to subject to predictor screening.  The variables are on different scales.  Is any preprocessing like standardisation required prior to the predictor screening?

    kjwx109 kjwx109
    Discussions |
    Jun 6, 2023 12:01 AM
    1061 views | 2 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
    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
    768 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
    982 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