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

  • Sort order on JMP graphs?

    Is there a way to order elements in a graph?  The attached example includes ranges of years and doesn't look right in an alphabetized order

    rossmiller rossmiller
    Discussions |
    Jun 8, 2012 1:19 PM
    12457 views | 2 replies
  • How to multiply multiple columns by a constant?

    I am working with a data table near ~250 columns. For about half of the columns, I need to multiply the column by 1000 (for mA).I would like to do this without having to create a new column every time (reassigning the column). Throwing this code into my script, I  have DataTable("Temp")<< (:Col_To_Multiply *= 1000);This equation is not changing my column at all, and its also not throwing any error...

    matt_p matt_p
    Discussions |
    Jun 7, 2012 8:36 AM
    18298 views | 2 replies
  • JSL: make check box in loop


    Hello guys,I'm learning JSL recent days , but come across many problems , one of them is like this:see I have 3 names stored in a table, I want to put these names into a window with check box infront of each name:I can make it by the script below:/* script 1 */x1="Name1";x2="Name2";x3="Name3";New Window("Hi", y1=Check Box(eval(x1)),y2=Check Box(eval(x2)),y3=Check Box(eval(x3)));how can I do it in ...

    yc4037 yc4037
    Discussions |
    Jun 5, 2012 4:04 AM
    9135 views | 2 replies
  • Mac: Unable to copy/paste chart

    This should be easy, but I cannot find a way.

    How can I copy and paste a chart?

    I tried as per the manual:
    - click on the Selection Tool (the fat cross)
    - selected chart
    - Copy

    So far so good. Now, when I paste (in Keynote, TextEditor, etc.) all I get is some text form the chart.

    Why is something so simple so hard in JMP?

    Thanks.

    Discussions |
    Jun 4, 2012 3:48 AM
    13496 views | 8 replies
  • Open File Error

    I have a JSL script (JMP 9) that works on csv files in a directory. The script works fine if its in the same directory as the csv files. It gives a 'unable to open file' error if its not in the same directory as the csv files. Can someone tell me what I am doing wrong?Preview Text Error: Unable to open file. Import Text: Unable to determine delimiters. Tried to open: /M:/OV9760/xyz.csvCannot open ...

    Anonymous Anonymous
    Discussions |
    Jun 3, 2012 11:33 PM
    12474 views | 1 replies

Latest Discussions

  • Control Charts Alarm

    Hi,Kind of a newbie with JMP Scripting. Appreciate any help that I can get.Here are the steps that I'm trying to achieve. First I'm opening the excel file and within that excel file selecting a sheet.  Then I'm applying few SQL statements to get a subset of the sheet;s data and naming that data setas Subset of Adherence.  Following that is creation of log to which I'm writing all the control point...

    ashwing ashwing
    Discussions |
    May 28, 2012 12:14 PM
    4145 views | 1 replies
  • Outline Box Title Font (can it be set)?

    Can the font of an Outline Box title be set (e.g. size, type, color)?  I see there's nothing direct, but was wondering if there was some novel way to reference a TextBox (which can be set), etc?  Since virtually every canned JMP chart seems to use an Outline Box by default, it would be slick if JMP would let us control the Outline Box font.  I almost succeeded trying something different, but ran i...

    djhanson djhanson
    Discussions |
    May 27, 2012 4:35 PM
    3935 views | 3 replies
  • can i convert date mm/dd/yyyy to character "mmddyyyy"

    I need to concat the date information with the file name, however during concat the date variable changes to sas or hexadecimal format. Thanks Gowri

    gow gow
    Discussions |
    May 24, 2012 5:18 AM
    4352 views | 2 replies
  • How to properly format formula result as date?

    Hi,I need to create a Date field in a data set imported into JMP. In the original data, the date is embedded in the date-time format YYYYMMDDhhhhmmss. I wrote the following simple formula and attached it to a new column:Munger(:DATE, 0, 8).The result looks OK but when I change the column format Numeric > Continuous > Date > yyyymmdd, the values change to the format “1904….”.I thought maybe I need ...

    qafnagy qafnagy
    Discussions |
    May 23, 2012 6:20 AM
    4483 views | 3 replies
  • How to maximise a window

    Please forgive me if this is simple but I am fairly new to scripting. How does one get a journal window to be maximised in a script? I am trying to automate some SPC control charts and I get them to a journal which is displayed on the screen of a particular equipment. If I run the script from the script window which is already maximised then the journal is maximised. If I open and the script strai...

    Discussions |
    May 15, 2012 5:54 AM
    5456 views | 3 replies

Latest Discussions

  • Sample Size

    Hello I have a sample of 159 individuals and I want to run an exploratory factor analysis and confirmatory factor analysis using SAS .How much individuals should I consider in ordrer to run both of them ? Is there a rule to choice?What are the SAS command associated?Can we do them by JMP,Thank you

    radhi radhi
    Discussions |
    Mar 5, 2012 6:36 AM
    2352 views | 0 replies
  • Selecting List of variables

    I would like select in a data table some variables from a list that I have copied from a previous analysis or from another data table containing those names in cells. Would some body know a straightforward way to do that?ThanksYves

    yves yves
    Discussions |
    Jan 4, 2012 8:30 AM
    2319 views | 0 replies
  • oh my - so many different methods to calculate percentiles

    http://www.amstat.org/publications/jse/v14n3/langford.htmlGosh - I did not realize there were so many different ways to calculate percentiles! I just noticed my results from Excel (formula =percentile (array, percentile) and JMP (quantile plots and data) differed, and that led me to the above website, which identifies about 12 or more different methods! I am at a bit of a loss, for I often use res...

    deer_dog deer_dog
    Discussions |
    Nov 29, 2011 8:55 AM
    3980 views | 0 replies
  • nonparametric equivalent to two-way ANOVA?

    Hi all,I have data that does not transform to fit assumptions of normality and homoscedasticity needed to perform a two-way ANOVA. I have found information on how to run nonparametric tests that are the equivalent of one-way ANOVAs, but can't find a way to do a two-way nonparametric analysis. Suggested tests (from an online search) are Cochran Q and/or Friedman's test. Not sure if there is some ot...

    aquastralis aquastralis
    Discussions |
    Sep 18, 2011 4:57 PM
    4145 views | 0 replies
  • Do you think you're up to the challenge?

    I've just posted a JSL scripting challenge to the JMP Blog.     Take the JMP Add-In challengeIf you think you've got what it takes, please submit an entry.I'm looking forward to seeing what you come up with!-Jeff

    Jeff_Perkinson Jeff_Perkinson
    Discussions |
    Sep 8, 2011 5:43 AM
    2247 views | 0 replies
view all discussions