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!
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Finding patterns between temprature and faults

    Hi,I am looking to find patterns/trends between the number of faults we get in our systems and the the ambient temprature. I am using JMP to do this and like to know what is the best way of doing this. I have a year's worth of data and not sure what is the best way to analyse this.Does anybody know?thanks

    monty monty
    Discussions |
    Oct 28, 2012 11:54 AM
    3685 views | 2 replies
  • How can I combine 2 columns into one?


    I would like to combine two columns into one. My data looks like the table below where "." represents missing data. I would like to make a column which resembles Column C.Column AColumn B.2013.20142016.2017.Column C2013201420162017

    hacketkm hacketkm
    Discussions |
    Oct 23, 2012 9:10 AM
    12737 views | 3 replies
  • creating a text box and reference data using JSL

    iam trying to create a text box that asks where it asks for "Enter the required Code" . The user enters the code and clicks on 'Search' button. Then the code entered has to be searched in the script.example:-kw1=""; dial_wind =New Window("Select Profit Center",
    Text Box(""),
    Text Box("Enter you profit center code."),
    Text Box(""),
    keyword1 = Text Edit Box("",<< set width (200), <<script(kw1=keyword1<...

    fr2007 fr2007
    Discussions |
    Oct 22, 2012 4:33 AM
    11677 views | 1 replies
  • 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
    10571 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
    10200 views | 5 replies

Latest Discussions

  • Finding patterns between temprature and faults

    Hi,I am looking to find patterns/trends between the number of faults we get in our systems and the the ambient temprature. I am using JMP to do this and like to know what is the best way of doing this. I have a year's worth of data and not sure what is the best way to analyse this.Does anybody know?thanks

    monty monty
    Discussions |
    Oct 28, 2012 11:54 AM
    3685 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
    3215 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
    12272 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
    2936 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
    3927 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
    4991 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
  • 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
    2503 views | 0 replies
view all discussions