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

  • Hiding points (but not lines) in JMP10 Graph Builder and other troubles

    I recently upgraded from JMP9 to JMP10, and my Graph Builder-based charts are now broken!Previously, I could create a graph with both lines and points, but hide some of the points so that only meaningful points would appear along the line.  In JMP10, hiding points also makes the line disappear.  Are there any settings I can change to revert this behavior?Also in JMP9, expanding one chart in a trel...

    afterword afterword
    Discussions |
    Jan 3, 2013 7:50 AM
    12942 views | 7 replies
  • add fitting line using jmp script.

    I am using jmp script to draw X-Y scatter plots.Can I add fitting lines by group using JMP scripts too?here is sample of the script I copied:Bivariate(    Y( :Height ),    X( :Age ),    Fit Where( :HDDt == "Schoo_A", Fit Line( {Line Color( {213, 72, 87} )} ) ),    Fit Where( :HDDt == "School_B", Fit Line( {Line Color( {64, 111, 223} )} ) ))If next time, I have 3 groups, School_A, School_B, School_...

    qt qt
    Discussions |
    Dec 31, 2012 4:31 AM
    10164 views | 3 replies
  • JSL Create Variability Chart from Tabulate table

    Hi AllI have the following script for issue presentation only:I can't understand what is wrong - why chart not displayed.dt = Open( "$SAMPLE_DATA/Hurricanes.jmp" );tdt = dt<<Tabulate(  Add Table(  Column Table(  Analysis Columns( :Atmospheric Pressure ),  Statistics( N, Mean )  ),  Row Table( Grouping Columns( :Name, :Name( "Wind (Knots)" ) ) )  ));pivotTable = tdt << Make Into Data Table;tbName =...

    vritti vritti
    Discussions |
    Dec 27, 2012 5:43 AM
    4291 views | 1 replies
  • Sorting a column with a script

    I have a file (mydata.jmp) and I manually sort the Temperature column (right click, and then Sort).I'm trying to automate this in a jmp script.  what's the correct command so the column is sorted and the new file retains the original file name.  I have tried a few commands and the result of the sort command creates a new unnamed file, which is NOT what I want.  

    whom whom
    Discussions |
    Dec 12, 2012 5:14 AM
    13152 views | 2 replies
  • How to match number in parentheses?

    The task is quite simple: extract number from a pair of parentheses in a string.For example: "3" from "Abc_Def_Gh(3)_Ijk"But I get "(3)" with formula Regex(:String_Column, "\(([0-9])\)"). So the questions is that how can I specify where the match start. Any pointer to more detailed JMP Regex document are welcome.Thanks,Dong

    new-jmper new-jmper
    Discussions |
    Dec 6, 2012 2:37 PM
    8664 views | 2 replies

Latest Discussions

  • JSL Create Variability Chart from Tabulate table

    Hi AllI have the following script for issue presentation only:I can't understand what is wrong - why chart not displayed.dt = Open( "$SAMPLE_DATA/Hurricanes.jmp" );tdt = dt<<Tabulate(  Add Table(  Column Table(  Analysis Columns( :Atmospheric Pressure ),  Statistics( N, Mean )  ),  Row Table( Grouping Columns( :Name, :Name( "Wind (Knots)" ) ) )  ));pivotTable = tdt << Make Into Data Table;tbName =...

    vritti vritti
    Discussions |
    Dec 27, 2012 5:43 AM
    4291 views | 1 replies
  • 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
    2774 views | 0 replies
  • How to change axis scale in surface plots

    HelloI'm trying to adjust the scales of the axis in the surface plots I've been creating in JMP 10 with no success. In the manual it say to double click the axis to access the axis settings, but nothing happens when I do this.Any suggestions?thanks

    abdulj abdulj
    Discussions |
    Nov 30, 2012 12:39 PM
    5072 views | 2 replies
  • 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
    4844 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

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
    2774 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
    4714 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
    2999 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
    2350 views | 0 replies
view all discussions