cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • How to disable jmp alert messages?

    Hi,I want to create a script that runs automatically when opening the jmp file and will save a graphbuild as image.The issue is i keep receiving an alert message from a dialogue box. The alert is a warning that an "on open" script is trying to autosave, and requires to click OK. How can I bypass that? Any suggestion?

    bengotye bengotye
    Discussions |
    Feb 22, 2016 9:54 AM
    7782 views | 4 replies
  • How are the p-values calculated from the S test statistic in the Wilcoxon signed rank test in JMP?

    Hi, I'm trying to make sure I understand how the S test-statistic and corresponding p-values are being calculated in the Wilcoxon Signed Rank test in JMPs Matched Pairs Platform.  For example, if I compare two columns of data using the Matched pairs analysis in JMP and selected the Wilcoxon Signed Rank option, I see a Test Statistic S= 15.5 and a Prob>|S|= 0.2832.  I'm wondering what distribution ...

    sheilar sheilar
    Discussions |
    Feb 22, 2016 8:15 AM
    11711 views | 3 replies
  • What does ill-conditioned regression problem alert mean?

    I'm  using Fit Model > Standard Least Squares, Effect Screening using Macros > Factor to Degree (2). and get the following alert:Any help to understand and resolve would be greatly appreciated.

    jeff_kolton1 jeff_kolton1
    Discussions |
    Feb 22, 2016 6:34 AM
    11008 views | 1 replies
  • Column Dialog Box Question

    I'm hoping there's a simple answer to this question that been evading me...  I frequently use the Column Dialog Box that allows a user to specify specific columns for user in subsequent analyses.  Is there a way to have a default list of columns automatically appear as selected.  For example, I'm using the Diamonds dataset and would like to run the script and have 'Color' and 'Clarity' automatical...

    DaveLee DaveLee
    Discussions |
    Feb 22, 2016 6:08 AM
    8835 views | 3 replies
  • Hide and exclude rows in data table if criteria is met in one column

    Hello, All
    I am trying to hide and exclude all rows in a data table, that do not meet a given criteria. Such criteria is given by the values in one of the columns [:Hour].
    I applied the formula to another column, but only worked within the cells of that column, and not the entire data table.This is the script I am using [which is not working for the entire data table]:dt = Current Data Table();If( :...

    gutloja gutloja
    Discussions |
    Feb 21, 2016 8:39 AM
    31318 views | 2 replies

Latest Discussions

  • How to disable jmp alert messages?

    Hi,I want to create a script that runs automatically when opening the jmp file and will save a graphbuild as image.The issue is i keep receiving an alert message from a dialogue box. The alert is a warning that an "on open" script is trying to autosave, and requires to click OK. How can I bypass that? Any suggestion?

    bengotye bengotye
    Discussions |
    Feb 22, 2016 9:54 AM
    7782 views | 4 replies
  • Export Neural Net Equation to Matlab or LaTex

    I have several Neural network equations currently in the form of column formulas.My aim is to include these formulas in a publication (as an appendix), but if I simply copy and paste the plain text, the formula is about 40 pages. The Neural Net equations are a function of both continuous and discrete variables and so several Match(:"X", -0.014...) statements exist.Furthermore, some equations have ...

    trm trm
    Discussions |
    Feb 17, 2016 5:51 PM
    5071 views | 3 replies
  • SQL query from 2 or more databases

    I have been creating some queries to an SQL database to extract some of the information from a master table and some other linked tables in a database.Now I want to be able to create a query that links tables located in two separate databases (both located in the same server) but I do not know if this is possible.When you create a query, the connection seems to be linked to a specific database in ...

    morenopelaez_p morenopelaez_p
    Discussions |
    Feb 16, 2016 1:20 AM
    6040 views | 4 replies
  • Bug in graph builder with grid lines and right side axes?

    I think I found a bug (in JMP 12.1). Please try this script:dt = Open("$SAMPLE_DATA/Big Class.jmp");gb = dt << Graph Builder(    Size( 570, 667 ),    Show Control Panel( 0 ),    Variables(        X( :age ),        Y( :height ),        Y( :weight, Position( 1 ), Side( "Right" ) ),        Y( :age ),        Y( :name )    ),    Elements(        Position( 1, 1 ),        Points( X, Y( 1 ), Legend( 5 ) )...

    cis_pete cis_pete
    Discussions |
    Feb 12, 2016 9:32 AM
    4739 views | 1 replies
  • save factor scores using script

    I am wondering anyone knows how to save factor scores in a table using script. When I study “factor analysis”, I am unable to include the factor scores in the report except saving  them in a table by clicking “save rotated components.” I'm obtaining the factors using Analysis->Consumer Research -> Factor Analysis using a factoring  method of Principal Components and Prior Commuality and a rotation...

    likunz0 likunz0
    Discussions |
    Feb 12, 2016 7:48 AM
    5043 views | 2 replies

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
    3446 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
    3369 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
    2292 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

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