cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Create a date time panel to extract SQL data

    Hello, I used to use a jmp script to extract sql data table. This day I tried to built a window panel box to execute the same sql data table function. The simple idea is to extract sql data table within a period of time, which would be two input variables in the panel box. The "End_Time" can easily use Today() syntax. However, for "Start_Time", I tried to write a script that allow user to input a ...

    bernie426 bernie426
    Discussions |
    Apr 21, 2016 3:11 PM
    18589 views | 12 replies
  • Use JSL to get data from the web

    Hello All,          After looking at this discussion (Use JSL to Scrape Data From the Web and Predict Football Wins!) -  I got very excited about the # of data sets available online to enhance my JSL skills. However - I haven't had much success after trying the code provided in this post. I tried to write to the author and am still waiting to hear back. If some one has done this before - can someo...

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 21, 2016 7:17 AM
    20954 views | 17 replies
  • How can I calculate yields and add to a summary table?

    Hi all,I have a set of data for a set of devices I have tested.  There are several parameters that each device needs to pass in order to pass overall.  For example, in one column I have the threshold voltage for each device recorded and in the column beside it, it will either say "Pass" or "Fail".  How can I calculate the percentage of devices that passed, and add it to a summary table.  I have al...

    natalie_ natalie_
    Discussions |
    Apr 20, 2016 7:41 AM
    16385 views | 8 replies
  • Number of selected rows

    In the lower left pane of a JMP data table there is a list with row information, including the number of currently selected cells.

    Is there a JSL command that can retrieve that information directly? I can of course loop through all rows and count all selected cells. However, it may be more efficient to grab a number that JMP already seem to have calculated automatically.

    I am asking because I am run...

    ms ms
    Discussions |
    Apr 20, 2016 6:17 AM
    19666 views | 4 replies
  • Calculating mean for a set of columns in jsl

    I have a set of column names in a list called list_1, now I want to calculate the mean for each column, but the thing is I do not want to include all the rows in the column when calculating the mean, i have another pre-defined variable that selects specific rows. How do I calculate the mean of the column by selecting the specified rows instead of stepping down through all the rows?for example i wa...

    zhouye0 zhouye0
    Discussions |
    Apr 19, 2016 9:41 AM
    14801 views | 1 replies

Latest Discussions

  • DOE All Possible Combinations

    Hello all,I have a relatively problem that I can't seem to crack within the DOE platform. I've done it before, but now I can't recall how precisely.I am collecting two measurements (Valence and Intensity) across 4 samples. I want to control for the order the samples are presented.  I want to create a table with all possible order of samples (preferably 2 sets, so each combination appears twice).I ...

    benson_munyan benson_munyan
    Discussions |
    Apr 18, 2016 7:26 AM
    7551 views | 4 replies
  • Capturing the log file during a non interactive JMP script session

    Hi there,I Know this was asked before but the solution mentioned didn't work for me. I want to write to the log and save the output during a specific portion of my script. The log capture() works when I have JMP11 open but when I run the jsl as a stand alone non interactive session I get no output. I believe the problem is that there is no log file started initally when the JMP thread starts in th...

    lenny lenny
    Discussions |
    Apr 14, 2016 7:30 AM
    16876 views | 6 replies
  • What does "Warning: Ill-conditioned regression problem" mean?

    Just got this error in my JSL script, I'm having a little bit of trouble understanding what exactly this means.

    javier_guzman0 javier_guzman0
    Discussions |
    Apr 14, 2016 6:21 AM
    5582 views | 1 replies
  • How to do market research drivers analysis with multiple regression?

    Hi! I'm fairly new to JMP and would appreciate any help you could give.  I've read tutorials and scoured the JMP community but am still having trouble.  I have a set of market research survey data and I want to do a drivers analysis on it. I understand linear regression is the way to do a drivers analysis, i.e. determine which variables have the most effect on a dependent variable.  In this case t...

    jrrfloyd0 jrrfloyd0
    Discussions |
    Apr 13, 2016 1:40 PM
    4904 views | 1 replies
  • How can I escape "=" as part of a column name?

    How can I escape "=" as part of a column name? I need to implement a "select where" statement and I am building it as a string, which involves multiple column names. But when it evaluates it is attempting to interpret the "=" as an assignment. My column names are like: "COND=TEMP".Below the section of the script I use: select_string = ":Test Name == benchNameToCompare"; //For each column in the m...

    breinoso breinoso
    Discussions |
    Apr 13, 2016 7:27 AM
    5825 views | 4 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
    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
    3571 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
    2393 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

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