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

  • 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
    458 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
    1283 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
  • How do I share a custom Categorical Color Theme?

    Hello all, One of my co-workers is red/green color blind and has come up with a custom set of colors for the Categorical Color Theme that he can differentiate clearly. I've tweaked it a little to reduce errors in graphing and to dial back the really bright colors just a smidge. Is there a way to easily share this set of colors with others in our group? Right now it's a Power Point slide with RGB v...

    EMJohnson-Kueny EMJohnson-Kueny
    Discussions |
    Jan 29, 2025 1:51 PM
    2900 views | 4 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
    842 views | 1 replies

Latest Discussions

  • 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
    458 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
    842 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
  • Spline Curve using JPG Image

    Hello!I hope you are doing well. I am new to J software and I am attempting to do a spline curve. I do not have the raw data points but rather an image I have attached below. Is it possible to load this image in J and do a spline curve? I attempted to do a load 'image' but that did not seem to work. Any guidance and help is much appreciated. Thank you.

    ScatterJackal46 ScatterJackal46
    Discussions |
    Jan 28, 2025 10:35 AM
    582 views | 1 replies
  • jmp_python.exe vulnerabilities reported by Microsoft Defender Enterprise

    Microsoft Defender has been reporting vulnerabilities which can be reconciled by updating Python. We have 6 devices affected, but only 1 had Python installed manually. The other 5 trace back to jmp_python.exe. The JMP update function doesn't appear to affect Python. How do you intend to resolve the vulnerability reported?

    RobbCGO RobbCGO
    Discussions |
    Jan 27, 2025 11:43 AM
    1216 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
    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
    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