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

  • Do you use lag(x)?

    ... seems that this is no longer possible: tested with JMP18.1.1 JMP17: 

    hogi hogi
    Discussions |
    Jan 11, 2025 12:27 AM
    1178 views | 6 replies
  • Fast text file format for importing to JMP

    I produce large delimited data files (typically csv, or tsv) which will ultimately be imported into JMP by users. Typically 1-3GB in size. I can specify the format of the files and would like to get some opinion on which is the best non JMP format to use and are there any hacks for speeding up the importation of large text based data files.  Cheers, Troy   

    MarginalLlama65 MarginalLlama65
    Discussions |
    Jan 10, 2025 11:21 PM
    1177 views | 5 replies
  • How to have 2 labels on the graph?

    How can I display 2 labels on a graph? There are so many formatting options for the Y-axis variable labels, but if I added a categorical or numerical label as an overlay, color, size, interval on the right hand side. I cannot find any options to create a label for it, even if I mark it to label on its column and all rows on the table. I hope I can do this automatically, because I have to do it so ...

    Waferswafers Waferswafers
    Discussions |
    Jan 10, 2025 4:10 PM
    711 views | 2 replies
  • associate a symbol type to a dot color

    Hi all, this might be extremely trivial but would really appreciate the help. I am trying to plot ( in graph builder) a dot plot , where i have the symbolsRed: Circle/FilledCircleBlue: Square/FilledSquareGrey: Triangle/FilledTriangleonce i introduce the filled to empty symbol filter in overlay i cannot the chage marker type. is there a simple way to do that . thank you for the help  

    JMPBeginer JMPBeginer
    Discussions |
    Jan 10, 2025 12:57 PM
    988 views | 3 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    511 views | 0 replies

Latest Discussions

  • Fast text file format for importing to JMP

    I produce large delimited data files (typically csv, or tsv) which will ultimately be imported into JMP by users. Typically 1-3GB in size. I can specify the format of the files and would like to get some opinion on which is the best non JMP format to use and are there any hacks for speeding up the importation of large text based data files.  Cheers, Troy   

    MarginalLlama65 MarginalLlama65
    Discussions |
    Jan 10, 2025 11:21 PM
    1177 views | 5 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    511 views | 0 replies
  • ➕ Formula

    It is soo useful,  the new *)   command in the New Formula Column submenu:*) one of the helpful, new features in JMP18. Basic mode can save you hours over the course of a week:
    No need to 1) create a column, 2) add a formula, and 3) search for the input column.Simply: create a formula column with the input column already in place 1+2+3. This is not all, the developer added some cool features to con...

    hogi hogi
    Discussions |
    Jan 10, 2025 8:15 AM
    1310 views | 5 replies
  • Checking for modifier keys (ctrl, alt, shift) in script without mouse trapping

    Is there a way to check if a modifier key such as ctrl, alt or shift is depressed during execution of a jsl script? I know the "is ... key()" functions, but they only work with the mouse. I would like to let a script do various things on execution depending on which modifier key is depressed while it is executed.

    ThomasZatValcon ThomasZatValcon
    Discussions |
    Jan 9, 2025 11:24 PM
    2967 views | 7 replies
  • ANN - Learning rate

    In the discussion among peers about an ANN analysis, the questions arose:
    - What learning rate was used in the analysis? Since I didn't use boosting (number of models is 0), is the 0.1 learning rate predefined by the platform relevant?

    - What means the value for the sum of squares to stop the calculation. Is it the sum of squares error (SSE) that is reported for each response?

    Thank you so much!

    SofiaSousa2412 SofiaSousa2412
    Discussions |
    Jan 9, 2025 11:18 AM
    651 views | 1 replies

Latest Discussions

  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    511 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
    489 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
    396 views | 0 replies
  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    372 views | 0 replies
  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    585 views | 0 replies
view all discussions