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

  • Nest If() Statements

    Good Afternoon, I am trying to calculate "pass/fail" based on a give set of spec limits. The problem i am running into is that i have approximately 386 devices on a wafer that is tested on 16 different channels which all have different spec limits. To top that off, I have 2 different test conditions. The only solution i have is a ton of IF() statements If( (:Channel == 0 ) & (:test_output >= 16) &...

    Yngeinstn Yngeinstn
    Discussions |
    Aug 17, 2018 11:22 AM
    12634 views | 4 replies
  • How to Select If Column Contains a Specific Value Else Do Nothing

    Hello Everyone,   Is it possible to write a select statement for a column where if the column does not contain a desired value it will do nothing but if the column does contain the value I am looking for I can have it perform additional scripting?   I have a column Notification Code that contains 3 values "1-Addition", "3-Update", and "4-Delete" that is among my transactional data. When the table ...

    Sully Sully
    Discussions |
    Aug 17, 2018 9:38 AM
    6577 views | 2 replies
  • How to use JSL to generate control chart and save the scripts in data table

    I was trying to generate the control chart and save the lengthythe script to the data table at the same time. The control chart script is lengthy. So instead of doing copy & paste the long script shown below is there a sophisticated way to do it? Any help appreciated.      Names Default To Here( 1 ); dt = Current Data Table(); Control Chart( SendToByGroup( {:group == "A"} ),... .... ); dt << New S...

    midori555 midori555
    Discussions |
    Aug 17, 2018 5:09 AM
    7402 views | 3 replies
  • pasting bug?

    I am having a very difficult time lately copying and pasting from excel (Excel for Macintosh version 16.12) to JMP (13.2.0).A column of numbers (not dates or text) will want to paste as characters.  When I accept that and then go into Standardize attributes and recode I can always find one single value that has gibberish characters added to the number.This can even happen if I take a numerical col...

    Maureen Maureen
    Discussions |
    Aug 16, 2018 4:38 PM
    8093 views | 7 replies
  • Remove shading of Graph Builder titles

    The patent office requires drawings in plain black and white. How can one remove the shading of the titles used in Graph Builder (see Sex and Vehicle below)? The light background shading is easy to remove, but increasing the contrast in Powerpoint to remove the dark shading of the "Sex =" doesn't work well. Also is there an option tol increase all font sizes by a factor to fulfil the requirement t...

    Knut Knut
    Discussions |
    Aug 16, 2018 3:47 PM
    7897 views | 6 replies

Latest Discussions

  • pasting bug?

    I am having a very difficult time lately copying and pasting from excel (Excel for Macintosh version 16.12) to JMP (13.2.0).A column of numbers (not dates or text) will want to paste as characters.  When I accept that and then go into Standardize attributes and recode I can always find one single value that has gibberish characters added to the number.This can even happen if I take a numerical col...

    Maureen Maureen
    Discussions |
    Aug 16, 2018 4:38 PM
    8093 views | 7 replies
  • Correlation for binary data in different columns

    Hi So I have a very large dataset full of 1's and 0's for each column. I am trying to see if there is any correlation between some of the particular columns.I am trying to correlate data on inside an area vs. outside of the area to see if there are any significant differences between people inside and outside these areas. And I am doing it for many different areas. It is a survey with yes and no a...

    Maxpower1123 Maxpower1123
    Discussions |
    Aug 16, 2018 12:39 PM
    13140 views | 10 replies
  • pb with update database

    hi, with jmp14, I've created a database with the query builder.when I want to update the data base, there is no update.I don't understand why. If someone could help me... //Beginning of the script for the update of the database: New SQL Query( Version( 130 ), Connection( "JMP" ), JMP Tables( ["Exploitation" => "Source(Open( \!"S:\Guingamp\Commun\Fab\BDD Exploitation.xlsm\!", Feuilles de ...

    Françoise Françoise
    Discussions |
    Aug 16, 2018 1:06 AM
    4741 views | 7 replies
  • Outliers more than 3 standard deviations in JMP

    Hi, Is there any way to detect outliers more than 3 stansard deviations in JMP?  I should say that I am familiar with the "explore outliers option as well as "Levey Jennings" Control chart. but, is there other way to detect outliers more than 3SDs? thanks, Ne

    NeF NeF
    Discussions |
    Aug 15, 2018 2:50 AM
    11119 views | 6 replies
  • JSL: save the dashboard output as pdf

    Hi all,  my script  does some analysis and puts the output into a dashboard. As the next step, I want the script to save the dashboard in a different format, say PDF. I failed all my tries. I am using JMP 14 (not JMP Pro). I checked the post where smth similar was done with the help of Application Buildier in JMP Pro, but that seems not to be very useful in my case. I would appreciate very much if...

    Aziza Aziza
    Discussions |
    Aug 14, 2018 6:15 AM
    2718 views | 1 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3281 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2314 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2849 views | 0 replies
  • 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
view all discussions