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

  • 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
  • Excel VBA - Subset data by column

    Hello, I'm looking at a sample program included with JMP 11:  C:\Program Files\SAS\JMP\11\Samples\Automation\Visual Basic Samples\Data Table .NET\datatab.vbSince I don't have Visual Studio (just Excel), I opened "datatab.vb" with Notepad and attempted to translate the "Subset_Click" procedure from Visual Basic (VB) to Visual Basic for Applications (VBA). Please see the code example below.I have a ...

    jb jb
    Discussions |
    Sep 28, 2015 3:57 PM
    11656 views | 2 replies
  • VBA - Save Excel workbook as JMP data table

    Hello, I'm familiar with Excel VBA but new to JMP scripting. I'm currently using JMP 11.I'd like to open an Excel workbook (with a single worksheet) and save it as a JMP data table, so I can run a JMP analysis on it.How do I reference the unsaved JMP data table created by this VBA code?Dim app As JMP.Application
    Dim doc As JMP.Document
    Dim dt  As JMP.DataTable'Start JMP
    Set app = CreateObject("JMP.Ap...

    jb jb
    Discussions |
    Sep 28, 2015 8:38 AM
    11813 views | 4 replies
  • JMP10: Col Max() and Col Min() functions returned the data from excluded row

    Hello,I used Col Max() and Col Min() function to return the Max/Min value of my specific columns.Somehow I disabled the unwanted rows but the Col Max() and Col Min() still returned those excluded value.Is this normal? Do you guys have any idea? Thank you so muchPichan

    pichan_p pichan_p
    Discussions |
    Sep 24, 2015 1:02 AM
    19025 views | 3 replies

Latest Discussions

  • 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
    7270 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
    6775 views | 4 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
  • Overlapping Boxplots

    Hello JMP-Community,since 3 weeks I am using JMP now and I am still trying to plot some data against a continuosly diffentiable y-axis, in form of boxplots. As far there is enough space between the single data points the programm shows me nice boxes. In case of the data points are too close, just lines are shown. Somehow, is it possible to broaden the boxes so they are overlapping without using ca...

    ska01 ska01
    Discussions |
    Sep 10, 2015 2:17 PM
    8264 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
    2615 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2386 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
    3255 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