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

  • RAM per row

    Can someone tell me the calculation for RAM per row?  I'm running JMP 11 on a 32-bit Windows 7 machine with 4.00 GB of RAM. And, my data table has 14 variables: 7 numeric and 7 character.  I know a 64-bit machine would be better. As a workaround for my current situation, I'm curious what the largest number of rows I can ideally have in a data table and then run an analysis.  If I know the memory l...

    jb jb
    Discussions |
    Oct 6, 2015 2:24 PM
    17239 views | 9 replies
  • Joining tables with different levels of precision

    I have a table which gives the dates and times when changes were implemented which are roughly a week apart.  I have another table of data with much finer times (on the order of minutes) which I’d like to join to the first table.  How can I get the proper change level to be listed in a row which doesn’t have the same date/time?For example, Table 1 could list change level 1 as happening on March 1 ...

    kennedy3 kennedy3
    Discussions |
    Oct 6, 2015 8:07 AM
    22527 views | 5 replies
  • Trouble with mousebox behavior?

    Hi All,I'm trying to implement a drag and drop behavior for two list boxes in JSL. Basically, I'm trying to replicate the drag and drop behavior that already exists for colListBox objects for normal list boxes, i.e. that a user can click on any item in a list box, click, drag and drop it to another list box. I have successfully implemented the behavior want for the receiving drop box, however, I'm...

    nkelleh nkelleh
    Discussions |
    Oct 6, 2015 4:24 AM
    13629 views | 2 replies
  • Add new column with formula to data table at certain position

    Is it possible to add a new column to a data table (a) at a certain position (e.g. after a particular column) and (b) assign it a formula?The New Column command can do (a) and the Add Multiple Columns command can do (b), but is there a way to get both done in one go?Something like the command below (which does not give the desired result, however):dt << New Column( "NewCol",  After(:Col3),  Numeri...

    gandi2223 gandi2223
    Discussions |
    Oct 5, 2015 11:01 AM
    28079 views | 3 replies
  • Ways to rank continous variable and save the quantile rank to a new column

    Hi there, Thank you for looking into my question. I am wondering if there is any easy way to save the quantile rank of variable to a new column in JMP. In SPSS, for example, if you want to get a new column of quantile rank of variable, you can use " rank cases" function and SPSS will evenly group rows/records into number of groups you specify and save the numeric value of the group to a new variab...

    polebear11280 polebear11280
    Discussions |
    Oct 5, 2015 9:43 AM
    14467 views | 4 replies

Latest Discussions

  • JSL Retrieve Selected Frame Box

    Hi,I am trying to create a JMP script that will add a graphics script to a pre-existing platform, based on some user selection.  How can I retrieve the reference to a user-selected frame box?  Is there a better way to do this?  I am using JMP10.Thanks!Names Default To Here( 1 );// Example.bigClass = Open( "$SAMPLE_DATA/Big Class.jmp" );biv = bigClass << Bivariate( Y( :weight ), X( :height ) );// U...

    robot robot
    Discussions |
    Oct 1, 2015 8:32 AM
    6877 views | 7 replies
  • How can I fit a second order exponential decay to my data?

    How can I fit a second order exponential decay to my data?

    pbouzi0 pbouzi0
    Discussions |
    Oct 1, 2015 6:30 AM
    5014 views | 2 replies
  • DOE - Fit Model and Profiler

    I am using Fit Model and Profiler to help me identify which factors are important and predict the response.After Fit Model -> Stepwise analysis, only 2 out of 5 factors are important. I try and put all 5 factors into Fit Model -> Standard Least Squares & Effect Screening, the Profiler gave me different prediction. That make sense to me because now JMP fit a different model. But I know the first mo...

    dtsang dtsang
    Discussions |
    Sep 28, 2015 5:09 PM
    5863 views | 2 replies
  • Bring selected points forward in graph builder

    Currently, some of the selected points would be obstructed by un-selected points in graph builder.Scatterplot doesn't have this issue.Please improve graph builder on this.Thanks.

    Anonymous Anonymous
    Discussions |
    Sep 18, 2015 2:28 PM
    7269 views | 3 replies
  • How to show progress bar instead of internediate tables opening and closing

    Hello,I have created a script to automate the process of generating the control limits table and it requires lot of intermediate tables to join and concatenate. While I don't need these tables and charts from where generating limits initially,  I'm able to close charts without displaying it on screen but these tables do pop up and close and it's quite weird.Instead of showing these tables popping ...

    vs90 vs90
    Discussions |
    Sep 18, 2015 12:28 PM
    6773 views | 4 replies

Latest Discussions

  • 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
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4212 views | 0 replies
view all discussions