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

  • Help with an IF() statement?

    I would like to use an IF() statement to assign a value to a column if another column meets a certain requirement.Column 1Column 2A1B2UNKNOWNC3D = 100;IF( :Column 1 == "UNKNOWN", :Column 2 = D);The script isn't recognizing D as the value "100". Could anyone help me out?

    hacketkm hacketkm
    Discussions |
    Oct 19, 2012 9:53 AM
    10175 views | 1 replies
  • How to initialize things in a modal window?

    I have a modal window and I need to preset some values in a combobox.  I can do this in a non-modal window but not in the modal window.  Anyone know how?Here's an example from the JSL manual.  This is a non-modal window, so the item "Two" is preselected in the combobox.New Window( "Example",       cb = Combo Box(            {"One", "Two", "Three"},            selection = cb << GetSelected();      ...

    pmroz pmroz
    Discussions |
    Oct 18, 2012 2:56 PM
    9609 views | 5 replies
  • Multiple Regression - Best Subsets

    Hi,Is there a way to do best subsets under multiple regression?  I cannot find it.Thanks,Al

    alcoons alcoons
    Discussions |
    Oct 15, 2012 7:38 PM
    9811 views | 1 replies
  • A JSL scripting question: JMP alert Please select the rows to be deleted

    Has anyone seen this pop up box come up while trying to delete rows?  I pasted the code that I'm using below.On several of my scripts, I've seen this pop up box show up - there's no option except "Ok", and once you click it, the script continues as normal.  It's part of an iterative loop, and strangely it doesn't happen on every iteration.At first I thought it happened because the row selection in...

    euge euge
    Discussions |
    Oct 15, 2012 5:01 PM
    15077 views | 2 replies
  • HELP

    I've succeeded to install JMP on my PC, but when I click on the icon, nothing happens. The software does not open!! Can someone help me? :-s

    eifrid eifrid
    Discussions |
    Oct 11, 2012 10:14 AM
    2948 views | 1 replies

Latest Discussions

  • HELP

    I've succeeded to install JMP on my PC, but when I click on the icon, nothing happens. The software does not open!! Can someone help me? :-s

    eifrid eifrid
    Discussions |
    Oct 11, 2012 10:14 AM
    2948 views | 1 replies
  • Smoother graph with confidence levels

    I have attached a couple of images of graphs I have created.The raw data is a series of temperature probe measurements showing cooling curves by pallet. The image 'data trends' shows each trend, the image 'smoother' shows a summary curve. I want to be able to represent the distribution on this summary curve. A suggestion has been to have a shaded area around the line that indicates 95% confidence,...

    phillby phillby
    Discussions |
    Sep 20, 2012 1:12 PM
    11471 views | 3 replies
  • Creating new column

    I am trying to create a column titled >2 Exac from the following example data set.PatientExac/yr>2 Exac2341123421234512341123510235102351023631236112361123611If any row for a particular patient is greater than or equal to 2 then I want to place a 1 in the new column (>2 Exac) for that patient (for each entry in the database).If no row for a particular patient is greater than or equal to 2, then I ...

    jstewart jstewart
    Discussions |
    Sep 19, 2012 11:23 PM
    2729 views | 1 replies
  • Text Edit Box - wrap text method?

    Any known ways or tricks to do so using a Text Edit Box?  Pretty sure that <<set wrap() only works with a Text Box and not a Text Edit Box...  thx... dj

    djhanson djhanson
    Discussions |
    Sep 12, 2012 11:49 AM
    3643 views | 1 replies
  • Number of points outside specification limits

    Hi EveryoneIf I have a data set of, for example 200, and want to know how many values are outside of the specification limits, is there a way for JMP to calculate how many points are outside those limits for each of those 200 lots if I for example have anywhere from 6 to 12 values for each lot.ex: spec limits: 2-5%Lot A values: 2, 3, 6, 7, 4, 3 (2 outside limits)Lot B etc...ThanksStats1

    stats1 stats1
    Discussions |
    Sep 12, 2012 2:15 AM
    3563 views | 1 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
    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
    2997 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
  • 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