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

  • Scriptable[] or 'send expects scriptable object'

    Hi, I've tried many methods of trying to select specific rows with PM#=2 and  Logistic#=1 in my pre-filtered table, but I either get a 'Send expects scriptable object' message, a 'Scriptable[]' and then script termination, or an endless loop.  Can someone please help with what is inappropriate with the syntax that I cannot program the row selection?  Thanks!     lamstationfile=Pick File("choose fi...

    asdf asdf
    Discussions |
    Nov 1, 2017 8:17 AM
    10118 views | 8 replies
  • Need help with getting input from a Text Edit Box

    Hi All,  I need help with getting input from a "Text Edit Box". After the user inputs the Lot Number (Lot_Num variable), i wanna use it as a numaric/text value. when i try to print Lot_Num, i can see that the output is not the string the user put in the "Text Edit Box". This value will need to be placed in a new row for existing data table.   User_Input = New Window( "Enter Lot Number", Text Box(...

    elad elad
    Discussions |
    Oct 31, 2017 11:06 PM
    10316 views | 3 replies
  • Sort a column by variable

    Hi,How would I go about creating a new column that contains the sorted values of one column by another variabe?An example to hopefully clarify: if I had a table with two rows: Name and age, how would I create a third row that displays the names sorted from oldest to youngest? Thanks!

    matt7109 matt7109
    Discussions |
    Oct 31, 2017 12:36 PM
    6832 views | 3 replies
  • Indentation of COLBOX text

    I'm using colboxes inside of a tablebox.  The colboxes contain a set of text boxes, which allows me to control the foreground and background color as well as bolding of the text.  The problem is that the text is too close to the left side of it's column.  Here's an example where the first column is a colbox containing icon boxes, the second a stringcolbox, and the third one a colbox containing tex...

    pmroz pmroz
    Discussions |
    Oct 31, 2017 12:25 PM
    8349 views | 4 replies
  • 4D plots

    Hi,  I wanted to know if there is a way to plot 4D functions in JMP.  Examples are attached.  
    Thanks, Ahmad  

    aumair aumair
    Discussions |
    Oct 31, 2017 5:22 AM
    7444 views | 2 replies

Latest Discussions

  • how to add Std Error Mean Predict column in our data sheet in JMP

    hi alli am doing my project and for my report i need to have the  Std Error Mean Predict column in my data sheet for all dependent variables. the picture below is the out put using SAS. i need to have the highlighted column added to my data sheet in JMP. is there any way to do that with out coding?

    mohammad mohammad
    Discussions |
    Oct 27, 2017 5:37 AM
    5384 views | 4 replies
  • Making changes across data tables

    Hello!  I have a large master data table which I have subsetted into at least ten other subsetted tables of that data for different analyses.  Occasionally I find mistakes in a data table and need to change a cell, column, etc.  Is there a way to have these changes carry across all the subsetted data tables without having to find the corresponding cell in each table and change it manually? If so, ...

    jennifer_n_blak jennifer_n_blak
    Discussions |
    Oct 27, 2017 4:42 AM
    7249 views | 7 replies
  • D OPTIMAL DESIGNS

    Hello,

    I am a JMP user and I have a doubt about
    how JMP finds out the significance of the
    effects in DOE after performing a D OPTIMAL
    design. 
    If for instance I have a 16 run design and it turns outthat I can only perform 13, then I can use D-OPTIMALto find out which ones to skip. The issue is that I don't know if the only way toasses significance to the effects is usinga p-value through the ordinary l...

    rafel rafel
    Discussions |
    Oct 27, 2017 12:33 AM
    5977 views | 2 replies
  • Please help me filter out +/- 6 sigma and then replot

    Hi all, In the data I'm trying to plot, I've got a couple spurious data points that are skewing the average and control limits.  I want to hide and exclude these data points, and then replot the data with my JMP script.  Here is the part of the script that is plotting the data, marking the data points outside of +/- 6 sigma, and is supposed to be filterin them out of the final plots:rpt = Control ...

    Rehrig76 Rehrig76
    Discussions |
    Oct 25, 2017 4:44 PM
    2871 views | 1 replies
  • Semiconductor Toolkit Add-In

    Hello,   I just started looking at the Semiconductor Toolkit Add-In, and I think it could be very useful for me.  Is there any documentation on how to use it or a tutorial?   I have 840 measurements, and I would like to put the actually numbers into the wafer map.  These 840 measurements actually don't cover ALL of the full die, so how can I add the values to their specific locations?   Thanks, Na...

    natalie_ natalie_
    Discussions |
    Oct 24, 2017 11:21 AM
    4139 views | 1 replies

Latest Discussions

  • Confirmation of Repeated Measures Analysis, when sphericity if voilated

    Hi Everyone,    I would like confirmation on the appropriate analysis to run on a repeated measures design.Experimental design:Independent variable: Nutrient treatment (Control, Low, Med, High),Dependent variable: basal diameter, 5 replicates (plants)Repeated measurements were taken at Weeks 0, 1, 4, 7, 10, & 12Split data-> Fit Model-> Y: basal 0, basal 1, 4, 7, 10, 12, Add: Nutrient treatmentPers...

    uamiller uamiller
    Discussions |
    Oct 23, 2017 8:07 AM
    2752 views | 0 replies
  • Cox Proportional Hazard - adjusting risk ratio with std dev

    I'm working with someone who is using SAS and I'm trying to do the same analysis in JMP.  When I  questioned their hazard ratio they said it was adjusted by the standard deviation. They commented:In order to obtain results in units of 1 standard deviation – you simply get the standard deviation value for parameter of interest and introduce it in the PH regression statement, for example:proc phreg ...

    Maureen Maureen
    Discussions |
    Aug 22, 2017 1:18 PM
    3359 views | 0 replies
  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4376 views | 0 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2155 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4250 views | 0 replies
view all discussions