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

  • 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
    11193 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
    16199 views | 2 replies
  • How to access/change box plot colors in script

    Hello, I am wrinting scripts to automatically collect data and make graphs... My issue is that I get a graph with varying number of box plots (26 boxes in the example attached), I would like to change the box plot properties (Fillcolor, line color, transparency,...) but I do not know how to access the 26 box plots at a time or seperatly (but via a script)... I checked manually and I see that there...

    samir samir
    Discussions |
    Dec 13, 2016 1:40 AM
    25982 views | 10 replies
  • changing date format in a query

    I am putting together a query and would like to make a computed column from my available columns. When this data is retreived from the sql data base it brings in the date in this format (month, day, year) in separate columns  What I would like to do is have a column returned in my query that has already combined the month, day, year format in a seperate column as (12/1/16) so I can graph the data....

    mallen810 mallen810
    Discussions |
    Dec 12, 2016 10:48 AM
    21536 views | 8 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
    11242 views | 6 replies

Latest Discussions

  • 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
    11193 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
    11242 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
    13568 views | 8 replies
  • Bin vs. die and device related to Lot

    I am still new in Semiconductor field; While I know what is the Lot, wafer and the die. I still need to know what is the bin?! How is it related to die? Why Lot is joined with device? How is it known devices related to Lot?
    Is there any documentation about this?
    I really need your help, any comment or link will be highly appreciated.
    (I did many search on google but didn't find what I need, maybe I a...

    basharss basharss
    Discussions |
    Dec 8, 2016 8:06 AM
    11724 views | 2 replies
  • How to prevent NA being treated as Missing Value Code by column compression?

    I have a large JSL script that uses column compression several times to keep file sizes managable: dt << Compress Selected Columns();My issue is that for columns (both ordinal and nominal) where I have values such as "a","b","c","d","NA", the compression function removes the "NA" values, I assume because it treats them as a Missing Value Code. However, I require the "NA" to remain as it is used in...

    rijking rijking
    Discussions |
    Dec 7, 2016 2:02 PM
    4609 views | 2 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
    5150 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
    3592 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
view all discussions