cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Can't implement replicate runs with JMP Pro 18

    Hi, I am new to JMP Pro 18 and am finding that I can't seem to get repeated runs on my design of experiments. I am using I-optimal for RSM and am trying to add replicate runs of 3 or 2 but then when I create a table of the design of experiment I only get one column for the response and not three. Please can someone help me fix this? Kind regards, Jasim

    JasimKhan JasimKhan
    Discussions |
    Feb 2, 2025 3:22 AM
    1373 views | 3 replies
  • How to use JMP plot circular(wafer position)

    Hi all,Is it possible to use JMP to plot circular data (wafer position) based on the Excel data points provided in the attachment?please provide me JMP scrip file or Built-in function. Thank you.  

    JackGu JackGu
    Discussions |
    Feb 1, 2025 7:52 PM
    3212 views | 9 replies
  • How to get a column to return percentile

    Hi everyone, I am working to get P50, P90 and P95 data into a data set based on an array of numbers . I know that I can run a distribution and it will show the values but I am trying to do this for too many files to make it feasible. Is there a formula or other way to get a column that returns with the values I am looking for based on a specific delimiter such as batch? I am currently using JMP 15...

    IslandDelverGo IslandDelverGo
    Discussions |
    Feb 1, 2025 9:33 AM
    978 views | 3 replies
  • What property would make window automatically stretch if I change size of display boxes within window?

    I have GUI with multiple display boxes, some of them are Col List boxes that user can resize.When they do that, window would make scroll bars. I don't want scroll bars. I want window to resize automatically to fit everything. Just like any platform (Fit Y by X for instance, does).I can't find a combination of messages that would do that work... Can somebody point me in right direction? Update:Here...

    miguello miguello
    Discussions |
    Feb 1, 2025 1:15 AM
    1656 views | 7 replies
  • Summarize Columns that contain more than one unique value

    I have a data table and I want to summarize the columns that contain more than one unique value including missing rows.  The columns with all rows the same are boring and I want to look at the more interesting ones only.

    SpannerHead SpannerHead
    Discussions |
    Jan 31, 2025 10:32 PM
    1558 views | 5 replies

Latest Discussions

  • How to get a column to return percentile

    Hi everyone, I am working to get P50, P90 and P95 data into a data set based on an array of numbers . I know that I can run a distribution and it will show the values but I am trying to do this for too many files to make it feasible. Is there a formula or other way to get a column that returns with the values I am looking for based on a specific delimiter such as batch? I am currently using JMP 15...

    IslandDelverGo IslandDelverGo
    Discussions |
    Feb 1, 2025 9:33 AM
    978 views | 3 replies
  • I am unable to run JMP software due to system error


    I am unable to run the JMP application on my laptop. I am getting this error even after reinstalling the application and restarting my laptop.

    Ananya Ananya
    Discussions |
    Jan 31, 2025 1:47 PM
    1473 views | 3 replies
  • Reset selection button on global filter

    hey everyone, I was wondering if anyone knew a way to use JSL to recreate the action of pressing this buttonI looked in the scripting index and didn't see anything that appears to related to this function. Thanks for any guidance! Steve

    shampton82 shampton82
    Discussions |
    Jan 31, 2025 9:52 AM
    671 views | 2 replies
  • compare results

    Hello,
    How can I perform a statistical test in JMP to ensure that the results obtained from different classification methods are not due to randomness after obtaining various results? 

    maryam_nourmand maryam_nourmand
    Discussions |
    Jan 31, 2025 7:57 AM
    1227 views | 4 replies
  • How can make JSL read binary files faster?

    A binary file has a tabular data.
    It has 144 bytes per line,
    The first column is an 8-byte millisecond timestamp,
    Each subsequent column is split by 4 bytes.
    The key is that the following is only to extract the data of some columns.
    I wrote a JSL that can read data, but it is slower.
    Ask an expert to help fix it.co = 144; bb = Load Text File( file, blob() ); gs = 9; m = 0; g = 1; k = 1; ar = []; ar = J(...

    lala lala
    Discussions |
    Jan 31, 2025 12:35 AM
    2090 views | 8 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    764 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    582 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    609 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
    587 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
    471 views | 0 replies
view all discussions