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

  • JMP 13 Using Loc() with a list - changed behaviour?

    I have just upgraded to JMP 13 and it has made many custom scripts stop working. I have traced the problem to a change in how lists handle the result from a loc query. The code below used to return "pear" in JMP 12 but now returns {"pear"}. mylist = {"apple","pear"}; mychoice = "pear"; showchoice = mylist[loc(mylist, mychoice)];I was using the list[loc()] syntax to create SQL comma separated stri...

    stephen_pearson stephen_pearson
    Discussions |
    Aug 2, 2017 7:52 AM
    8588 views | 4 replies
  • Saving Summary Table through a JMP script

    Hello Everyone,                              I have a simple question: I am doing something like this with my original data table:summDt = dt << Summary(Group(SBIN_NAM)) I would like to save the resulting summary table by doing something like this:output table name("Test");dt << Save("C:\Parishes-XY.jmp"); But this doesn't work at the moment...can someone help please... thanks.  

    syedhashmi syedhashmi
    Discussions |
    Aug 1, 2017 6:13 PM
    3015 views | 1 replies
  • Select Where a Column Contains a Value

    I have a script that is supposed to: 1) Allow the user to pick multiple files to open 2) Close any files that have no data (ie only one column with one value that says NA) 3) Close any files that do not contain 1146 in column 7 (the column is called Sealer # in some filesand is unnamed in others, further it is a character column in some files and a numeric column in others) I have gotten the first...

    rfeick rfeick
    Discussions |
    Jul 31, 2017 7:38 PM
    13126 views | 9 replies
  • Proportional hazards

    There are two groups of patients. How to make adjusted survival curve? 

    Ted Ted
    Discussions |
    Jul 30, 2017 2:47 AM
    12276 views | 5 replies
  • writing script to export tables

    Hi, I was wondering how to write a script to automate exportation of specific tables in an output file? I need to calculate confidence intervals for a large set of data, and would like JMP to automatically copy those confidence intervals to either a .txt or .csv file. 

    rmay rmay
    Discussions |
    Jul 28, 2017 2:34 PM
    5165 views | 3 replies

Latest Discussions

  • Saving Summary Table through a JMP script

    Hello Everyone,                              I have a simple question: I am doing something like this with my original data table:summDt = dt << Summary(Group(SBIN_NAM)) I would like to save the resulting summary table by doing something like this:output table name("Test");dt << Save("C:\Parishes-XY.jmp"); But this doesn't work at the moment...can someone help please... thanks.  

    syedhashmi syedhashmi
    Discussions |
    Aug 1, 2017 6:13 PM
    3015 views | 1 replies
  • writing script to export tables

    Hi, I was wondering how to write a script to automate exportation of specific tables in an output file? I need to calculate confidence intervals for a large set of data, and would like JMP to automatically copy those confidence intervals to either a .txt or .csv file. 

    rmay rmay
    Discussions |
    Jul 28, 2017 2:34 PM
    5165 views | 3 replies
  • Run Charts

    Perhaps I am missing something in the Run Chart platform?  After producing a run chart, where is the analysis such as tests for clusters, trends, mixtures, oscillation, etc (with p-values).?

    Steven_Moore Steven_Moore
    Discussions |
    Jul 28, 2017 12:23 PM
    5253 views | 1 replies
  • 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
    8433 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
    7335 views | 7 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
    4121 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
    2014 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
    4020 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
    3125 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
    3128 views | 0 replies
view all discussions