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

Latest Discussions

  • Translation in the JMP User Community

    It appears that our new automatic translation is overly aggressive. Best practice is to turn off the translation checkbox in the upper right before copying and pasting JSL.We're going to keep working on ways to avoid this problem.-Jeff

    Jeff_Perkinson Jeff_Perkinson
    Discussions |
    Nov 16, 2015 11:29 AM
    11560 views | 8 replies
  • is there a way to show the contours as Log scale instead of linear scale?

    Hi All, is there a way to show the contours as Log scale instead of linear scale?

    ram_asra_gmail_ ram_asra_gmail_
    Discussions |
    Nov 16, 2015 9:54 AM
    8284 views | 5 replies
  • Grab "date Modified" info from file?

    So I've been handed an old .jsl file that parses a bunch of .dat and .csv files into a combined .jmp table.  It looks through several files for each lot (one per wafer) and combines it all into a single data table.  However, it was never programmed to add the timestamp from the metro tool.  How can I add to the .jsl to grab the timestamps from the files?Any help please?

    aliegner aliegner
    Discussions |
    Nov 13, 2015 1:17 PM
    6031 views | 1 replies
  • JSL Tutorial

    Hello. Is anyone can provide link or pdf to JMP 11 JSL Tutorial? I am beginner in JSL scripting, so this might help.

    felix_doktorman felix_doktorman
    Discussions |
    Nov 13, 2015 7:48 AM
    7808 views | 3 replies
  • Is it possible to create Histograms from a list?

    I have data sets where data is in Columns.  I want to create histograms for each parameter.I know that I could stack the data and us the following command:Current Data Table() << Distribution( Continuous Distribution( Column( :param_value ) ), By( :param_name ) );I would like to use a list to create the histograms as I have code to work on each column individually.I have tried the following with n...

    chfields chfields
    Discussions |
    Nov 10, 2015 2:53 PM
    5098 views | 2 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
    3567 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
    2613 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