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

  • How many DFs are required to test X number of main effects - JMP Fit Model

    I have been asked to analyze multiple main effects and their various interactions, but don't think I can do so as I achieve Lost DFs error messages when I use the Fit Model analysis. In case it helps, here the details of the data. Main effects (size): Location (4), Cultivar (4), Region (2, 2 Locations grouped per region), and Year (3). I only get results/appear to have enough DF when I run any two...

    travis_alexande travis_alexande
    Discussions |
    Oct 8, 2015 12:03 PM
    12494 views | 6 replies
  • "access violation"

    I am using jmp 12.01 and experiencing the problem "access violation" just after open a JMP session. The exit button in file menu is grayout and can not be closed by any means except use task manager of Windows.  below are the screen shots. I have emailed to jmp support but would like to check if any member in this forum can help me out.

    robust1972 robust1972
    Discussions |
    Oct 7, 2015 12:24 PM
    9227 views | 1 replies
  • JMP Access Violation - Likely Causes?

    If it's possible to answer this question - and of course it may not be - what are likely causes of a fatal error message that states that "JMP has performed an access violation and will close down", please?  For example, should I be looking out for an attempt to write data to a table that's locked, or something like that?I've hit this problem every now and again during assorted scripting exercises...

    Discussions |
    Oct 7, 2015 5:14 AM
    20486 views | 10 replies
  • Col sum comparing dates/time

    Hi, I am trying to identify how to add values if they are within a certain range, i have tried col sum but I do not know how to do compare the table values, (new to scripting )the idea is that i have customers coming in at a certain time, stay for x minutes and leave, as the get in to the area, occupancy (number of customers) increase, if they are together within a certain time range.I'd really ap...

    fmcortes1 fmcortes1
    Discussions |
    Oct 7, 2015 4:50 AM
    8422 views | 8 replies
  • How could I save multiple open .jmp data tables as .csv files?

    As a result of table subset I have multiple .jmp data tables that I need to save as .csv files. I have tried a script for saving all opened tables but I only can make it work for saving as .jmp files.openDTs=List ();For (i=1, i<=N Table (), i++, Insert Into (openDTs, Data Table (i)););For(i=1, i<=N Items(openDTs),i++,openDTS<<Save(););From the subset operation I will have a large number of tables ...

    ana_v ana_v
    Discussions |
    Oct 7, 2015 12:04 AM
    14477 views | 6 replies

Latest Discussions

  • How many DFs are required to test X number of main effects - JMP Fit Model

    I have been asked to analyze multiple main effects and their various interactions, but don't think I can do so as I achieve Lost DFs error messages when I use the Fit Model analysis. In case it helps, here the details of the data. Main effects (size): Location (4), Cultivar (4), Region (2, 2 Locations grouped per region), and Year (3). I only get results/appear to have enough DF when I run any two...

    travis_alexande travis_alexande
    Discussions |
    Oct 8, 2015 12:03 PM
    12494 views | 6 replies
  • Col sum comparing dates/time

    Hi, I am trying to identify how to add values if they are within a certain range, i have tried col sum but I do not know how to do compare the table values, (new to scripting )the idea is that i have customers coming in at a certain time, stay for x minutes and leave, as the get in to the area, occupancy (number of customers) increase, if they are together within a certain time range.I'd really ap...

    fmcortes1 fmcortes1
    Discussions |
    Oct 7, 2015 4:50 AM
    8422 views | 8 replies
  • 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

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