cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.

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 : select where

    Hello I would try to generate new table with select where in a script and merge the subset table with another oneI succeed to generate a successful script except when the Select Where doesn't find row with the criteria ?do you know how I can skip the join table part in my script if select where return nothingregardssebastien

    seb38_cremer seb38_cremer
    Discussions |
    Nov 30, 2015 10:14 AM
    7846 views | 3 replies
  • Absolute value of fit model

    I've run an experiment and am doing a fit model. I am only concerned with the absolute magnitude of the response, but to get a good linear fit I have to include the sign of the response.My question is if it's possible to run the fit model with the sign, but then have jmp display the absolute value in all the charts (interaction profiles, prediction profiler, etc.). That way it would be easier to s...

    fugalnc fugalnc
    Discussions |
    Nov 30, 2015 9:15 AM
    6154 views | 3 replies
  • Looking for good example data for a broken axis graph

    I occasionally get asked about making broken axes in Graph Builder. It's not something I like to do since it requires more conscious thinking to process, but I realize sometimes options are constrained. There's a way to get the effect in Graph Builder and I'm planning to write a blog post about it. Below is my contrived data with a whole axis and a "broken" axis. Does anyone have examples of real ...

    XanGregg XanGregg
    Discussions |
    Nov 30, 2015 6:00 AM
    8685 views | 3 replies
  • Opening multiple DataTables

    So I want to create an application that will prompt the user to specify a certain number of data tables after which the user can pick the corresponding tables. Also I would like to add columns to each of those tables. I am still new to jmp/jsl but below is my script which of course does not work, Any help is well appreciated;New Window( "Number of Data Tables",  <<Modal,  Text Box( "Number of Data...

    luqi luqi
    Discussions |
    Nov 24, 2015 11:43 AM
    16712 views | 8 replies
  • Keep Dialog Window Open?

    Anyone have a quick code to mimic the "Keep dialog open" option you see in the table platforms, like 'subset'.  If yes, does it work with a Modal window?

    msharp msharp
    Discussions |
    Nov 24, 2015 7:45 AM
    11344 views | 11 replies

Latest Discussions

  • Jmp : select where

    Hello I would try to generate new table with select where in a script and merge the subset table with another oneI succeed to generate a successful script except when the Select Where doesn't find row with the criteria ?do you know how I can skip the join table part in my script if select where return nothingregardssebastien

    seb38_cremer seb38_cremer
    Discussions |
    Nov 30, 2015 10:14 AM
    7846 views | 3 replies
  • Absolute value of fit model

    I've run an experiment and am doing a fit model. I am only concerned with the absolute magnitude of the response, but to get a good linear fit I have to include the sign of the response.My question is if it's possible to run the fit model with the sign, but then have jmp display the absolute value in all the charts (interaction profiles, prediction profiler, etc.). That way it would be easier to s...

    fugalnc fugalnc
    Discussions |
    Nov 30, 2015 9:15 AM
    6154 views | 3 replies
  • Looking for good example data for a broken axis graph

    I occasionally get asked about making broken axes in Graph Builder. It's not something I like to do since it requires more conscious thinking to process, but I realize sometimes options are constrained. There's a way to get the effect in Graph Builder and I'm planning to write a blog post about it. Below is my contrived data with a whole axis and a "broken" axis. Does anyone have examples of real ...

    XanGregg XanGregg
    Discussions |
    Nov 30, 2015 6:00 AM
    8685 views | 3 replies
  • Keep Dialog Window Open?

    Anyone have a quick code to mimic the "Keep dialog open" option you see in the table platforms, like 'subset'.  If yes, does it work with a Modal window?

    msharp msharp
    Discussions |
    Nov 24, 2015 7:45 AM
    11344 views | 11 replies
  • Reference a scale box with a variable


    Hi,   I'm trying to produce multiple graphs with a for loop, and assign the column title to the Y axis. After graphing, I want to add three reference lines to the Y axis with a Dispatch command, but cannot figure out how to dynamically reference the Y axis box, see *** below:   For( i = 12, i <= 18, i++, Col_name = Column( i ) << Get Name; temp = Expr( Col_name ); //Graph Line Data Split_dt << ...

    bensyork bensyork
    Discussions |
    Nov 24, 2015 1:42 AM
    4680 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
    3359 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
    2286 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2269 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
    3040 views | 0 replies
view all discussions