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

  • How can I reload data from a SQL table?

    Hi, first of all, I am so glad to find this forum and hopefully in the future it will be my turn to help other new users (like me). I am very new to JMP, and I inherited a set of JMP files and scripts that I need to ramp up on very quickly.   I have a file that has ODBC connection to a SQL server and accesses a SQL table.   Here is the SQL:   select a.* from table1 a join table2 g on a.col1=g.col1...

    juvethski juvethski
    Discussions |
    Nov 29, 2012 10:58 AM
    4848 views | 2 replies
  • searching column names and performing portion of code using JSL

    hi alli have a requirement where I need to search the column names of the .jmp file and then perform some steps only if that column is present. How do I include this column search in JSL? for example, i have a data in excel file with column names "A" ,"B","C","D".The column D has a filter and the options are "Yes" "No" and "May be" . Using JSL , I grouped the data sheet using Table->tabulate->opti...

    fr2007 fr2007
    Discussions |
    Nov 27, 2012 2:25 PM
    12513 views | 6 replies
  • Minimizing the Home Window in JMP 9

    Is it possible to minimize the Home Window in JMP 9 via a script? I have an assortment of windows that have been positioned very conveniently around the screen by an application I'm working on, and I'd like to ensure that the Home Window - wherever it is - is automatically minimized while they're being used, and then automatically restored it to its original position once the application terminate...

    Discussions |
    Nov 26, 2012 9:22 AM
    4375 views | 4 replies
  • Is it possible to swap the x and y axis in JMP?

    I would like to graph an overlay plot. JMP limits me to putting the numerical values on the Y-Axis. I am unable to put multiple numerical parameters on the X-axis? Is there a way in JMP (JSL script even) to swap the axis?Thanks

    Anonymous Anonymous
    Discussions |
    Nov 26, 2012 9:08 AM
    16625 views | 10 replies
  • column name problem

    I have a problem in my script where JMP is not recognizing the following syntax. It works fine when I run it with the script open and hit ctrl+R or right click and run script. But if I attach the script to an addin and run from a custom menu, for some reason it is not evaluating the "column name()" correctly and I can't think of a work around. Any work-around ideas?
    Thanks.

    joinDt << New Column( "...

    mikedriscoll mikedriscoll
    Discussions |
    Nov 20, 2012 7:11 PM
    4709 views | 4 replies

Latest Discussions

  • How can I reload data from a SQL table?

    Hi, first of all, I am so glad to find this forum and hopefully in the future it will be my turn to help other new users (like me). I am very new to JMP, and I inherited a set of JMP files and scripts that I need to ramp up on very quickly.   I have a file that has ODBC connection to a SQL server and accesses a SQL table.   Here is the SQL:   select a.* from table1 a join table2 g on a.col1=g.col1...

    juvethski juvethski
    Discussions |
    Nov 29, 2012 10:58 AM
    4848 views | 2 replies
  • Minimizing the Home Window in JMP 9

    Is it possible to minimize the Home Window in JMP 9 via a script? I have an assortment of windows that have been positioned very conveniently around the screen by an application I'm working on, and I'd like to ensure that the Home Window - wherever it is - is automatically minimized while they're being used, and then automatically restored it to its original position once the application terminate...

    Discussions |
    Nov 26, 2012 9:22 AM
    4375 views | 4 replies
  • column name problem

    I have a problem in my script where JMP is not recognizing the following syntax. It works fine when I run it with the script open and hit ctrl+R or right click and run script. But if I attach the script to an addin and run from a custom menu, for some reason it is not evaluating the "column name()" correctly and I can't think of a work around. Any work-around ideas?
    Thanks.

    joinDt << New Column( "...

    mikedriscoll mikedriscoll
    Discussions |
    Nov 20, 2012 7:11 PM
    4709 views | 4 replies
  • parsing datetime field

    I'm trying to parse a date+time but without success.a = "11/9/2012 8:58:19 AM";b = Parse Date(a, "d/m/y h:m:s"); // Returns "."Is there a way to parse a date+time like this?

    Anonymous Anonymous
    Discussions |
    Nov 19, 2012 1:29 AM
    8496 views | 10 replies
  • Dynamic column formula

    I am generating new columns by adding some columns. The columns to add, I get the names from a file and build the names as a array list. The column names and number of columns could change. When the number of columns change, I am having to edit the formula to reflect the change. Using the column names array list, is there a way of dynamically adding them in the formula, without having to specify e...

    Anonymous Anonymous
    Discussions |
    Nov 14, 2012 2:25 PM
    4854 views | 3 replies

Latest Discussions

  • Interaction profile

    Hi,I am doing a regression analysis for which I got the following equation-Permeation flux= 11.395-0.058 (size)+ 4.136 (elasticity) -0.055 (size *elasticity)I got a interaction profile between size and elasticity but I dont know how to interpret this. I am attaching the profile (untitled)...Can anybody help me understand what this figure suggest.Regards,Shaan

    shaan shaan
    Discussions |
    Sep 3, 2012 2:40 PM
    4716 views | 0 replies
  • Controlling for a variable using Regression


    Would someone be able to explain to me if it is possible to control for one of my IV's when performing linear regression? I would like to control for tenure when predicting compensation from performance. I do not want to use a stepwise method. Any help would be greatly appreciated.Thank you!

    sarah_cag sarah_cag
    Discussions |
    Aug 1, 2012 2:46 PM
    3000 views | 0 replies
  • Bland-Altman plot

    I tried to create an Bland-Altman plot using the matched pairs option in JMP. Unfortunately, the plot doesn't include the common +-1,96 sd-line and I haven't figured out how to insert this line into the plot. It's no problem to calculate the sd, but I don't know how to integrate it into the plot.Does anyone have an idea on this?Thanks a lot!

    johannes johannes
    Discussions |
    Jul 25, 2012 12:21 PM
    4477 views | 0 replies
  • 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
    2318 views | 0 replies
view all discussions