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

  • Tips for making a large data table smaller/lighter/faster

    Does anyone have any tips for making a table faster?  I'm working with about 300M rows and I'm just wondering if there are any tips for making it not have to work as hard. For instance, I tried turning a few condition columns (valued 1, 2, 3, 4,...) from character to numeric thinking that ints would be smaller than chars and it actually made the table slower and bigger.  Are some data/modeling typ...

    vince_faller vince_faller
    Discussions |
    May 5, 2016 7:04 AM
    15244 views | 5 replies
  • Import numeric and character data with excel wizard results in missing data

    I am trying to import multiple excel worksheets using the excel wizard. The data is a primarily numeric with some character data. The rows that have character data usually have < or > symbols. These cells show as no data when imported into JMP. How can import the rows as characters so they are visible in the JMP table?ThanksTS

    tsolomon tsolomon
    Discussions |
    May 5, 2016 6:00 AM
    16141 views | 6 replies
  • How to put variable title name in the list of graph?

    Hello all,I am not able to find problem why it is not showing title name according to the variable "a1". Please find my script below.dt1 = open("F:\pushpendra\jmp\HIPO_RintCalculation.jmp");dt2 = open("F:\pushpendra\jmp\wafer.jmp");for(i=1,i<=nrow(dt2),i++,  a1= Eval(column(dt2, 1));  biv=dt1<<Bivariate(  Y( :Site_Value ),  X( :Name( "Length(um)" ) ),  Fit Line( {Line Color( "Red" )} ),  where( :W...

    kaushik_pushpen kaushik_pushpen
    Discussions |
    May 5, 2016 12:46 AM
    8736 views | 4 replies
  • Converting images in a Data Type: Expression column to RGB and HLS values?

    I have read 350 .jpeg images into a JMP data table with the actual images in an Expression column.   Can I then use Image Processing (e.g John Ponte script) on the images contained in the expression column?

    bdeppa bdeppa
    Discussions |
    May 3, 2016 2:27 PM
    7679 views | 4 replies
  • Is it possible to create custom boundaries in a contour plot and extrapolate the responses to the edge?

    I am attempting to plot responses in X/Y coordinate field. The real field should be a perfect circle, but I only measure the responses at a 28 points at random locations in the field. Is there a way to set the boundaries of the field as the circle (even though no responses are actually measured on the very edge) and to extrapolate the contours to this defined boundary? I know origin can do it. I h...

    csnedigar csnedigar
    Discussions |
    May 3, 2016 1:50 PM
    5905 views | 3 replies

Latest Discussions

  • How to put variable title name in the list of graph?

    Hello all,I am not able to find problem why it is not showing title name according to the variable "a1". Please find my script below.dt1 = open("F:\pushpendra\jmp\HIPO_RintCalculation.jmp");dt2 = open("F:\pushpendra\jmp\wafer.jmp");for(i=1,i<=nrow(dt2),i++,  a1= Eval(column(dt2, 1));  biv=dt1<<Bivariate(  Y( :Site_Value ),  X( :Name( "Length(um)" ) ),  Fit Line( {Line Color( "Red" )} ),  where( :W...

    kaushik_pushpen kaushik_pushpen
    Discussions |
    May 5, 2016 12:46 AM
    8736 views | 4 replies
  • Converting images in a Data Type: Expression column to RGB and HLS values?

    I have read 350 .jpeg images into a JMP data table with the actual images in an Expression column.   Can I then use Image Processing (e.g John Ponte script) on the images contained in the expression column?

    bdeppa bdeppa
    Discussions |
    May 3, 2016 2:27 PM
    7679 views | 4 replies
  • Is it possible to create custom boundaries in a contour plot and extrapolate the responses to the edge?

    I am attempting to plot responses in X/Y coordinate field. The real field should be a perfect circle, but I only measure the responses at a 28 points at random locations in the field. Is there a way to set the boundaries of the field as the circle (even though no responses are actually measured on the very edge) and to extrapolate the contours to this defined boundary? I know origin can do it. I h...

    csnedigar csnedigar
    Discussions |
    May 3, 2016 1:50 PM
    5905 views | 3 replies
  • Running a script in several files

    I need to run the same script in several files. How do I do it without having to change manually the file path each time?How can i create something like a list of files, and run the script on them all, saving those separately?thanks!

    theo_beluzzi theo_beluzzi
    Discussions |
    May 3, 2016 7:55 AM
    6021 views | 2 replies
  • Quality Process Flowchart

    Hello everyone!Does anyone know of a way to integrate Visio or Quality companion into JMP so that I can make a flowchart to maneuver through my information more efficiently?Thank you!Rachel Town

    rtown1 rtown1
    Discussions |
    May 3, 2016 4:12 AM
    9578 views | 4 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