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

  • Files on network

    Hello, I have a script which opens a certain file on a network address.  When the computer is connected to that network, everything is ok. But when the computer is offline, I'd like the script to halt gently, instead of waiting and waiting before it understands the address is not available. Is there a function to check quickly the remote file availability or even better the network connection avai...

    matteo_patelmo matteo_patelmo
    Discussions |
    Feb 1, 2017 1:01 PM
    10493 views | 9 replies
  • Import data from html page issue

    Hi, I am trying to import the data from the following website:http://www.infoclimat.fr/observations-meteo/archives/24/janvier/2017/grenoble-st-geoirs/07486.htmlIt is basically a record of meteorological data. I am using the JSL command: But it fails. Does someone have the solution?Open("http://www.infoclimat.fr/observations-meteo/archives/24/janvier/2017/grenoble-st-geoirs/07486.html");Thanks and ...

    j_bonnouvrier j_bonnouvrier
    Discussions |
    Jan 30, 2017 4:55 AM
    16765 views | 14 replies
  • scripting a bar chart in graph builder

    Hello. I am scripting a bar chart in graph builder because using a standard chart does not eliminate empty bars where as the graph builder does. I am allowing for the use of continuous modeling types as an X factor. Let me explain how I am approaching this. The user selects some columns by which to plot a bar chart. I create the chart using graph builder and the first column selected. Then if ther...

    hlazar hlazar
    Discussions |
    Jan 27, 2017 11:06 AM
    7490 views | 3 replies
  • JSL: Row states assignment

    I am still new to the row state idea and implementation.  Can anyone tell me the syntax for selecting the first 50 rows of a data table and applying radom markers(preferably variety of markers and colors) and colors as row states ? I really appreciate it. Thank you

    vishwasanj vishwasanj
    Discussions |
    Jan 26, 2017 12:43 PM
    8411 views | 2 replies
  • Saving report created with several tables

    Hello everybody, I have created a report which contains different graphs and elements built from several data tables.I would like to find a convenient way to save it. Here is a little example: new window ("My report", hlist box( data table("Candy Bars")<< Distribution( Continuous Distribution( Column( :Calories ) ) ); data table("Big Class")<<Bivariate( Y( :height ), X( :weight ) ); ) );Whe...

    anne_sa anne_sa
    Discussions |
    Jan 26, 2017 6:19 AM
    7243 views | 2 replies

Latest Discussions

  • Import data from html page issue

    Hi, I am trying to import the data from the following website:http://www.infoclimat.fr/observations-meteo/archives/24/janvier/2017/grenoble-st-geoirs/07486.htmlIt is basically a record of meteorological data. I am using the JSL command: But it fails. Does someone have the solution?Open("http://www.infoclimat.fr/observations-meteo/archives/24/janvier/2017/grenoble-st-geoirs/07486.html");Thanks and ...

    j_bonnouvrier j_bonnouvrier
    Discussions |
    Jan 30, 2017 4:55 AM
    16765 views | 14 replies
  • Contribution Plots in PCA - Discovering Why Points Are Outliers

    When using PC Analysis in JMP I would find it very useful to know what contribution a single point or points have compared to others. In other programs ( SIMCA) this is available as a 'Contribution plot' and is quick and easy to use and interpret. This analysis method doesn't appear in JMP and I wondered if anyone else has used it and can share it as an add-in. Finding out why a sample/ measuremen...

    d_barnett d_barnett
    Discussions |
    Jan 26, 2017 5:32 AM
    7241 views | 1 replies
  • Apply axis limits to graph builder

    Hello everyone, I am new to jmp. I am trying to apply minimum and maximum axis limits to the legend of contour plot inside graph builder.However, I am not able to find a good way of doing this. I see if I draw the contour plot outside graph builder I have the option for changing limits there.But this seems to be missing from the version of contour plot available inside graph builder.Any pointers w...

    rahulsmils rahulsmils
    Discussions |
    Jan 24, 2017 7:36 PM
    6691 views | 2 replies
  • Copy File() Doesn't Overwrite

    Just fyi, Copy File() does not appear to overwrite.  If the destination file already exists the log will show a zero instead.  There also does not appear to be any switch possible (e.g. 1 = overwrite, 0 = no overwrite).So I'm resorting to: Delete File() then Copy File() for cases where I want it to overwrite an existing destination file. Just passing this along in case it help others.  I do apprec...

    djhanson djhanson
    Discussions |
    Jan 23, 2017 5:41 AM
    6600 views | 4 replies
  • How to lock the scales in graph builder?

    I couldn't find it in any of the documentation. I am using a treemap and using a continuous number 1 to 8 on Group X and 1 to 8 on group y. During filtering the data, Is there a way to lock the scales so that I could see all the missing data also. Right now, it just shows the required data and treemap is scaled big or small depending on the number of count. Also, does anyone know how to display co...

    vishwasanj vishwasanj
    Discussions |
    Jan 18, 2017 11:28 AM
    7148 views | 6 replies

Latest Discussions

  • How to Maintain JMP Graphs Table Layout When Copy and Pasting into Word

    For years I've had to build sets of graphs using the Fit Y by X platform. The graphs are simple: X-axis is always (1) a character, nominal column and (2) a numeric, continuous date/time column. The Y-axis is always numeric, continuous data (bins, registers, parameters). The result is a list of box plot on the left, time trend on the right. There could be many plots at a time. In JMP 12 (and I thin...

    MIKE MIKE
    Discussions |
    Dec 14, 2016 8:48 AM
    4713 views | 0 replies
  • 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
    3882 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
    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
view all discussions