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 do I get a compared with standard Kappa in an Attribute Guage Chart?

    I've created a guage chart for 5 raters, who rated 20 parts against a standard (1).  I've rated each as correct (1) or incorrect (2).  I've followed the instructions here...https://www.jmp.com/support/help/en/18.1/index.shtml#page/jmp/attribute-gauge-charts.shtml#In the agreement comparisons for raters with the standard, I get this...Why am I not getting a Kappa rating?  I have set my data table u...

    Noeleen20350465 Noeleen20350465
    Discussions |
    Jan 17, 2025 11:59 PM
    1073 views | 3 replies
  • Custom Function - add comment

    Some of the examples in the Scripting Index have lots of details and useful comments: When a user submits a function via Add custom Function(), such comments are automatically removed: What do I have to do to see the comments?

    Add Custom Functions( New Custom Function( "test", "f", Function( {}, Print( "hello world" ) ), <<Description( "test function" ), <<Example( Expr( x=3; /...

    hogi hogi
    Discussions |
    Jan 17, 2025 11:59 PM
    539 views | 1 replies
  • Slicing Associative Arrays?

    Fox matrix indexing, one can use 0 and get a full slice:m = [ 1 2 , 3 4]; m[0,1]; // [1, 3]  For Data tables this works as well: test = new table("test",
    add rows(10),
    new column("col1",Character, set each value({"A","B","C"}[random integer(3)])),
    new column("col2", set each value(random uniform(5)))); test[4,0]
     For lists of lists, this is not possible: list= {{"A", 3},{"B", 5}}; list[0,1]Sure, the...

    hogi hogi
    Discussions |
    Jan 17, 2025 10:52 PM
    981 views | 4 replies
  • 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
    2188 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
    2633 views | 3 replies

Latest Discussions

  • Slicing Associative Arrays?

    Fox matrix indexing, one can use 0 and get a full slice:m = [ 1 2 , 3 4]; m[0,1]; // [1, 3]  For Data tables this works as well: test = new table("test",
    add rows(10),
    new column("col1",Character, set each value({"A","B","C"}[random integer(3)])),
    new column("col2", set each value(random uniform(5)))); test[4,0]
     For lists of lists, this is not possible: list= {{"A", 3},{"B", 5}}; list[0,1]Sure, the...

    hogi hogi
    Discussions |
    Jan 17, 2025 10:52 PM
    981 views | 4 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
  • 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

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