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

  • Multiplying values in a column.

    I have a table as below.Need to find product of rows in each column to find the area of the rectangle.How can I do this? Shape   Rect1 Rect2 Rect3   Length  5     10 15  Breadth    2            8          6 Area      

    ENTHU ENTHU
    Discussions |
    May 29, 2018 6:55 PM
    7915 views | 2 replies
  • repeated-measure MANCOVA

    Hi everybody,I use JMP Basic 14 and I need to run a repeated-measure MANCOVA analysis.Any suggestion how to perform it, please? Thank you.

    Reinaldo Reinaldo
    Discussions |
    May 29, 2018 4:34 PM
    5589 views | 4 replies
  • Can you "do math" in a data table?

    So far, I haven't found anything in the tutorials that tells me I can, but I thought I'd ask anyway.If I have imported a csv file into a data table, can I add the values of cells together, or set a cell equal to another cell like I can with excel?

    natalie_ natalie_
    Discussions |
    May 29, 2018 1:45 PM
    25161 views | 6 replies
  • Formula to make a new column

    I have a table with four columns, and I am trying to make a new column based off of the available columns. Here is my script:dtq = current data table(); a = dtq << New Column( "E", Formula( If( Is Missing( :A ) & Is Missing( :B ), Abs( :C ), Is Missing( :A ), Abs( :C / (:B - :D) ) , Is Missing( :B ), Abs( :C / (:D - :A) ), //If !Is Missing( :A ) & !IsMissing( :B ), //then do Abs...

    Aam_jmp Aam_jmp
    Discussions |
    May 29, 2018 11:11 AM
    6912 views | 2 replies
  • Dynamic Filters for SQL Query

    So I dont know anything really about SQL, so I used the JMP Query Builder and based all my code off that.Basically, I want to allow the user to filter any data they want via a pop up screen where they can pick the column to filter, then what values they want to filter.  All the columns in my JMP table are valid column names in my  Database.  So i got to the point where i created an associative arr...

    thsueh89 thsueh89
    Discussions |
    May 29, 2018 7:12 AM
    8568 views | 4 replies

Latest Discussions

  • Multiplying values in a column.

    I have a table as below.Need to find product of rows in each column to find the area of the rectangle.How can I do this? Shape   Rect1 Rect2 Rect3   Length  5     10 15  Breadth    2            8          6 Area      

    ENTHU ENTHU
    Discussions |
    May 29, 2018 6:55 PM
    7915 views | 2 replies
  • repeated-measure MANCOVA

    Hi everybody,I use JMP Basic 14 and I need to run a repeated-measure MANCOVA analysis.Any suggestion how to perform it, please? Thank you.

    Reinaldo Reinaldo
    Discussions |
    May 29, 2018 4:34 PM
    5589 views | 4 replies
  • Dynamic Filters for SQL Query

    So I dont know anything really about SQL, so I used the JMP Query Builder and based all my code off that.Basically, I want to allow the user to filter any data they want via a pop up screen where they can pick the column to filter, then what values they want to filter.  All the columns in my JMP table are valid column names in my  Database.  So i got to the point where i created an associative arr...

    thsueh89 thsueh89
    Discussions |
    May 29, 2018 7:12 AM
    8568 views | 4 replies
  • F-test comparing unrestricted and restricted model in JMP

    Hello, I need to compare the residual sum of squares in an unrestricted model with the residual sum of squares in a restricted model using an F-test to see if the additional independent terms in the unrestricted models significantly reduce the unexplained variations in the model. In the linked Youtube video, a guy shows how to do it manually (view the last 2 minutes or so) - however, I need to do ...

    Gummiand12 Gummiand12
    Discussions |
    May 25, 2018 8:35 AM
    3258 views | 1 replies
  • Chi Square independence P value colors

    I am conducting a contingency analysis on a set of data at using the Chi square tests of indepedence. JMP does its thing and then spits out P values for Likelihood Ratio and Pearson. Sometimes JMP puts the P value in an orange color. Sometimes it puts it in red. Sometimes there's an asterisk after the P value, sometimes there's not. What is the significance of the color and the asterisk? I do not ...

    AndrewRS AndrewRS
    Discussions |
    May 25, 2018 7:25 AM
    3229 views | 1 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
    1710 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
    3811 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
    2631 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
    2258 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
    3499 views | 0 replies
view all discussions