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

  • Renaming Columns

    Hi everyone,   In my code, I open up a csv file, and I rename the column to "Column 1".  In the data table, it is renamed, but when I search through all the different columns, it can't find "Column 1". It only recognizes its original name when it is opened.  I am searching for values with in a data table, and I need to know what column it is in (which is working if I set i to 2).  I know that sett...

    natalie_ natalie_
    Discussions |
    Jul 24, 2017 9:08 AM
    23425 views | 5 replies
  • Nested for loop problem

    Hi, I am testing a nested for loop. col loop will create new columnsrow loop will write in data for each row. The inner row loop seems has problem, it created 1st col, but that is all. ====================colNames=list();
    colNames[1]="A";
    colNames[2]="B";
    colNames[3]="C";

    dt = New Table("new");
    Current Data Table(dt);

    for (col=1,col<=3,col++,
     
        dt<<NewColumn(colNames[col]);
     
        for(row=1,row<=4,row++,...

    Jay Jay
    Discussions |
    Jul 22, 2017 8:28 AM
    100162 views | 5 replies
  • Graphic default markers

    Hi ~ Is there a way to change the graphic default markers so that a different marker symbol is shown for each overlay series? Currently, I can get only a single marker style that changes color with the series.

    KPietro KPietro
    Discussions |
    Jul 21, 2017 2:38 PM
    6179 views | 1 replies
  • Update values in window

    Hi, the following code has a table box containg a number col edit box initialized to [1,2,3]. However, I would like for when the button named "Change Vals" is pressed, to update the values in the number col edit box to [4,5,6]. How can I go about doing this? Code show below..Names Default To Here( 1 ); list = [1, 2, 3]; New Window( "Test", Button Box( "Change Vals", list = [4, 5, 6] ), Table Bo...

    matt7109 matt7109
    Discussions |
    Jul 21, 2017 10:02 AM
    5133 views | 1 replies
  • JSL: Alter values in a range of rows based on matching strings in a 2nd column?

    Our data collection software starts slightly earlier than our experiments do, so we'd like to eliminate that lag time in the JMP data in the following way: 1. User inputs date-time of start of each experiment ( can be multiples that start at different times in the same data table). This part I've got scripted with a List Box.2. Parse date-time.3.  Find range of rows correlated to each specific exp...

    cwbrett cwbrett
    Discussions |
    Jul 21, 2017 9:07 AM
    7181 views | 2 replies

Latest Discussions

  • Name Unresolved: state in access or eva

    Making a GUI using SAS and loading in data from .csv files.I found this code on one of the threads, but when I load my .csv file in it shoots me this error. Below is the code: Cheers,
    Tyler Name Unresolved: state in access or evaluation of 'state' , state/*###*/ //Call CreateBivariate to do a bivariate (two variable) analysis\status = List(0,0);New Window("Custom Analysis",H List Box(V List Box(Pan...

    tylerram93 tylerram93
    Discussions |
    Jul 21, 2017 7:50 AM
    8395 views | 6 replies
  • is it possible to keep text left and top position?

     Hi ALL,
    is there a way to keep text at location provided by x and y. meaning left and top justified?
    below is the code. i looked in scripting index, mey be there is something but i could not found.
    thanks
    ram a="this is a \!nnewline"; Names Default To Here( 1 ); New Window( "Example", Graph Box( Text Color( "red" ); Text( Erased, {50, 20}, a ); ) );

    ram ram
    Discussions |
    Jul 20, 2017 11:31 AM
    7275 views | 7 replies
  • VIP plot in JMP PLS platform

    Hi, I have a question reagarding the Variable Importance in the Projection plot in JMP.  In JMP, i only get one VIP plot with default cut-off line at 0.8. However, if we do PLS methods, shouldn't we have n of VIP plots (n is the component number) ? So I wonder why JMP only has one VIP plot? My guess is JMP use the first component in PLS? Hope someone could give some insights about this. I checked ...

    tyang13 tyang13
    Discussions |
    Jul 19, 2017 11:37 AM
    3628 views | 2 replies
  • Is it possible to perform generalized estimating equations in JMP? If so, how?

    Is it possible to perform generalized estimating equations in JMP? If so, how?

    ngonzalez0 ngonzalez0
    Discussions |
    Jul 19, 2017 8:30 AM
    6404 views | 4 replies
  • JSL: How to get retrieve names of more than one currently selected tables?

    Hi folks. I'm dealing with new tables every day (unique table names) which always have at least one common column header, which I use to Match Columns for Join. This is getting repetitive so I've been thinking of writing a script. Problem: I don't want to have to specify both the table names in the script every time I want to Join two tables. I'm looking for a method for the script to auto/semi-au...

    jmp13 jmp13
    Discussions |
    Jul 17, 2017 3:50 AM
    3488 views | 1 replies

Latest Discussions

  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4101 views | 0 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
    2005 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
    4007 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
    3115 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
    3112 views | 0 replies
view all discussions