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

  • X and Y error bars in X-Y Plot

    For physical property correlation tests, we often measure two properties on a series of samples differentiated by a varying concentration of an additive. These two property measurements are repeated 5 times for each sample (at a set concentration). What I would like to do, is plot the two properties on a scatter plot and show the error bars for both properties by concentration. In Excel, I would c...

    robhanssen robhanssen
    Discussions |
    Feb 21, 2017 11:47 AM
    14432 views | 3 replies
  • background color of graph builder

    Dear all, I have a performance graph created by graph builder option. I buy a new instrument ı try to show its effect on performance by weekly. As you see on below graph. I want to shown 3 region background color differently. The first region light red, second region light blue. 3 region light red. These regions are taken from action column. How can i do this? Is there anyone can help me? You can ...

    nac nac
    Discussions |
    Feb 20, 2017 9:56 PM
    16323 views | 7 replies
  • Using "Get Rows Where"

    I need to use Get Rows Where to get the row with value that is just below certain value.In other words:I have a Date AI have a table with dates. I need to get the row where the date is the latest, but less than Date A  Example:I have a date when person died.I have table with all event when somebody logged in into his account. There are dates before and after his death.I need to find the latest dat...

    miguello miguello
    Discussions |
    Feb 18, 2017 4:45 AM
    7001 views | 3 replies
  • digits to appear as double digits

    Hi  The JSL script below is outputting a week number from a data in JSL. however it outputs the lower weeks as 1-9 in single digits however, I need these to appear in double digits ie 01 instead of 1, 02 instead of 2..etc. I am hoping someone knows a way to do this, any ideas would be great. JSL scriptST << New Column( "ww",Numeric,"Nominal",Format( "Best", 12 ),Formula( Week Of Year( :time ) )); 

    DKI DKI
    Discussions |
    Feb 17, 2017 10:32 AM
    7903 views | 3 replies
  • Saving files to created folder

    Hi! Would like to save a table to a folder created with jsl (Line #7). I have created a variable for it so that I can use it when indicating the directory I want to save my table(Line #27). However, after running the script, the variable("output") does not return the dir path but just the value "1". Thus, I could not save to my intended directory. Am I missing someting here? Would appreciate any h...

    Nalla Nalla
    Discussions |
    Feb 16, 2017 5:55 PM
    8207 views | 3 replies

Latest Discussions

  • Using "Get Rows Where"

    I need to use Get Rows Where to get the row with value that is just below certain value.In other words:I have a Date AI have a table with dates. I need to get the row where the date is the latest, but less than Date A  Example:I have a date when person died.I have table with all event when somebody logged in into his account. There are dates before and after his death.I need to find the latest dat...

    miguello miguello
    Discussions |
    Feb 18, 2017 4:45 AM
    7001 views | 3 replies
  • Make JMP Journal Transportable

    JMP supports talks about "Building a JMP Journal Presentation". How can you create a journal that will still work when it is:  Transported to another computer, possible switching between Windows and Mac,  Viewable from a USB drive, no matter what drive/folder the host mounts the drive in.

    kthompsn kthompsn
    Discussions |
    Feb 15, 2017 10:45 AM
    7342 views | 3 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4389 views | 0 replies
  • Automate a Gauge R&R with many measurement columns

    I would like to know if you can take a "spec limit" file that is used to add limits to a capability study and use it to add limits  to the column properties all at once to perform a gauge R&R without inputting them in one by one.  I would like to get a precision to tolerance ratio and need the spec limits for all of the columns.

    jjhartwi jjhartwi
    Discussions |
    Feb 14, 2017 11:41 AM
    5178 views | 3 replies
  • Test column data type

    Hi, Is there a simple way to test if the data type of a column is numeric and nominal? Thanks and regards, Jérôme

    j_bonnouvrier j_bonnouvrier
    Discussions |
    Feb 14, 2017 3:08 AM
    6155 views | 1 replies

Latest Discussions

  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4389 views | 0 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
    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
    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
view all discussions