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

  • 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
    20755 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
    16115 views | 9 replies
  • Import (open) data from websites

    Hello,I am trying to import data from a web page, but it fails although I use the exact syntax mentioned in the documentation.Here is the code I use:My_URL=https://www.jetairfly.com/fr/last-minute/charleroi/bejaia;ObjectName = Open(My_URL, HTML Table(1));Here is the error message I get:Unable to read data from "https://www.jetairfly.com/fr/last-minute/charleroi/bejaia" in access or evaluation of '...

    samir samir
    Discussions |
    May 25, 2016 11:30 AM
    10393 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
    5126 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

Latest Discussions

  • 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
    5126 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
  • JSL Get Clipboard()?

    Is there any way JSL can read in the current contents of the Windows clipboard (well assuming they're text of course)?  thx...  dj

    djhanson djhanson
    Discussions |
    May 19, 2016 12:08 PM
    3202 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
    2392 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