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

  • Latent variables in factor analysis

    I intend to collect survey data using structured questionnaire and apply factor analysis and structural equation modelling using JMP Pro. I understand that a latent construct (factor) is traditionally validated by a number of manifest variables. However, I want to add a number of  sub-latent variables for each latent variable. Can it be done in JMP Pro?Please see below the latent, sub-latent and m...

    madhu madhu
    Discussions |
    Jan 17, 2025 2:54 PM
    2186 views | 6 replies
  • How to Interpret Overlapping Letter Tukey's HSD?

    I am having a hard time explaining to myself (thus others) how to interpret a Tukey's HSD test between 3 treatment groups, when the letter assignment goes like this: I understand how there isn't enough of a difference between Level 1 subgroup and Level 3 subgroup means to say they are different when viewed pairwise, same with Level 2 and Level 3, while the difference between Level 1 and Level 2 is...

    V1N0V3R1T4S V1N0V3R1T4S
    Discussions |
    Jan 17, 2025 9:20 AM
    2626 views | 3 replies
  • 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
    1361 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
    1703 views | 1 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
    1703 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
    1106 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
    662 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
    514 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