cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • 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
    4731 views | 0 replies
  • Binary Data and Correlations

    The other day, I was asking about binary data and correlations.  I had been using the multivariate correlation tool which outputs the correlation coefficients into a matrix.  However, from further research, I don't think using this correlation tool is meaningful for categorical data because it uses the Pearson Product Moment Correlation.  In my data, each value is a 0 or 1 (pass or fail) which is ...

    natalie_ natalie_
    Discussions |
    Dec 14, 2016 7:15 AM
    17946 views | 12 replies
  • Paste transpose in JMP Pro 12?

    Dear all, Is it possible to paste transpose data to JMP tables? That is, if I copy data that spans accross multiple columns in the source and paste it to JMP to a single column? I searched online and went through through the manual, but couldn't find an answer. Thanks!

    ovir ovir
    Discussions |
    Dec 13, 2016 7:45 AM
    3927 views | 1 replies
  • editing jsl outside of JMP

    I do 99% of of my JSL scrpiting inside JMP, but I maintain a repository of several file types and do much of that editing in Sublime. Has anyone every put together a sytax file for .JSL that can be used in sublime or any other editor? I don't do it enough to make it really annoying, but it would be nice to have a similar color scheme in both locations :) If no one has put together such a file, per...

    nathan-clark nathan-clark
    Discussions |
    Dec 13, 2016 6:59 AM
    11230 views | 6 replies
  • Assign values to selected rows

    Hi,I want to assign a value in a column for a set of rows selected.I select the rows like this: dt=current data tables();
    dt << selectwhere(dt:columnA == "1" ); And I would like to assign the value "TEST" to the columnC for all the selected rows (only for the selected rows).How can I do it very simply (i.e. without for loop)?Thanks in advance.

    yves38 yves38
    Discussions |
    Dec 13, 2016 1:49 AM
    16243 views | 2 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
    4731 views | 0 replies
  • Paste transpose in JMP Pro 12?

    Dear all, Is it possible to paste transpose data to JMP tables? That is, if I copy data that spans accross multiple columns in the source and paste it to JMP to a single column? I searched online and went through through the manual, but couldn't find an answer. Thanks!

    ovir ovir
    Discussions |
    Dec 13, 2016 7:45 AM
    3927 views | 1 replies
  • editing jsl outside of JMP

    I do 99% of of my JSL scrpiting inside JMP, but I maintain a repository of several file types and do much of that editing in Sublime. Has anyone every put together a sytax file for .JSL that can be used in sublime or any other editor? I don't do it enough to make it really annoying, but it would be nice to have a similar color scheme in both locations :) If no one has put together such a file, per...

    nathan-clark nathan-clark
    Discussions |
    Dec 13, 2016 6:59 AM
    11230 views | 6 replies
  • Help: What kind of analysis should I use?

    Hey JMP community, I currently have a resaerch project, where I am looking at two groups of pts: Lupus pts, and Lupus pt who have asthma. Jmp has a large selection of tests that can be done on any type of data, but I have more of a medical background than a stat background, so figuring out which tests are the right tests have been a little frustarting.   So far, I have been doing pretty simple com...

    acunar acunar
    Discussions |
    Dec 12, 2016 5:35 AM
    11284 views | 6 replies
  • Recommendation for a text book that teaches statistics with JMP

    I am looking for a textbook that teaches statistics with JMP demonstration. The contents I am planning to cover include t-test, ANOVA, regression and multiple regression. The one I am using right now is:Carver, R. H. (2014). Practical data analysis with JMP, second edition. Cary, NC: SAS Institute, Inc.I find it a good introduction to JMP, but the statistics part is a bit weak. Does anybody have a...

    xiaoyaj0 xiaoyaj0
    Discussions |
    Dec 8, 2016 12:56 PM
    13616 views | 8 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
    4731 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
    4890 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
    3913 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
    5194 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
    3620 views | 0 replies
view all discussions