cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Error message in JMP

    HelloI have a strange reaction of JMP.I tried to create a variability graph for 13 units, but I received about 25% of the data on the graph, and I had a pop-up error to write to the log?What should I do to create a graph for all the data that I have in the table?  

    Dennisbur Dennisbur
    Discussions |
    Oct 5, 2023 11:31 AM
    1311 views | 3 replies
  • Jmp connect to AAS (Azure Analysis Service)?

    Hi, I would like to know if it is possible to connect JMP with an AAS (Azure Analysis Service) ? thanks

    Shoal Shoal
    Discussions |
    Oct 5, 2023 6:31 AM
    1113 views | 1 replies
  • Graph builder - confidence intervals for categorical variable

    When applying the Line Of Fit option in graph builder with a categorical variable on the x-axis you can calculate confidence intervals for each of the group means. If you choose unequal variance the confidence intervals are based on the individual group variances but how is the degrees of freedom for the t-distribution calculated? It appears to be based not on the individual sample sizes but the o...

    StefanC StefanC
    Discussions |
    Oct 5, 2023 4:30 AM
    1408 views | 1 replies
  • How to convert 24 Hour into 12 Hour with AM/PM?

    Hi Community, I have data table with column TimeStamp 2023_10_04 02:22:24. Right now i already split the date & time into separate column using this script below:Names Default To Here( 1 ); dt = Current Data Table(); dt << Text To Columns( delimiter( " " ), columns( :TimeStamp ) ); // in delimiter is SPACE // Close the original timestamp column dt << Delete Columns( "TimeStamp" ); dt << Delete Co...

    mystylelife19 mystylelife19
    Discussions |
    Oct 4, 2023 9:50 PM
    4412 views | 9 replies
  • How to loop tabulated tables and images into ppt slides

    Hi, I am kinda stuck and struggling in JMP looping. How can I loop a tabulated table that came from my subset tables? The number of tables may change so I figured that I needed to do looping (but Im struggling) also I need this images appended to powerpoint slides. I don't have an idea how to get looped variable name and append it to the slides. Here's my sample script, but doesn't have any loopin...

    UserID16644 UserID16644
    Discussions |
    Oct 4, 2023 7:44 PM
    3654 views | 8 replies

Latest Discussions

  • Error message in JMP

    HelloI have a strange reaction of JMP.I tried to create a variability graph for 13 units, but I received about 25% of the data on the graph, and I had a pop-up error to write to the log?What should I do to create a graph for all the data that I have in the table?  

    Dennisbur Dennisbur
    Discussions |
    Oct 5, 2023 11:31 AM
    1311 views | 3 replies
  • Jmp connect to AAS (Azure Analysis Service)?

    Hi, I would like to know if it is possible to connect JMP with an AAS (Azure Analysis Service) ? thanks

    Shoal Shoal
    Discussions |
    Oct 5, 2023 6:31 AM
    1113 views | 1 replies
  • Graph builder - confidence intervals for categorical variable

    When applying the Line Of Fit option in graph builder with a categorical variable on the x-axis you can calculate confidence intervals for each of the group means. If you choose unequal variance the confidence intervals are based on the individual group variances but how is the degrees of freedom for the t-distribution calculated? It appears to be based not on the individual sample sizes but the o...

    StefanC StefanC
    Discussions |
    Oct 5, 2023 4:30 AM
    1408 views | 1 replies
  • Search specific name by IF

    HelloI have set up a New Column "Pin Name"and would like to add a number of PINIt means if you contain gp_0 in the column "Test Name" it should be GP_0or if you have contains gp_1 in test name it should be GP_1 in Column "Pin Name"or if you have contains gp_11 in test name it should be GP_11 in Column "Pin Name"I wrote the scriptColumn(dt,"PIN_NAME") << Formula ( If ( Contains( :TEST_NAME, "gp_0" ...

    Dennisbur Dennisbur
    Discussions |
    Oct 4, 2023 6:58 AM
    937 views | 2 replies
  • Testing Parallelism: F-test vs. Chi-square vs. SRA in Potency Assays

    Hello All, I'm assessing different approaches for testing parallelism of 4PL fits in a potency assay.  I know some of the limitations/tradeoffs of the F-test/chi-square approaches.  One of our vendors is also using the Slope Ratio method for their testing.  Does anyone have thoughts about pros/cons of this approach and where it's appropriate to use?  Finally - has anyone implemented this in JMP? T...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Oct 4, 2023 2:00 AM
    2409 views | 4 replies

Latest Discussions

  • Strange behavior using GenReg and Forward Selection

    Hi All,   I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method.   So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...

    SDF1 SDF1
    Discussions |
    Oct 2, 2023 9:06 AM
    618 views | 0 replies
  • SIMCA classification method: what alternative options do I have in JMP and what are the pros/cons?

    Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method?  I am currently using JMP 17 Thank you very much...

    CamillaLiscio CamillaLiscio
    Discussions |
    Oct 2, 2023 5:55 AM
    1124 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    733 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    848 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    560 views | 0 replies
view all discussions