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

  • Prediction Profiler with factors and Responces

    Hi Dear Feiends,I am looking for some assistance. I have set of data with strength vs heat treatment temperature an material compositions. With various composition and different heat treatment temperature, you will get diferent strength. Through combination of composition and heat treatment, we can measure strength UTS. However, we are trying select desired composition so we can desired strength a...

    lzeng2 lzeng2
    Discussions |
    Jul 30, 2016 11:51 PM
    14459 views | 5 replies
  • Possible to increase floating point number precision?

    Hi.  Is there a way to specify the floating point precision JSL uses when performing calculations?  That is, the number of significant digits used.  For instance, on my computer 1 minus 1e-15 equals 0.999... (15 "9"s).  But if I try 1 minus 1e-16, I just get 1.     x = 1;y = 1e-15;z = x - y;Show(z);      //z = 0.999999999999999 (aka 15 decimal places)y = 1e-16;z = x - y;Show(z);      //z = 1Thanks...

    nikles nikles
    Discussions |
    Jul 30, 2016 1:42 PM
    11680 views | 5 replies
  • What is the fastest way to populate a new column with character values?

    Hi, I have a script that does an advanced table concatenation, and I want to add 'source columns' to indicate the original table names. I have a few methods that work but all are slow for large tables. I also tried a formula method but it wasn't quick either. Is there some other trick I can use?Example below very closely matches what I'm doing. Data table sizes of 1M rows are not unusual, so I'd r...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 30, 2016 7:14 AM
    12036 views | 3 replies
  • Changing the font size of point labels in a Contour Plot

    Hi,In a Contour Plot (or for that matter any chart in which points are automatically labelled with the contents of one or more specified rows and/or columns in the data set from which it is generated) is there any way to change the font size of the labels?I know I could increase them manually with a Control-Shift-Plus key combination, but doing that increases the font size in every open window, wh...

    DMR DMR
    Discussions |
    Jul 29, 2016 10:34 AM
    11592 views | 4 replies
  • Is there a tool or method to export JMP files to SPSS?

    Hi, I'm looking for a way to open JMP files in SPSS? Does such a thing exist? TIA

    lilysecret lilysecret
    Discussions |
    Jul 29, 2016 8:22 AM
    10028 views | 1 replies

Latest Discussions

  • help!! How can I change each variables plotted points to something other than solid circle in graph builder?

    help!! How can I change each variables plotted points to something other than solid circle in graph builder, such as an open circle or diamond? Attached is an example of an older graph (created in older JMP version) with the variables points marked differently and an example from newest JMP version.

    cbear cbear
    Discussions |
    Jul 27, 2016 4:22 PM
    5691 views | 4 replies
  • loop for and if for column name change

    all,I would like to rename column name depending on some condition using a for loop with a if conditional.But doesn't work.If I set up the function out of the for loop then no issue.code as belowFor( i = 1, i <= 100, i++,  If(i > 0 ,  Column(i) << set name( char(munger(Column name(i), 1, "::try::", "-" ) ) ) ););

    KinKame KinKame
    Discussions |
    Jul 26, 2016 6:44 PM
    7211 views | 4 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
    5148 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
    7598 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
    9178 views | 3 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
    5148 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
    3586 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
    3569 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