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

  • Easy way to generate a scatterplot matrix using the GraphBuilder?

    I was wondering if there is an easy way to generate a scatterplot matrix in the graph builder. I would like to create something like this:My problem is, that I need to pull over each variable on the x-axis one at a time. If I select multiple variables the GraphBuilder will generate the - for my purposes no so useful - overlayplot:I'm using this kind of graph often when it comes to the analysis of ...

    shoffmeister shoffmeister
    Discussions |
    Jul 7, 2016 9:39 PM
    18239 views | 8 replies
  • Averaging multiple observations

    Hello JMP Community,I am new to the JMP software, and had a question regarding multiple observations in my data. I am working with data dealing with patients. Obviously, I do not want to have one person show up multiple times in my data when I am trying to make certain types of comparisons. I was wondering if there was a way to average the multiples that I received for each patient, for example, i...

    acunar acunar
    Discussions |
    Jul 7, 2016 6:58 PM
    14463 views | 5 replies
  • How to make an SQL table Invisible?

    I have another "invisible" question. I made an SQL table (from Query Builder) and want to modify my JSL to make that table invisible. I've tried adding "Invisible" to many different places, but none have worked. Is there a different syntax for making a Query Builder table invisible? Here is my code - thanks in advance for the help!dt1=New SQL Query( Version( 130 ), Connection( "JMP" ), ["JMP_Table...

    isabellet14 isabellet14
    Discussions |
    Jul 7, 2016 6:54 AM
    9537 views | 2 replies
  • Importing SQL using a temp table

    I am having a difficult time using Stored Procedures and Temp tables in JMP 11.2.1.  I simply get no returndb = Create database Connection("DRIVER=SQL Server;  SERVER=localserver\SQLEXPRESS;  DATABASE=Test");Execute SQL(db,   "  CREATE TABLE #Test ( ID int)  Insert INTO #Test (ID)  VALUES (1), (2), (3), (4), (5)  SELECT *  FROM #Test  DROP TABLE #Test  ",  ":-(");close database connection(db);This...

    vince_faller vince_faller
    Discussions |
    Jul 6, 2016 2:52 PM
    16693 views | 14 replies
  • customize the formatting of the target excel file when save a data table as a excel file.

    I would like to ask JMP community to help me out on a custom way to export JMP table to excel.Part of my script need to export a JMP table to excel file.Ideally, I would like to customize the formatting of the target excel file when exporting. (with desired column width, row height, color, etc.)But so far, I find that JMP will only carry the cell color to the target excel file. And I’ve been looki...

    zlsas zlsas
    Discussions |
    Jul 6, 2016 11:26 AM
    9551 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
    3593 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
    3570 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
    2391 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

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