cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • String Edit Box Function

    Hi,I've managed to use the Number Edit Box() function combined with Char() to retrive strings from a column in order to delete specific rows from my tables. However my code does not work for all situations, why?Is there another Edit Box for strings? Does anyone have another sugestion for entering strings (through a edit box), comparing each value in a specified column to that string and if match/n...

    anders_bankefor anders_bankefor
    Discussions |
    May 27, 2016 5:40 PM
    8247 views | 4 replies
  • save html() slow?

    When I use save html() on a report window it takes a VERY long time to save- can be a half a hour or more for a single page.  It does work in the end.  Do others have this issue?Is there anything I can do to make it faster?  these aren't large files - 2-5 K only.  What is it thinking about?  I want to do this as part of an automatic job so a lone report taking a half hour is actually OK but one of...

    hardner hardner
    Discussions |
    May 27, 2016 12:31 PM
    16606 views | 5 replies
  • Modify Control Graph Builder in JSL

    I have made the following graph in JMP. I really like the layout of it, but I need to make a couple changes. As the process will eventually be automated (as there are many graphs like it that need to be done), I would like to know how to do the following in JSL:1. The X Bar control chart (and others) label their solid lines UCL and LCL to the right of the graph. I would like to put custom labels o...

    nathaniel_kroeg nathaniel_kroeg
    Discussions |
    May 26, 2016 5:31 PM
    10979 views | 3 replies
  • DoE How to treat replicate measurements

    (I needed to extend the question, the update is below the images)Hey everyone,I am looking for some advice. I have performed a definitive screening design (JMP 11) with 3 factors, 1 response (9 experiments) three times. I augmented the design and entered the new data. The problem is, that some combinations produce very varying results. I have repeated some of these experiments additional three tim...

    roland_goers roland_goers
    Discussions |
    May 26, 2016 1:32 PM
    20760 views | 15 replies
  • Looking for the column number?

    Hi all,I need the column number.  I have the name of the column, but it might not always be in the same space.I first decided to use a While loop which stops iterating when the column is found.  "n" would be the column number, but it isn't working.colFound = 0;n=0;While(colFound == 0,                  n++;      colName = Column Name(n);      if(colName==Vd, colFound=1, ););

    I get this error:  inval...

    natalie_ natalie_
    Discussions |
    May 26, 2016 6:44 AM
    16116 views | 9 replies

Latest Discussions

  • String Edit Box Function

    Hi,I've managed to use the Number Edit Box() function combined with Char() to retrive strings from a column in order to delete specific rows from my tables. However my code does not work for all situations, why?Is there another Edit Box for strings? Does anyone have another sugestion for entering strings (through a edit box), comparing each value in a specified column to that string and if match/n...

    anders_bankefor anders_bankefor
    Discussions |
    May 27, 2016 5:40 PM
    8247 views | 4 replies
  • how to add state name label to the graphic building when using a map

    Hello,        I am trying to figure out how to adding the state Name label to the graphic builder..  I am using the following example.. Example of Creating a Map in Graph Builder

    hunterssze hunterssze
    Discussions |
    May 24, 2016 8:36 AM
    5127 views | 1 replies
  • Graph Builder with large data tables

    I am using graph builder with a large data table to plot part performance using variables X and Y to create individual plots for each part.  The data table is: ~824 KB, ~14.5M rows, containing data for 726 different parts.  Each part has ~20k data points that are used to generate each plot. Using the below Graph Builder script yields plots for ~100 individual parts.  Graph Builder(  Size( 570, 500...

    bhosse0 bhosse0
    Discussions |
    May 24, 2016 5:21 AM
    7651 views | 5 replies
  • Can I add Response after running the experiment?

    Hello.I run the experiment according the experiment set (2 responses) and then I have found that I should add more responses.Can I add later on? If yes, how can I add?Thank you.Best Regards,Y.J.

    yungjang yungjang
    Discussions |
    May 24, 2016 3:48 AM
    5095 views | 2 replies
  • how do I change the number of legend from the graph builder plot?

    Hi, This is what it;s shown despite increasing the legend from the script file Graph Builder(  Size( 534, 545 ),  Show Control Panel( 0 ),  Variables(  X( :Coord_X ),  Y( :Coord_Y ),  Overlay( :Name( "C2_10V (pF) - C0_0V (pF)" ) )  ),  Elements( Points( X, Y, Legend( 15 ) ) ),  SendToReport(  Dispatch(  {},  "400",  ScaleBox,  {Legend Model(  15,  Level Name( 0, "-0.1 - 0" ),  Level Name( 1, "0.04...

    ivy0825_gmail_c ivy0825_gmail_c
    Discussions |
    May 23, 2016 12:50 AM
    5039 views | 1 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3593 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3571 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2393 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2618 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2394 views | 0 replies
view all discussions