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

  • 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
    3825 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
    8689 views | 2 replies
  • Renaming a column

    I am trying to rename a column using the following script but it does not work, can anyone tell me what is wrong with this script? are there better ways to rename columns?

    col2 = Column(2);
    col2 = Set Name ("XYZ");

    Thanks.

    asvp asvp
    Discussions |
    Jan 29, 2013 1:28 PM
    11364 views | 3 replies
  • Transposing a comma-separated string into a column in JSL

    Hi folks,I am want to transform a string that i am getting as an input from a text edit box such as a,b,c,d... into a column:abcd...Any ideas?Thanks,David

    davidk davidk
    Discussions |
    Jan 29, 2013 1:12 PM
    11204 views | 4 replies
  • Model target=1 instead of Target=0 in Nominal Logistic Regression


    Hi all,           In fitting a Nominal Logistics Regression, JMP models Target=0. I want to model target=1 and get the parametric estimates for the factors.           How can i do this.           I appreciate all your help.Regards,Amit Bothra

    amitkb amitkb
    Discussions |
    Jan 29, 2013 9:13 AM
    10638 views | 4 replies

Latest Discussions

  • 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
    3825 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
    4280 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
    5919 views | 1 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
    4289 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

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