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

  • Scripting a Gauge R&R issue

    as below JMP script is for Gauge R&R 5 sigma
    but in my Variability Chart ,I always got one first item can set up successfully on Gauge RR 5 sigma.i don;t understand, why i can;t get all of "y list " item on 5 sigma.anyone can help me?  rezults = Column Dialog( title( "Select Columns For Gauge R&R Analysis" ), yycol = ColList( "Y, Response", Mincol( 1 ), DataType( Numeric ) ), xxcol = ColList( "X, F...

    Fiona0723 Fiona0723
    Discussions |
    May 23, 2018 6:15 PM
    11737 views | 5 replies
  • Predicting an unknown from a trend line

    Simple question and would appreciate some assistance.  I am not a stats wiz.  the absorbance of the unknown is 0.027I need to find the concentration of the unknown.Someone, please just tell me what test to run and how to populate the cells of the test.Thank you in advance.A. Cooper  

    ACooper ACooper
    Discussions |
    May 23, 2018 1:54 PM
    4018 views | 4 replies
  • Prediction Profiler - minimize all factors

    Is there a way either manually or through JSL, that I could set desirability to minimize all factors?   Doing one factor at a time is a lot of clicks... https://www.jmp.com/support/help/14/find-the-critical-point-using-the-prediction-pro.shtml

    msharp msharp
    Discussions |
    May 23, 2018 12:37 PM
    5826 views | 4 replies
  • Alternative to Lag() when working with matrices instead of data tables

    All, 
          Is there an alternative to the lag() that I could use when working with matrices instead of data tables ? Esentially, I would like to be able to look at the value of the previous row of my column in a matrix to determine the value of current row. This can easily be acheived using the lag() function in a data table. What is an effective way other than looping to acheive this if working w...

    uday_guntupalli uday_guntupalli
    Discussions |
    May 23, 2018 9:41 AM
    9364 views | 11 replies
  • How to set Link ID in a JSL script?

    This was my guess::name("DOE ID")<<set property("Link ID", 1)

    PS_Ato PS_Ato
    Discussions |
    May 23, 2018 2:42 AM
    5531 views | 3 replies

Latest Discussions

  • Predicting an unknown from a trend line

    Simple question and would appreciate some assistance.  I am not a stats wiz.  the absorbance of the unknown is 0.027I need to find the concentration of the unknown.Someone, please just tell me what test to run and how to populate the cells of the test.Thank you in advance.A. Cooper  

    ACooper ACooper
    Discussions |
    May 23, 2018 1:54 PM
    4018 views | 4 replies
  • Color Cells based on formula result and display using tabulate.

    I am using tabulate command to display data from a table along with a graph.I have colored the cells in the data table based on a condition.Lets say if temperature < 5 color = red, 10<temperature<20 color = blue etc.I am then using tabulate function to create table from this.But the cell color doesnt seem to show up in the final output table.

    ENTHU ENTHU
    Discussions |
    May 21, 2018 5:02 PM
    7867 views | 7 replies
  • Purposefully Raising Error in JSL

    I have been searching the forum and scripting index for a way to do this but have not found anything to accomplish what I am trying to do.  I am looking for something that has similar functionality to Python's "Raise" function.  Or essentially the same functionality as the Try Throw statements but without a JSL exception being raised. For example I am writing a function that requires the user to e...

    awsmagala awsmagala
    Discussions |
    May 21, 2018 2:23 PM
    5168 views | 4 replies
  • edit spline line

    Hey, I searched for an answer before, but I couldn't find a solution.I have a chart and a row legend and splines, I want that by clicking on one of the legends his spline will be highlighted or will become more bold.This option is possible only for the values dots by clicking->> Marker Selection Mode->> "Unselected Faded" inside the chart option.I want to write a script, but I couldn't find a way ...

    shiro shiro
    Discussions |
    May 21, 2018 11:39 AM
    2849 views | 1 replies
  • Two-Way (Factorial) ANOVA

    Good afternoon, I performed a factorial experiment and obtainded a not significant ANOVA. But on the Effect test one factor is significant.How can I interpret the results? Wich results I have to consider correct? ANOVA (Prob > f) or EFFECT TEST? Thank you

    Laura1 Laura1
    Discussions |
    May 21, 2018 5:08 AM
    6554 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