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

  • Add Script to Existing Script Group

    As usual, not sure how I got here but I have a script that groups the embedded scripts in a JMP table if they contain the word "History" in the title.  I have a script "Split Table" that I embed later that I would like to add to the "History" group of scripts.  Is there an easy way to do that without disassembling the group in the first place? lstScripts = Current Data Table() << Get Table Script ...

    SpannerHead SpannerHead
    Discussions |
    Jan 17, 2025 7:13 AM
    1362 views | 5 replies
  • General script for fit model with saving student residuals for different variables

    I am trying to create a script that I can use every time with minimum work to do ANOVA and Chi-sq directly. I started the script:  Names Default To Here(1); dt=Current Data Table(); dlg = Column Dialog( name = ColList( "Parameters", Min Col(1) ), subject = ColList( "Treatment", Min Col(1), MaxCol(1) ), Reffect = ColList( "Random", Min Col(0), MaxCol(2) ) ); ...

    Bmllnn Bmllnn
    Discussions |
    Jan 17, 2025 6:59 AM
    702 views | 1 replies
  • JSL fetching records 3x from SQL database

    Hiya guys!  I'm querying a boat load of historical data and I've noticed that the fetching rows pop up counts up to about 3x the number of rows that load (number of rows that load is approx. correct).  I'm getting data 1 month at a time (it breaks if I ask for more) and the data logger runs just over 1Hz which means I should get around 2.5e6 rows at a time but the system says it fetches 7.5e6 rows...

    zathe zathe
    Discussions |
    Jan 17, 2025 5:17 AM
    1705 views | 1 replies
  • How to add a dynamically-created dashboard to the Scripts panel of a data table?

    Hi All, I have a JSL script that lets the user choose one or more data files and then concatenates these files together into a data table. The script then creates a dashboard for the data table. To generate the JSL for the dashboard, I first manually created a dashboard (File -> New -> New Dashboard), adding manually-generated graphs to it in the Dashboard Builder; I then copied the dashboard code...

    andyknc andyknc
    Discussions |
    Jan 17, 2025 5:06 AM
    2366 views | 5 replies
  • Buttons to close modal dialog

    As I understand it, only a maximum of two buttons can close a modal dialog: "OK" and "Cancel" (or other similarly named buttons).What I'd like is to have another button which does something (say, set a variable), then closes the dialog as if I'd pressed the "OK" button. Something like this: Names Default To Here( 1 ); a=0; nw = New Window( "Demo", <<modal, <<returnresult, Text Box( "A modal dia...

    matth1 matth1
    Discussions |
    Jan 17, 2025 3:55 AM
    917 views | 2 replies

Latest Discussions

  • JSL fetching records 3x from SQL database

    Hiya guys!  I'm querying a boat load of historical data and I've noticed that the fetching rows pop up counts up to about 3x the number of rows that load (number of rows that load is approx. correct).  I'm getting data 1 month at a time (it breaks if I ask for more) and the data logger runs just over 1Hz which means I should get around 2.5e6 rows at a time but the system says it fetches 7.5e6 rows...

    zathe zathe
    Discussions |
    Jan 17, 2025 5:17 AM
    1705 views | 1 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    676 views | 0 replies
  • Abbrev Date - Formats?


      Format( Today(), "Format Pattern", "<YYYY>-<MM>-<DD>" )

    hogi hogi
    Discussions |
    Jan 16, 2025 9:20 PM
    1108 views | 4 replies
  • Row selection includes negative quantity and rows that cannot be selected. BUG?

    I am importing ~140000 rows of data from 20 preexisting jmp files using this script in windows 11, JMP 18.1.0 Multiple File Import( <<Set Folder( "C:\here\there\"), <<Set Name Filter( "*.jmp;" ), <<Set Name Enable( 1 ), <<Set Size Filter( {1, 1} ), <<Set Size Enable( 0 ), <<Set Date Filter( {Today() - indays(10), Today()} ), <<Set Date Enable( 1 ), <<Set Add File Name Column( 1 ), <<Set Add F...

    mann mann
    Discussions |
    Jan 16, 2025 8:20 PM
    969 views | 4 replies
  • Difference between EMP Gauge R&R and AIAG Gauge R&R

    On JMP, there 2 options that you could find GRR% value from either EMP or either from AIAG option. Which one is showing GRR% on AIAG standard?I could not understand the logic behind two GRR% values found by two different options. What could be the formulas behind these two?

    SevilArslan SevilArslan
    Discussions |
    Jan 16, 2025 5:04 AM
    664 views | 1 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    676 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    497 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    515 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    493 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    399 views | 0 replies
view all discussions