cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Getting Rid of the "N" Column in a Tabulate Chart


    JMP Users I have developed a Tabulate Chart to show the installation status of some hardware, please see the attached file.  My question is I would like to get rid of the last "N" column in the Tabulate chart and cannot figure out how to do that?  See the script below for the Tabulate Chart:

    fuscod fuscod
    Discussions |
    May 15, 2018 11:06 AM
    11031 views | 6 replies
  • Partial correlation with respect to a single variable

    Suppose I have 5 variables, a1 to a5.I want to compute the correlations between a1  and a2, a3, and a4 having as partial correlation the variable a5.JMP says "Partialed with respect to all variables" whereas I want "Partialed with respect to a5". Any ideas?Thanks,Davide

    dfalessi1 dfalessi1
    Discussions |
    May 14, 2018 12:00 PM
    8184 views | 1 replies
  • Uncertainty Propagation and Second Order Probability

    In my field data is expensive to collect (or simulate deterministically), so we typically do our uncertainty propagation using metamodels (or surrogate models, response surface, etc.).  JMP excels in the generation of these models.  However, I have been unable to find any clear way to do uncertainty propagation using second order probability, as summarized in this diagram below:I can see how to de...

    EggyWeggs EggyWeggs
    Discussions |
    May 14, 2018 9:28 AM
    5031 views | 3 replies
  • JSL FIT MODEL Two-Factor Response Surface

    Good morning i would like implement for my JSL a FIT MODEL with "Two-Factor Response Surface Model", but i havent found ny specific JSL command to do that.   someone can help me   here the code i implemented.. but is incomplete for the FIT MODEL section....     Clear Globals(); Clear Log(); Names Default To Here( 1 );   // code to choose among all opened tables which one will be selected for the a...

    gianpaolo gianpaolo
    Discussions |
    May 14, 2018 7:54 AM
    6069 views | 5 replies
  • ANOVA, Dunnett, and Overall Type 1 Error

    Hello, I have equally-spaced data (8 points in time) and four treatment groups (control, low, mid, and high). The number of subjects in each treatment group is identical, with no missing data points. I have three key response variables on which I would like to perform statistical testing. My thought was to perform a one-way ANOVA for each time point (8 tests per response variable). If any ANOVAs c...

    bio_grad bio_grad
    Discussions |
    May 13, 2018 10:10 AM
    3116 views | 1 replies

Latest Discussions

  • Getting Rid of the "N" Column in a Tabulate Chart


    JMP Users I have developed a Tabulate Chart to show the installation status of some hardware, please see the attached file.  My question is I would like to get rid of the last "N" column in the Tabulate chart and cannot figure out how to do that?  See the script below for the Tabulate Chart:

    fuscod fuscod
    Discussions |
    May 15, 2018 11:06 AM
    11031 views | 6 replies
  • ANOVA, Dunnett, and Overall Type 1 Error

    Hello, I have equally-spaced data (8 points in time) and four treatment groups (control, low, mid, and high). The number of subjects in each treatment group is identical, with no missing data points. I have three key response variables on which I would like to perform statistical testing. My thought was to perform a one-way ANOVA for each time point (8 tests per response variable). If any ANOVAs c...

    bio_grad bio_grad
    Discussions |
    May 13, 2018 10:10 AM
    3116 views | 1 replies
  • Problems with Execute SQL: JMP crashes, need help troubleshooting

    I'm rewriting an old App to include more features. Part of the App is pulling some data from a database. I'm copying that code exactly as it was in the old App.When I'm tyring to execute that code in the new app, JMP crashes violently. It was giving me some error windows, now it just stops running. It does produce crash reports, though, in "...AppData\Local\Temp\JMPCrashReports\13". So, if I isola...

    miguello miguello
    Discussions |
    May 11, 2018 1:34 PM
    3250 views | 2 replies
  • UNION QUERY - HOW TO DO IT?

    Dear All, We are looking for your help. We are creating a query that extract the data from several tables (as usual), but we would like to do a Union between two primary tables. An example of how our SQL query looks like is below. How can we achieve this using the Query Builder? So far, we can query the db using only the first part of the query before the UNION statement. We have read the JSL book...

    anaheilman anaheilman
    Discussions |
    May 10, 2018 2:16 PM
    4015 views | 5 replies
  • List of tables: how to interactively update and not loose the selection

    I have seen discussion on this topic, and I couldn't find the solution.The problem is the following: I'm orking with the list of tables that is displayed in a List Box. I use N Table() way of getting a list of names for all the tables.What I want is that if I click to select any lines in that list - the list itself updated and checked if there are new opened tables or some tables were closed.Good ...

    miguello miguello
    Discussions |
    May 10, 2018 12:00 PM
    4623 views | 4 replies

Latest Discussions

  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1556 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3543 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2379 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2004 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3248 views | 0 replies
view all discussions