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

  • JMP - How to create 3D histograms?

    I have three variables, two ordinals which will be X and Y and the I want the third axis to be the count. I know this can be done in R, MATLAB, Scatterplot but I dont know how to do in JMP?
    Pls help me out.

    Discussions |
    Feb 11, 2010 8:05 AM
    4930 views | 4 replies
  • Variable from table usage

    I want to receive an variale from user, using this script:

    dt = current data table();
    r=ColumnDialog(
    XL=ColList("X Axis Value");
    );

    After chosing in the popup window one of the options (for example "TestType"),
    I receive the result - {XL = {TestType}, Button( 1 )}

    But I don't know how to use the "TestType" in the script,
    tried:
    show(char(XL))
    show(char(XL[1]))
    XL[1,1]
    and many others...

    Discussions |
    Feb 10, 2010 4:26 AM
    2372 views | 1 replies
  • mouse hover the data spot in the scatter plot

    When I mouse hover the data spot in the scatter plot graph, a number is shown. I think the number is the raw number of the data spot in the table. Is it possible to see other information of the data spot in the data table? For example, there is customer's ID in the data table and I want to see it when I mousehover the data spot in the graph.

    Discussions |
    Jan 27, 2010 1:19 PM
    4362 views | 4 replies
  • New User: Sample List Dialog

    How do I store the contents of what a user selects in a variable "x" after the OK button is selected.

    Code for Sample List Dialog pasted below. Thanks,

    names = {KATIE, LOUISE, JANE, JACLYN, LILLIE, KIRK, LAWRENCE};
    dlg = Dialog( "Select Names", vlist( selection = List Box( names ), button( "OK" ) ) );

    Discussions |
    Jan 26, 2010 11:01 AM
    2776 views | 2 replies
  • Calculating area between two spline fits (bivariate)

    I have used fit spline of the bivariate platform to parameterize fluorometric spectral curves and saved the prediction formula for my samples as well as blanks. I want to estimate the area under the peak, or more precisely, the area between the curves of the sample and the blank within a specified wavelength interval.

    I could certainly do this in matlab with some effort, but it would be neat keep t...

    ms ms
    Discussions |
    Jan 25, 2010 2:46 PM
    5241 views | 5 replies

Latest Discussions

  • JMP - How to create 3D histograms?

    I have three variables, two ordinals which will be X and Y and the I want the third axis to be the count. I know this can be done in R, MATLAB, Scatterplot but I dont know how to do in JMP?
    Pls help me out.

    Discussions |
    Feb 11, 2010 8:05 AM
    4930 views | 4 replies
  • Variable from table usage

    I want to receive an variale from user, using this script:

    dt = current data table();
    r=ColumnDialog(
    XL=ColList("X Axis Value");
    );

    After chosing in the popup window one of the options (for example "TestType"),
    I receive the result - {XL = {TestType}, Button( 1 )}

    But I don't know how to use the "TestType" in the script,
    tried:
    show(char(XL))
    show(char(XL[1]))
    XL[1,1]
    and many others...

    Discussions |
    Feb 10, 2010 4:26 AM
    2372 views | 1 replies
  • mouse hover the data spot in the scatter plot

    When I mouse hover the data spot in the scatter plot graph, a number is shown. I think the number is the raw number of the data spot in the table. Is it possible to see other information of the data spot in the data table? For example, there is customer's ID in the data table and I want to see it when I mousehover the data spot in the graph.

    Discussions |
    Jan 27, 2010 1:19 PM
    4362 views | 4 replies
  • New User: Sample List Dialog

    How do I store the contents of what a user selects in a variable "x" after the OK button is selected.

    Code for Sample List Dialog pasted below. Thanks,

    names = {KATIE, LOUISE, JANE, JACLYN, LILLIE, KIRK, LAWRENCE};
    dlg = Dialog( "Select Names", vlist( selection = List Box( names ), button( "OK" ) ) );

    Discussions |
    Jan 26, 2010 11:01 AM
    2776 views | 2 replies
  • Calculating area between two spline fits (bivariate)

    I have used fit spline of the bivariate platform to parameterize fluorometric spectral curves and saved the prediction formula for my samples as well as blanks. I want to estimate the area under the peak, or more precisely, the area between the curves of the sample and the blank within a specified wavelength interval.

    I could certainly do this in matlab with some effort, but it would be neat keep t...

    ms ms
    Discussions |
    Jan 25, 2010 2:46 PM
    5241 views | 5 replies

Latest Discussions

  • Random Parameters in Profiler?

    I am evaluating JMP (currently V. 7, but my company is in the upgrade process) and I am particularly interested in figuring out how to use the Profiler for some of my frequent activities. Can anyone help with the following?

    I would like to simulate a function F(x, theta(i)) over a range of x values. Theta(i) is a set of parameters drawn from a multivariate-normal distribution for each individual ...

    jff jff
    Discussions |
    Jun 25, 2009 5:53 AM
    2786 views | 0 replies
  • Overlay normal quantile plots without long string labels

    Hello,

    I am a longtime user of JMP7. To make overlay normal quantile plots I use Fit Y by X, where Y is the continual variable like Height and X is a categorical variable like Gender. Using Right-click/Legend gives a nice color coded legend for the curves, but JMP also tries to label each curve way up at the top (upper quantile) end of the curve. Invariably these are ugly and overlap each other. ...

    karenb karenb
    Discussions |
    Jun 2, 2009 5:54 PM
    3344 views | 0 replies
  • Welcome to the JMP Software Discussion Forum!


    We hope you'll find this forum useful as a place to connect with other users of JMP Software, pose questions and share your expertise in using JMP. Topics may include, but are not limited to: data visualization, Design of Experiments (DOE), exploratory data mining, programming with the JMP Scripting Language (JSL), quality, statistical procedures using JMP and Visual Six Sigma.

    Please note that thi...

    Discussions |
    Jan 12, 2009 7:24 AM
    5866 views | 0 replies
view all discussions