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

  • Why can't I detect curvature (nonlinearity) in DOE in JMP?

    In Minitab, if the factors in the DOE have center points, the curvature will be directly tested (i.e. nonlinearity, p<0.05 indicates that the curvature is significant), but there seems to be no such function in JMP?

    Xinghua Xinghua
    Discussions |
    Jan 15, 2025 1:57 AM
    3236 views | 12 replies
  • Log Compiler

    I have a script that compiles a group of log files depending on the title of the files in the source directory.  This script reads in a Lot ID from an address table and uses that to search the path directory "dir" and compile the target files.  I need to repurpose this script where I would like the script to look inside the text of the available files to see if the lot ID shows up there and compil...

    SpannerHead SpannerHead
    Discussions |
    Jan 14, 2025 3:17 PM
    924 views | 3 replies
  • DataTables for Applications and Dashboards

    Hello All,

    I want to build code for an application/dashboard. The first part of my code imports some tables, does some filtering and formatting and then builds some graphs and reports.

    After this I would like to have general code to build an application/dashboard to display the reports I made earlier using the already existing datatables (after the filtering and formatting). I have not been able to ...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Jan 14, 2025 9:41 AM
    1255 views | 6 replies
  • Extracting a string from a column heading and adding to another

    Hello,I have an import script which I use to import results into JMP from excel. The template excel is used by lots of people and is locked for editing. We have two results columns in the excel which are both called "Results - XXX" where XXX is replaced using an excel marco to what is being studied so changes in each file. We also have columns called JMP Result 1 and JMP Result 2 which are equal t...

    Katz0801 Katz0801
    Discussions |
    Jan 14, 2025 7:58 AM
    959 views | 3 replies

Latest Discussions

  • Log Compiler

    I have a script that compiles a group of log files depending on the title of the files in the source directory.  This script reads in a Lot ID from an address table and uses that to search the path directory "dir" and compile the target files.  I need to repurpose this script where I would like the script to look inside the text of the available files to see if the lot ID shows up there and compil...

    SpannerHead SpannerHead
    Discussions |
    Jan 14, 2025 3:17 PM
    924 views | 3 replies
  • DataTables for Applications and Dashboards

    Hello All,

    I want to build code for an application/dashboard. The first part of my code imports some tables, does some filtering and formatting and then builds some graphs and reports.

    After this I would like to have general code to build an application/dashboard to display the reports I made earlier using the already existing datatables (after the filtering and formatting). I have not been able to ...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Jan 14, 2025 9:41 AM
    1255 views | 6 replies
  • Weighted mean

      In this example, I would like to calculate Column 2 mean based on mean of each Group. Group 3 has two values, and the mean of Group 3 is (3+9)/2= 6. So I would need to get the by-Group column 2 mean : (3+3+(3+9)/2) /3 = 4. When I use Tabulate or Column Mean (:Column2 ) to get the statistics, each individual column2 values were used separately for calculating the mean (3+3+3+9)/4 = 4.5.  How to g...

    GroupSquareWolf GroupSquareWolf
    Discussions |
    Jan 13, 2025 8:33 PM
    3584 views | 7 replies
  • x-axis in log scale

    how to have vertical line in graph where x-axis is in log scale with dual Y-axis?

    az3964 az3964
    Discussions |
    Jan 13, 2025 10:57 AM
    368 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
    488 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
    584 views | 0 replies
view all discussions