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

  • Iterating Down Rows

    Hi, I'm new to JMP/JSL but have experience with Java and am currently writing a program that needs to iterate through a column of address data and check if the address is already in the system; if it is, it should populate new columns with the latitude and longitude values. I'm using associative arrays and this is what I have so far: NamesDefaultToHere(1); //all variables local
    rawData = Open("Kevi...

    nqj nqj
    Discussions |
    May 22, 2017 4:45 AM
    9721 views | 4 replies
  • I/O problem

    Hello, I have some data table loaded from SQL by query. When I try to close it, I get an "I/O problem" message (see attached). My close command is: close(Data Table("MyTable"),nosave); What may be a reason for the error? Jmp still closes the table,so what can I do for JMP will not show the error message?   Thanks, BG, Tom.  

    tom_abramov tom_abramov
    Discussions |
    May 22, 2017 3:12 AM
    7149 views | 1 replies
  • Regression Analysis

    Hello Everyne.  One new question: I have a regression line (please see attachment)  Y xs X. I have calculated the confidence intervals for Y as a function or X.  However based on this fit, when I want to get the confidence intervals of X how do I calculate them. The reason for this question is that ofter times we obsere a response (Y) and then read back the X value from the regression line. Theref...

    none1 none1
    Discussions |
    May 20, 2017 5:24 AM
    7740 views | 5 replies
  • How to change line color in CDF or Quantile plot?

    Hi,I am generating cummulative plots like the example below.However, I want to color of the lines not to be determined by col2 but by col3.Adding Color ( :col3 ) didn't do the trick...Thx, Phil Oneway(
    Y( :col1), X( :col2),
    All Graphs( 0 ), Plot Quantile by Actual( 1 ), Line of Fit( 0 ), X Axis Proportional( 0 ), Grand Mean( 0 ), Color ( :col3 )
    )

    PPS PPS
    Discussions |
    May 19, 2017 12:14 PM
    5127 views | 6 replies
  • Parallel Line Analysis and Annova

    Dear All, I have a very easy-difficult question.,that I suppose I have not been able to solve due to my limited ability as a statatician (very sad about it).  This is some kind of a bioassay where 6 replicates are tested at 3 different concns. So there are 18 observations for the Standard and 18 observations for the Test Sample. The aim is to confirm that non-pararalism is not-significant and that...

    none1 none1
    Discussions |
    May 18, 2017 1:47 PM
    9620 views | 3 replies

Latest Discussions

  • How to change line color in CDF or Quantile plot?

    Hi,I am generating cummulative plots like the example below.However, I want to color of the lines not to be determined by col2 but by col3.Adding Color ( :col3 ) didn't do the trick...Thx, Phil Oneway(
    Y( :col1), X( :col2),
    All Graphs( 0 ), Plot Quantile by Actual( 1 ), Line of Fit( 0 ), X Axis Proportional( 0 ), Grand Mean( 0 ), Color ( :col3 )
    )

    PPS PPS
    Discussions |
    May 19, 2017 12:14 PM
    5127 views | 6 replies
  • How do I add a filter column as a AND criteria

    The syntax for Add Filter dictates that the new columns must be in the OR criteria.Is there some way I can add rules in an iterative way? dtf<<Add Filter(columns(column <,col>), <Where(clause)>)Add one or more filter columns in a new OR group.

    clarencelew clarencelew
    Discussions |
    May 18, 2017 9:58 AM
    11236 views | 11 replies
  • How to generate bar graphs that show significance between bars?

    I would like to generate graphs that show significance between levels like this: My current graphs contain everything shown above except the lines and stars showing significance. I saw a previous post which shows how to label each bar with a star to indicate significance against a control, but is there a way to indicate significance against each category in JMP?  

    mwei04 mwei04
    Discussions |
    May 17, 2017 10:53 AM
    10492 views | 1 replies
  • KS test

    How can I explain my results? Is that possible to save the results window in a excel or text file? How?

    farida farida
    Discussions |
    May 17, 2017 6:16 AM
    5340 views | 2 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2155 views | 0 replies

Latest Discussions

  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2155 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4250 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3310 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3331 views | 0 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4388 views | 0 replies
view all discussions