cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Easily detect, manage, and convert column units in JMP by downloading Unit Conversion in the JMP Marketplace!
  • Need to analyze data that resides in a database? Register for the April 10 Master JMP webinar to learn how.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Rename column name based on value from xth rows

    Hi All,I am trying to use jsl to rename the column name of a datatable using rows value from row that met predefined criteria.My script is as followed:  dt = Open();
      Current Data Table() << set name( "ABC" );
      dt = Data Table( "ABC" );
      lastcol = N Col( dt );
      header=dt<<Get Rows Where (:(2)=="Colour"); // this is the criteria, i wanted to identify the row where the value in column2 is "Colour"
      ...

    novicepg novicepg
    Discussions |
    Feb 17, 2013 4:46 PM
    12423 views | 2 replies
  • Different highlighting in JMP 10 when selecting points on graph with line

    In JMP 8 and 9, if you created a graph with graph builder with points and connecting lines, you could select individual points on the graph.In JMP 10, if you create a graph with points and connecting lines, when you select a point it selects the entire line (and all of the rows in the data table).  If you draw a graph using only points (no connecting line), then you can select individual points.Is...

    pmroz pmroz
    Discussions |
    Feb 9, 2013 4:00 PM
    4287 views | 2 replies
  • How to change many column properties at once?

    Anyone know how to change many column properties at once (e.g. have imported data and JMP assumes all character and I need to change all to contiesinuous numeric) ?  "Column Info>Data Type> Modeling Type>OK" for several dozen is TOO much!Thx!

    steven_reagan steven_reagan
    Discussions |
    Feb 7, 2013 8:13 AM
    5954 views | 2 replies
  • Username/Password required to open website with JSL

    I'm trying to access a CSV served by one of our web APIs, but it's behind an authentication wall.  When I use the traditional Open() statement, I'm told that the resource was not found, and passing the parameters using the https://user:password@website.compassword@website.com results in the same error.I AM able to open the file with the Web Browser Box() function, which authenticates through a Win...

    afterword afterword
    Discussions |
    Feb 6, 2013 12:16 PM
    4112 views | 1 replies
  • Select Where() not working

    I spent a lot of time trying to create a simple "Select Where()" statement in JMP, and it was not working.Here's the line of code I was trying to use: dtData << select where(yParamList <= minLimList);yParamList is a valid columnminLimList is a valid numberAfter reading some of these forums, I found someone suggesting to put it all in a string and then parse it out, so i changed the above code to t...

    mikedriscoll mikedriscoll
    Discussions |
    Jan 31, 2013 4:43 PM
    9194 views | 2 replies

Latest Discussions

  • Different highlighting in JMP 10 when selecting points on graph with line

    In JMP 8 and 9, if you created a graph with graph builder with points and connecting lines, you could select individual points on the graph.In JMP 10, if you create a graph with points and connecting lines, when you select a point it selects the entire line (and all of the rows in the data table).  If you draw a graph using only points (no connecting line), then you can select individual points.Is...

    pmroz pmroz
    Discussions |
    Feb 9, 2013 4:00 PM
    4287 views | 2 replies
  • How to change many column properties at once?

    Anyone know how to change many column properties at once (e.g. have imported data and JMP assumes all character and I need to change all to contiesinuous numeric) ?  "Column Info>Data Type> Modeling Type>OK" for several dozen is TOO much!Thx!

    steven_reagan steven_reagan
    Discussions |
    Feb 7, 2013 8:13 AM
    5954 views | 2 replies
  • Username/Password required to open website with JSL

    I'm trying to access a CSV served by one of our web APIs, but it's behind an authentication wall.  When I use the traditional Open() statement, I'm told that the resource was not found, and passing the parameters using the https://user:password@website.compassword@website.com results in the same error.I AM able to open the file with the Web Browser Box() function, which authenticates through a Win...

    afterword afterword
    Discussions |
    Feb 6, 2013 12:16 PM
    4112 views | 1 replies
  • How to create column names based off a list?

    I have a list comprised of stringlist={Albert,Bert,Cathy ,Daniel,Total} that are column names in a tableI'd like to create in the same table 4 new columns, with new column names Albert Total,Bert Total,Cathy Total, Daniel Total where the formula of Albert total = Albert/Total, Bert = Bert/Total, etcThe column names albert, bert, cathy, daniel can be variable, but the column name total is always th...

    euge euge
    Discussions |
    Jan 28, 2013 1:16 PM
    4690 views | 2 replies
  • Memory Allocation to JMP

    I would appreciate it very much if anyone knows how to increase the memory allocation to JMP.  Thank you in advance.Xiaojie

    xj xj
    Discussions |
    Jan 7, 2013 1:42 PM
    6219 views | 1 replies

Latest Discussions

  • Grid for differentiating classes on x-Axis

    Hello,I have the following plotNow I need grid on a different position: It should be in the middle between the classes --> (separating the three values each )How can I do that??THANKS!!

    michael_behrisc michael_behrisc
    Discussions |
    Dec 3, 2012 3:29 AM
    2950 views | 0 replies
  • 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
    4992 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
    3168 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
    4742 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
    2553 views | 0 replies
view all discussions