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

  • Summary of multiple CSV files

    How do I direct JMP to a file folder on my desktop that have about 400 CSV files like a database, create a bunch of columns and create a summary table with 1 row per file? I can do this individually, but it takes forever and I was hoping I could develop a script to automate. 

    briankwalsh briankwalsh
    Discussions |
    Dec 22, 2016 7:29 AM
    17086 views | 10 replies
  • How to create stable wafer maps indicating the flat

    Hi,I am triying to create a wafer map and indicate the position of the flat.I managed to create the map but using the function "Path" to create the wafer borders was not successful...So I tried to use the function "Circle" and cut it where the flat should be.The outcome is shown in the right picture below.There 2 instabilities:1/ the circle seems to scale differently from the window itself !2/ Whe...

    samir samir
    Discussions |
    Dec 22, 2016 6:14 AM
    13431 views | 3 replies
  • The use of Throw( in scripting

    I  use Throw() in my programs to stop the execution for that particular part of the program. This still works in JMP 13 but I sometimes get a new window with a JMP Alert.  I can't seem to simulate the problem - It happens in a User Window - the program sees a problem, the program sends a Caption and executes a Throw().  In earlier version I only got the Caption now I sometimes get an Alert window ...

    hans_deroos hans_deroos
    Discussions |
    Dec 22, 2016 3:40 AM
    14901 views | 4 replies
  • graph axis format log decimal

    I have been using the following code and then Fit Y by X to make the plot.new column ("|ing|", formula (abs(:ing)));column ("|ing|") << data type(numeric) << modeling type (continuous) << format (scientific) << set property ("axis", {scale(log),Min(1e-13),Max(1e-5)}); Recently converted to JMP12.Now, when plotting this col as dep variable, the number format decimal places in the plot has added dec...

    johnm johnm
    Discussions |
    Dec 20, 2016 5:57 AM
    12609 views | 3 replies

Latest Discussions

  • JMP can not be closed properly after running SQL and doing analysis

     after running SQL and doing analysis, JMP can not be closed properly and data tables could not be closed without saving it. I am using JMP 12.2.0.I could not share the script as it is connecting to the SQL server where I work. Any hints and helps will be appreciated!

    robust1972 robust1972
    Discussions |
    Dec 15, 2016 6:03 AM
    4449 views | 1 replies
  • 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
    4715 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
    3908 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
    11194 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

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
    4715 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
    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
    5152 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
view all discussions