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.

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

Latest Discussions

  • Opposite of Default Local

    So, just some syntactical sugar.It would be really nice if there was an opposite of declaring local variables for functions.i.e. instead of:example= function({a,b}, {c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w},       c = a+b;       d = c+a;       //...       x = v+w;       y = x+b;);print(x,y);I could write:example= function({a,b}, {Default Local, x, y},       c = a+b;       d = c+a;       //...   ...

    msharp msharp
    Discussions |
    Oct 4, 2016 6:58 PM
    9005 views | 5 replies
  • I am having trouble getting any reliable background map to appear, including all WMS link I've tried and the NASA server. Can anyone please help me find a high resolution map of Scotland that I can use as a background map image?

    I've been working on this issue for weeks now and still haven't made any progress.  My survey data is long/lat tagged and will plot well in Graph Builder and bubble plot.  I would really appreciate some help finding a high-resolution background image map of Scotland to use in my data presentations.  The simple/detailed earth images are not clear enough; they show up quite pixelated and very hard t...

    elliot_meador_s elliot_meador_s
    Discussions |
    Oct 4, 2016 6:50 AM
    12754 views | 12 replies
  • How to get the parameters of a bivariate normal density ellipse?

    I would like to be able to extract the parameters of an ellipse drawn in a bivariate plot. By parameters I mean, the long and short axes and direction of the long axis, not just means and std devs. Is there a way?

    jacaalgo jacaalgo
    Discussions |
    Sep 29, 2016 7:16 AM
    6339 views | 2 replies
  • Importing large dataset from SAS

    Well I have three large SAS datasets (each almost 6 GB), and I need to clean the datasets, somehow mix all of them, and take a sample of all.my main problem is I even could not open them in JMP Pro. I think dividing each of them into smaller files might not be a good idea, as I have to take a sample of all.1. So, how can I import them into JMP Pro 12? Is it possible on a 64 bit OS without dividing...

    farinoushsharif farinoushsharif
    Discussions |
    Sep 29, 2016 5:12 AM
    6220 views | 2 replies
  • Group values of a variable for analysis

    I would like to analyse a column with numerical/ordinal data in the range of 1-4. I can analyse the data using the x/y platform and all y is displayed by x variable values 1-4 in four analyses. However, I would like now to compare variable value 1 against all others (2-4) combined. Despite intensive search in documentation and discussion forums, I have not found a way to do that and would apprecia...

    tz_1 tz_1
    Discussions |
    Sep 29, 2016 5:01 AM
    11411 views | 6 replies

Latest Discussions

  • Odds ratios for multiway tables

    On twitter earlier today, someone asked if the Cochran-Mantel-Haenszel (CMH) odds ratio (OR) test was available in JMP when the stratification variable is not the X in Fit Y by X. Anytime I need to go from two variables to more than two variables, the first place I look is Fit Model. The beauty of fit model is that not only can I use as many variables as I want, but I can consider interactions bet...

    DonMcCormack DonMcCormack
    Discussions |
    Aug 10, 2016 3:35 PM
    4868 views | 0 replies
  • How to find ETA squared effect size for MANOVA?

    Hello, Does anyone know how to calculate the eta squared value from a manova analysis in JMP? I know that the E and H matrices tab shows the sum of squares for each parameter, but which values do I use to calculate SStotal and SSeffect? In my model, I have 2 control variables (age and gender) and then a two way factorial. If only one of these variables (in addition to both control variables) is si...

    nsalmano_stanfo nsalmano_stanfo
    Discussions |
    Aug 8, 2016 7:04 AM
    3884 views | 0 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
    5154 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
    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
view all discussions