cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Latest Discussions

  • Rerun Transfrom Column

    To reevaluate the Formula of a Formula column, one can write col<<Eval Formula() Is there a similar command to re-evaluate a Transform Column? Eval Formula doesn't seem to work here - Tc...

    hogi
    Discussions |
    Sep 13, 2023 4:51 AM
    583 views | 4 replies
  • How to add user-defined mini-Guis to the right click new formula column menu?

    If a user clicks on column/right click/new formula column/Transform/Scale Offset, a GUI pops up and ask the user for the parameters.  After pressing OK, a new column is generated with the respe...

    hogi
    Discussions |
    Sep 13, 2023 2:43 AM
    618 views | 2 replies
  • add error in profiler

    Hello,   I am using JMP Pro 15 and have a DoE with 3 responses (2 continuous and 1 binary). I fitted two linear mixed models for my continuous responses and a GLM (binomial distribution, logi...

    PYS
    Discussions |
    Sep 13, 2023 12:15 AM
    534 views | 2 replies
  • Exporting Graphs from Tab box to Excel cell

    Hi,   Is there a way to export the graphs in each tab box in the Excel cells that look something like the one below? JMP Tab Box   Excel    Below is the jsl code to...

    Jackie_
    Discussions |
    Sep 12, 2023 2:09 PM
    295 views | 0 replies
  • How Formula works in New Column Function

    dt = Open( "$SAMPLE_DATA\Big Class.jmp" ); New Column("Sum", "Numeric", "Continuous", Set Formula(If(Row() == 1, :Height, Lag(:Sum,1) + :Height)) );   The code above creates Sum column with c...

    hmm
    Discussions |
    Sep 12, 2023 4:33 AM
    291 views | 1 replies

Latest Discussions

view all discussions