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

  • Evaluating an algebraic expression introduced as strings

    I have a character column that has the duration of different processes in the following format: 3h 40min 15s3h 47min 19s5min 6s29min I changed this to another character column with find and replace:3*3600 + 40*60 + 153*3600 + 47*60 + 19
    5*60 + 6
    29 * 60

    How can I add a formula that evaluates each expression when the expression is a string?
    This works:Eval( Expr( 3*3600 + 40*60 + 15 ) )

    But the formula ...

    FN FN
    Discussions |
    Oct 16, 2023 9:10 AM
    941 views | 1 replies
  • Adding location points to a DoE?

    I've created my first DoE and executed it, but not sure how to proceed now I have my results.Each run has 4 assay results, but also 3 locations (top, middle and bottom) were sampled per each run.  How do I add the additional locations to the results as I can only see how to add one set of assay results per run.  

    LikelihoodFrog1 LikelihoodFrog1
    Discussions |
    Oct 16, 2023 8:15 AM
    854 views | 1 replies
  • How to do multivariate comparisons in JMP?

    I would like to know how to do the following type of comparisons on Multivariate data:1. Comparison to a standard value2. Two Sample comparison3. Paired comparison on multivariate data I could not see any previous discussion on this topic. Can someone help?

    statlover statlover
    Discussions |
    Oct 16, 2023 7:51 AM
    3981 views | 5 replies
  • Regex: disable singleline option

    How do I have to adjust a Regex search such that it just finds "bc" in the first line? According to Regex web test pages( https://regex101.com/ , https://regexr.com/)the regex expression "\A.*bc" should find "bc" in the first line - and ignore bc in the second line:         In Jmp withRegex( "abcdef
    nghibcjk", "\A.*bc" );
    I get the result... which corresponds to Regex with additional option /s (sin...

    hogi hogi
    Discussions |
    Oct 16, 2023 5:45 AM
    1504 views | 2 replies
  • Updating column list box using list stored in variable not working as expected. Is this how it is meant to be?

    I am trying to correct previous "sins" in a script I wrote by updating it with unambiguous references, so that the script refers to the one table I (want to) tell it to, even though another table may be the current (or an "interfering") table. I've tried to reconstruct the problem below. Names Default To Here( 1 ); // this is the table i want to work with dt = New Table( "Target table", invisible...

    Ressel Ressel
    Discussions |
    Oct 16, 2023 4:28 AM
    5967 views | 15 replies

Latest Discussions

  • Adding location points to a DoE?

    I've created my first DoE and executed it, but not sure how to proceed now I have my results.Each run has 4 assay results, but also 3 locations (top, middle and bottom) were sampled per each run.  How do I add the additional locations to the results as I can only see how to add one set of assay results per run.  

    LikelihoodFrog1 LikelihoodFrog1
    Discussions |
    Oct 16, 2023 8:15 AM
    854 views | 1 replies
  • How to do multivariate comparisons in JMP?

    I would like to know how to do the following type of comparisons on Multivariate data:1. Comparison to a standard value2. Two Sample comparison3. Paired comparison on multivariate data I could not see any previous discussion on this topic. Can someone help?

    statlover statlover
    Discussions |
    Oct 16, 2023 7:51 AM
    3981 views | 5 replies
  • Want to run the same tuning design table for multiple y-variables

    I'm running bootstrap forest as a predicative model. I have hyperparameters I like but want to run multiple times (ex. 500 replicates) to find the random forest that gives me the best validation r square. I have the tuning design table built, but every time it runs for one predicted y-variable (there are 11 in my dataset) I have to manually choose the same design table every time. It's time consum...

    ClassCanary405 ClassCanary405
    Discussions |
    Oct 16, 2023 2:37 AM
    983 views | 2 replies
  • Properties menu

    Via Edit/Properties a user can open the Properties menu on the right of the window.This menu allows to fine-adjust reports. Is there further documentation about the Properties Menu?
    E.g. the tree structure on the top, what does it represent?Is there a search function like the xpath functionality for the Display Tree?  

    hogi hogi
    Discussions |
    Oct 14, 2023 9:34 AM
    1173 views | 2 replies
  • How to use JSL to open JSON-formatted files with json default window, only enter the intermediate state?

    open C:\2.json with JSON default window, only enter this stateThanks!

    lala lala
    Discussions |
    Oct 14, 2023 6:12 AM
    1568 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
    610 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
    1111 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
    729 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
    840 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
    556 views | 0 replies
view all discussions