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

  • SQLFILE and Variables

    Hi guys,I am trying to tidy my script up. I have embedded in my script a very long sql query which on the top level is:sqlQuery = "Select x from table where identifier =" || primaryidendtifer ||";"I have saved this in an external .sql file and thought that I could load the query into the script to evaluated when required.JMP doesnt recognise that it needs to place the variables into the sql script...

    Discussions |
    Oct 23, 2015 7:31 AM
    11096 views | 5 replies
  • How to convert char to num

    Dear All,I have the data as follows and whatever I tried I can't make the new formula column a numeric one.Could someone help please?many thanks in advance

    saitcopuroglu saitcopuroglu
    Discussions |
    Oct 22, 2015 9:11 AM
    50032 views | 26 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
  • How to remove Row Legend from Bivariate chart? (like you manually do with your mouse; right click)

    I can always add Legend to a Bivariate chart by using Report and FrameBox (see below), but how can i remove the added Legends?           Report(biv_chart)[FrameBox(1)] << Row Legend(                EntColumn,                Color( 0 ),                Color Theme( "" ),                                Marker( 0 ),                Marker Theme( "" ),                Continuous Scale( 0 ),              ...

    alex_tabacaru alex_tabacaru
    Discussions |
    Oct 19, 2015 10:00 AM
    6703 views | 4 replies
  • Graph a parallel plot using means and showing standard dev for each x variable

    Good afternoon all; I'm pretty new to JMP and am most familiar with using it for multivariate (particularly canonical discriminant) analysis of geochemical data.  I'm running into an obstacle to visualizing some data as a parallel plot.  I have a dataset containing about 45 rock samples for each of which I measured the concentration of about 30 elements. The samples come from three different rock ...

    amzipkin amzipkin
    Discussions |
    Oct 17, 2015 4:53 PM
    7653 views | 3 replies

Latest Discussions

  • 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
  • How to remove Row Legend from Bivariate chart? (like you manually do with your mouse; right click)

    I can always add Legend to a Bivariate chart by using Report and FrameBox (see below), but how can i remove the added Legends?           Report(biv_chart)[FrameBox(1)] << Row Legend(                EntColumn,                Color( 0 ),                Color Theme( "" ),                                Marker( 0 ),                Marker Theme( "" ),                Continuous Scale( 0 ),              ...

    alex_tabacaru alex_tabacaru
    Discussions |
    Oct 19, 2015 10:00 AM
    6703 views | 4 replies
  • Graph a parallel plot using means and showing standard dev for each x variable

    Good afternoon all; I'm pretty new to JMP and am most familiar with using it for multivariate (particularly canonical discriminant) analysis of geochemical data.  I'm running into an obstacle to visualizing some data as a parallel plot.  I have a dataset containing about 45 rock samples for each of which I measured the concentration of about 30 elements. The samples come from three different rock ...

    amzipkin amzipkin
    Discussions |
    Oct 17, 2015 4:53 PM
    7653 views | 3 replies
  • Correctly interpreting multiple significant interactions and main effects- JMP

    My analysis produced the below p-value table. I have made some conclusions based upon the results, but am unsure whether I am on the right track given the multiple significant interactions and main effects, specifically if I have reached too far.Preliminary results of this study indicate that soluble solids content and specific gravity differed across years, cultivars, and locations, but for SSC t...

    travis_alexande travis_alexande
    Discussions |
    Oct 16, 2015 8:10 AM
    8533 views | 4 replies
  • Bug using Concatenate/Append on tables having columns with List Check

    // This code shows the bug.  Concatenate with Append To First Table results in data corruption.dtA = new table("A");dtB = new table("B");dtA << Add Rows(3);dtB << Add Rows(1);colA = Column(dtA, 1);colB = Column(dtB, 1);colA[1]="A";colA[2]="A";colA[3]="C";colB[1]="B";dtA << Compress Selected Columns(dtA << Get Column Names());// This data has no List Check, but is not corrupted(dtA << Concatenate(d...

    robert_j_moser robert_j_moser
    Discussions |
    Oct 15, 2015 10:07 AM
    8833 views | 7 replies

Latest Discussions

  • 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
    2614 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2385 views | 0 replies
  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3252 views | 0 replies
view all discussions