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

  • Regex within a column loop formula

    Trying in vain to have theis column formula execute correctlyFor( i = 0, i < 10, i++,Regex( :Source, :Words to Remove, "", global replace ));Ten words to remove from the source column and replaced with a null.All help is appreciated

    vinkane vinkane
    Discussions |
    Jul 25, 2016 11:08 AM
    13321 views | 5 replies
  • Why do I get difference betwen excel and jmp when doing least square regression?

    Hi,I'm doing what is basic least square regression on 12 points (4 points in triplicate) but I get different results between excel and JMP. Can anyone offer an explanation? ThanksResultExcelJMPIntercept-1.30885-1.210003Slope0.9260180.9250579UCL (99.7%) at intercept3.11048410.0827...R20.99733670.997364for data the data below:XY00.94200.15200.9182722.5972723.4642722.1845547.3295547.3295549.018137121...

    johnhart1 johnhart1
    Discussions |
    Jul 25, 2016 2:55 AM
    13731 views | 6 replies
  • Is there an easy way to get the FWHM (full width half max) of a curve using JMP?

    Dear JMP community,Is there an easy way to get the FWHM (full width half max) of a spectral curve using JMP? Finding the minima and maxima are fairly straightforward, but then calculating the FWHM seems to be much more laborious in JMP, especially if the data is sparse and we would like to interpolate to get more accurate intersections between the peak and the FWHM value. In my case, the peak is o...

    mcjorge mcjorge
    Discussions |
    Jul 22, 2016 8:13 AM
    5149 views | 0 replies
  • How to change file names?

    Hi everyone,Earlier I asked about how to extract files and it is working great!  Now I want to use these files, but the files are saved with ".pda-iv" (the file are coming from a parameter analyzer B1506).  In my script to open the file (ronFolder = Open(directory || deviceName || "\" || "RDS-ID.pda-iv");), I get an "Error with File: Path is Invalid" error.Is there a way to change the name of the ...

    natalie_ natalie_
    Discussions |
    Jul 21, 2016 9:49 AM
    10336 views | 2 replies
  • Add Image Label to Graph

    Hi,Using JMP12 and an Expression column, how can I add an image label to a graph?  The mouse over image is great, but I am having trouble getting the image label to stay visible to add to a journal, presentation, etc.  Any suggestions?  Thanks!Names Default To Here( 1 );dt = Open( "$SAMPLE_DATA/Big Class.jmp" );dt << New Column( "Image",       Expression,       Set        Formula(             New ...

    robot robot
    Discussions |
    Jul 21, 2016 7:46 AM
    9485 views | 2 replies

Latest Discussions

  • Is there an easy way to get the FWHM (full width half max) of a curve using JMP?

    Dear JMP community,Is there an easy way to get the FWHM (full width half max) of a spectral curve using JMP? Finding the minima and maxima are fairly straightforward, but then calculating the FWHM seems to be much more laborious in JMP, especially if the data is sparse and we would like to interpolate to get more accurate intersections between the peak and the FWHM value. In my case, the peak is o...

    mcjorge mcjorge
    Discussions |
    Jul 22, 2016 8:13 AM
    5149 views | 0 replies
  • Problem using Graph Builder with Data Filter

    Graph Builder works succussfully with the Data Filter adjusteing the plotted points properly when the Data Filter slider is moved. Also, the values of the statistics using the Caption Box adjust with the Data Filter slider as expected. So far, so good. Then I wanted to plot the mean of a column using 'Customize' and 'Y Function'. The following is the extracted script:Add Graphics Script(  3,  Desc...

    martaruth0 martaruth0
    Discussions |
    Jul 14, 2016 3:19 AM
    7599 views | 4 replies
  • Spinning a Scatterplot 3D

    I have a point cloud created in the JMP Scatterplot 3D platform.Two question: I want to drive the rotation using JSL so that it only rotates around the Z axis.How do I do that?I want to save the result as an video.How do I do that?Thanks, Al Bestfounder of the JMP training curriculum

    Anonymous Anonymous
    Discussions |
    Jul 14, 2016 1:17 AM
    9181 views | 3 replies
  • Undo Command

    Does  disabling the table undo command in JMP 12 result in more useable RAM?

    james_sharp james_sharp
    Discussions |
    Jul 13, 2016 7:53 AM
    6752 views | 1 replies
  • Scripting to format contour plots

    I'm currently running a simple script to output contour plots from my data table. Is there a way of including the colour scheme I was to use and the fill area command as part of this script, as currently I'm having to do it for each plot individually/manually.cheers!

    laragrew0 laragrew0
    Discussions |
    Jul 11, 2016 9:09 AM
    5618 views | 2 replies

Latest Discussions

  • Is there an easy way to get the FWHM (full width half max) of a curve using JMP?

    Dear JMP community,Is there an easy way to get the FWHM (full width half max) of a spectral curve using JMP? Finding the minima and maxima are fairly straightforward, but then calculating the FWHM seems to be much more laborious in JMP, especially if the data is sparse and we would like to interpolate to get more accurate intersections between the peak and the FWHM value. In my case, the peak is o...

    mcjorge mcjorge
    Discussions |
    Jul 22, 2016 8:13 AM
    5149 views | 0 replies
  • 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
    3590 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
    3570 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
    2391 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2614 views | 0 replies
view all discussions