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

  • Link reference greyed out

    I set a column with Link ID on one table and tried to use that as a reference in another table, but the option is greyed out for me.The column in the reference table has unique values. The only difference was that the datatype of the column in the main table was continuous, but I change it to nominal to match the reference table.Any insight as to what I might be doing wrong? Thank You

    thentangler10 thentangler10
    Discussions |
    Jan 30, 2025 3:14 PM
    1136 views | 2 replies
  • How do I get my error bars to line up properly on my graph?

    Sometimes my error bars line up and sometimes they do not. I am not changing anything in the script, it is always the same. But if I have a bunch of bars they are more likely to not be aligned. These ones specifically (highlighted in yellow) are super far away from the bar they are supposed to be showing the error for (purple) what causes this and how do I fix it?

    engineerperson engineerperson
    Discussions |
    Jan 30, 2025 12:16 PM
    604 views | 1 replies
  • How can I get my ruler to show cross hatch lines and an arrow?

    I watch a video a friend has made and his ruler has cross-hairs and an arrow. Mine only has a slope triangle. How and where can I adjust the ruler settings?

    cliffski cliffski
    Discussions |
    Jan 30, 2025 9:27 AM
    460 views | 1 replies
  • Logistic 5P (Richard Function)

    Hi, can anyone provide information on the meaning of the parameters of the Logistic 5P Richard function especially theta3? (jmp8)

    RO1 RO1
    Discussions |
    Jan 30, 2025 5:41 AM
    1284 views | 6 replies
  • How does JMP handle Irregular Data in Functional Data Explorer?

    I have irregular functional data (16 functions each measured at different points of time). I was able to upload the data directly to JMP and without any data preprocessing, JMP chooses the perfect penalized P-spline model and outputs the lambda and the function output's standard deviation in the fit statistics. My question is, how did JMP get the  function output's standard deviation? and how did ...

    statistic_nerd statistic_nerd
    Discussions |
    Jan 30, 2025 2:10 AM
    956 views | 4 replies

Latest Discussions

  • Link reference greyed out

    I set a column with Link ID on one table and tried to use that as a reference in another table, but the option is greyed out for me.The column in the reference table has unique values. The only difference was that the datatype of the column in the main table was continuous, but I change it to nominal to match the reference table.Any insight as to what I might be doing wrong? Thank You

    thentangler10 thentangler10
    Discussions |
    Jan 30, 2025 3:14 PM
    1136 views | 2 replies
  • How do I get my error bars to line up properly on my graph?

    Sometimes my error bars line up and sometimes they do not. I am not changing anything in the script, it is always the same. But if I have a bunch of bars they are more likely to not be aligned. These ones specifically (highlighted in yellow) are super far away from the bar they are supposed to be showing the error for (purple) what causes this and how do I fix it?

    engineerperson engineerperson
    Discussions |
    Jan 30, 2025 12:16 PM
    604 views | 1 replies
  • How can I get my ruler to show cross hatch lines and an arrow?

    I watch a video a friend has made and his ruler has cross-hairs and an arrow. Mine only has a slope triangle. How and where can I adjust the ruler settings?

    cliffski cliffski
    Discussions |
    Jan 30, 2025 9:27 AM
    460 views | 1 replies
  • Plotting one's bloodwork data

    I am trying to adapt a common means of depicting blood biomarker data, where your value is shown as being either within or out of a reference range. Now I could just present a table with the value and the reference range, but I'm trying to plot out something more like this example. There is a completely different way that I tried using parallel plots to basically show if a biomarker was within spe...

    abmayfield abmayfield
    Discussions |
    Jan 29, 2025 12:16 PM
    843 views | 1 replies
  • Can an IF formula use boolean character filtering?

    Hello all, I'm trying to run a column creation formula in JMP and I can't figure out how to get the system to perform the function I'm wanting.

    Specifically, there is a column of Serial Numbers of six characters.  The first character is always an "S" (for serial number).  The next 5 characters will always be a sequence of five numbers that begins either with a 7, a 5, or a 0 (representing three dif...

    NathanFisk NathanFisk
    Discussions |
    Jan 29, 2025 5:18 AM
    820 views | 3 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
    674 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
    497 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    513 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
    493 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
    399 views | 0 replies
view all discussions