cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Can JMP open Minitab worksheets (*.mtw)?

    I have a need to convert Minitab worksheets (*.mtw) to JMP files.  There is potentially a very large number of files so I'm hoping to find some non-manual way of doing this. I realize I could save each file as a csv format and then open it in JMP but there are, again, potentially thousands of files.  I have done some searching and found the following link among other JMP notes.  The link below tal...

    DaveLee DaveLee
    Discussions |
    Apr 12, 2016 9:20 AM
    15695 views | 7 replies
  • Add columns by refering to column number

    Hello,I am trying to add columns together by refereing to the columns numbers instead of their names. Here is an example of what I worte so fardt = Current Data Table();dt << New Column("Luq", Numeric, continuos, Format ("Best", 5), << Set Each Value (2));dt << New Column("Fin", Numeric, continuos, Format ("Best", 5), << Set Each Value (3));dt << New Column("Final Result", Numeric, continous, Form...

    luqi luqi
    Discussions |
    Apr 11, 2016 8:38 PM
    12234 views | 2 replies
  • Update Col List Box

    Hi,I am trying to create a modal window where a Col List Box is updated based on user selection.  I think this is possible, but I am having trouble with the syntax.  Any suggestions?  I am using JMP12.// Example.Names Default To Here( 1 );// Open some data tables.Open( "$SAMPLE_DATA/Baseball.jmp" );Open( "$SAMPLE_DATA/Basketball.jmp" );Open( "$SAMPLE_DATA/Bicycle.jmp" );// Get list of available ta...

    robot robot
    Discussions |
    Apr 11, 2016 3:35 PM
    10400 views | 4 replies
  • Script Question

    The following is part of a script I am trying to run. I want to divide my X variable before plotting. I have tried several things, but am not getting it right. Can someone help me?

    Thanks!
    Graph Builder( Variables( X( :Line 160 Cases ), Y( :Line 160 Broke ), Wrap( :Month ), Color( :Month ) ), Points( X, Y, Legend( 27 ) ), Line Of Fit( X, Y, Legend( 29 ), Confidence of Fit( 0 ), Equation( 1 ) ) ),

    Steven_Moore Steven_Moore
    Discussions |
    Apr 11, 2016 12:32 PM
    10040 views | 6 replies
  • Changing the text color of a check box

    Hi - I want to change both the text color and the background color of a check box.  The following short example demonstrates that the background color is being changed to red and a border is being added as I'd expect, but the text color is not being changed to yellow as requested.  The properties appear to be correct.  Am I doing something silly here?cb = check box("Hi There!  ", beep(), << text c...

    DMR DMR
    Discussions |
    Apr 11, 2016 7:49 AM
    11058 views | 3 replies

Latest Discussions

Latest Discussions

  • 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
    3594 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
    3571 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2393 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2618 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2394 views | 0 replies
view all discussions