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

  • Can I add one Ordinal and one Nominal (Columns) to a Multiple Linear Regression model?

    First I don't know if this question is logical to you, but i am trying to analyse a datasheet and there is one Nominal columns and one Ordinal. I have done one Multiple Linear Regression with only one Nominal columns, but i dont know if things change if i add another Ordinal columns?

    Denis Denis
    Discussions |
    Feb 5, 2025 7:49 PM
    1674 views | 3 replies
  • is point inside polygon() ?

    hogi hogi
    Discussions |
    Feb 5, 2025 6:39 AM
    1051 views | 5 replies
  • Convert all radians columns to degrees

    I need a JSL loop that will search the column headers of a data table, and if the column header has "(rad)" in it, I'd like to multiply all of the values in that column by 180/pi, and then change "(rad)" to "(deg)" in the column header. I have tried everything I can think of -- including chatGPT -- but so far no luck.

    BHarris BHarris
    Discussions |
    Feb 5, 2025 12:05 AM
    745 views | 3 replies
  • jmp - Process behind how jmp calculates quartiles

    I am new to jmp.  I have been using Analyze - Distribution to get the quartiles for a quantitative variable.But when I went to double check jmp's process, I was confused.I typed into jmp:9 32 48 52 57 59 60 64 65 70jmp tells me that Q1 is 44, but finding Q1 by hand and using my TI-84 gives me 48.  Also, jmp tells me Q3 is 64.25 when by hand it is 64.Can someone tell me how jmp is calculating the q...

    NewJMPUser1 NewJMPUser1
    Discussions |
    Feb 4, 2025 7:22 PM
    409 views | 1 replies
  • How can I manually ordering hierarchical clustering?

    Hi,  I have an example data on JMP as attached. I want to create the heat map in hierarchical clustering. However, I want to order it manually. I have tried to use "save cluster" and then generate the hierarchical clustering with order by save cluster that I modified sequentially order as I want. As you see in picture 2 clusters 1 and 2 do not next to each other. How can I order it manually on JMP...

    doraemengs doraemengs
    Discussions |
    Feb 4, 2025 2:17 PM
    1172 views | 3 replies

Latest Discussions

  • jmp - Process behind how jmp calculates quartiles

    I am new to jmp.  I have been using Analyze - Distribution to get the quartiles for a quantitative variable.But when I went to double check jmp's process, I was confused.I typed into jmp:9 32 48 52 57 59 60 64 65 70jmp tells me that Q1 is 44, but finding Q1 by hand and using my TI-84 gives me 48.  Also, jmp tells me Q3 is 64.25 when by hand it is 64.Can someone tell me how jmp is calculating the q...

    NewJMPUser1 NewJMPUser1
    Discussions |
    Feb 4, 2025 7:22 PM
    409 views | 1 replies
  • How can I manually ordering hierarchical clustering?

    Hi,  I have an example data on JMP as attached. I want to create the heat map in hierarchical clustering. However, I want to order it manually. I have tried to use "save cluster" and then generate the hierarchical clustering with order by save cluster that I modified sequentially order as I want. As you see in picture 2 clusters 1 and 2 do not next to each other. How can I order it manually on JMP...

    doraemengs doraemengs
    Discussions |
    Feb 4, 2025 2:17 PM
    1172 views | 3 replies
  • Label X-axis in fit y by x platform with different column

    Hello,  Is there any easy way to change the x-axis label with a different column in the fit y by x platform?  Thanks!  

    Abby_Collins14 Abby_Collins14
    Discussions |
    Feb 4, 2025 1:51 PM
    730 views | 3 replies
  • Saving a smoothed function of two variables

    I need to not only visualize a smoothed function of two variables Y(X1, X2), which is what I can do with a Contour plot in Graph builder with an adjustable smoothness parameter lambda, but also save a table of smoothed Y values Ysmooth(X1, X2). How would I go about it?

    ansouk ansouk
    Discussions |
    Feb 4, 2025 12:04 PM
    974 views | 4 replies
  • concatenate tables only if they exists

    I am trying to create a workflow when I would like to open multiple tables and concatenate them. The issue I am running into is that I don't know whether the tables will be available. As an example let's assume I may have up to 8 tables total. Let's call them table1, table2... table8.The workflow I created assumed all tables exists, but if I remove one or a few tables it generates the error since ...

    andrey andrey
    Discussions |
    Feb 3, 2025 9:48 AM
    993 views | 4 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
    673 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
    495 views | 0 replies
  • 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
    491 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
view all discussions